5ac7fef4b2
* Remove ppp/Makefile.legacy * The ppp/Makefile.am includes complete functionality Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
40 lines
556 B
Makefile
40 lines
556 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
LEGACY_MAKE = \
|
|
$(MAKE) -f $(srcdir)/Makefile.legacy \
|
|
top_srcdir=$(top_srcdir) \
|
|
srcdir=$(srcdir)
|
|
|
|
SUBDIRS = xpp
|
|
|
|
if PPPD
|
|
SUBDIRS += ppp
|
|
endif
|
|
|
|
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
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
m4/libtool.m4 \
|
|
m4/ltoptions.m4 \
|
|
m4/ltsugar.m4 \
|
|
m4/ltversion.m4 \
|
|
m4/lt~obsolete.m4 \
|
|
#
|
|
|
|
.PHONY: docs config
|