2014-12-22 04:07:59 +08:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
|
|
|
LEGACY_MAKE = \
|
|
|
|
$(MAKE) -f $(srcdir)/Makefile.legacy \
|
|
|
|
top_srcdir=$(top_srcdir) \
|
|
|
|
srcdir=$(srcdir)
|
|
|
|
|
|
|
|
SUBDIRS = xpp
|
|
|
|
|
2014-12-21 22:11:11 +08:00
|
|
|
if PPPD
|
|
|
|
SUBDIRS += ppp
|
|
|
|
endif
|
|
|
|
|
2014-12-22 04:07:59 +08:00
|
|
|
all-local:
|
|
|
|
$(LEGACY_MAKE) all
|
|
|
|
|
|
|
|
clean-local:
|
|
|
|
$(LEGACY_MAKE) clean
|
|
|
|
|
|
|
|
install-exec-hook:
|
|
|
|
$(LEGACY_MAKE) install
|
|
|
|
|
|
|
|
dist:
|
|
|
|
$(LEGACY_MAKE) dist
|
|
|
|
|
|
|
|
docs config:
|
|
|
|
$(LEGACY_MAKE) $@
|
|
|
|
|
|
|
|
DISTCLEANFILES = makeopts config.log config.status .*.d
|
|
|
|
|
2014-12-08 03:00:42 +08:00
|
|
|
MAINTAINERCLEANFILES = \
|
|
|
|
m4/libtool.m4 \
|
|
|
|
m4/ltoptions.m4 \
|
|
|
|
m4/ltsugar.m4 \
|
|
|
|
m4/ltversion.m4 \
|
|
|
|
m4/lt~obsolete.m4 \
|
|
|
|
#
|
|
|
|
|
2014-12-22 04:07:59 +08:00
|
|
|
.PHONY: docs config
|