]> git.ozlabs.org Git - ppp.git/blob - Makefile.am
Incorporating review feedback from David Seifert.
[ppp.git] / Makefile.am
1 ACLOCAL_AMFLAGS="-Im4"
2
3 SUBDIRS = chat contrib pppd pppstats pppdump
4
5 if WITH_PLUGINS
6 SUBDIRS += pppd/plugins
7 endif
8
9 DIST_SUBDIRS = $(SUBDIRS) common include modules scripts
10
11 #
12 # *HACK*
13 #   This is to work around the kernel module for PPP on Sun Solaris
14 if SUNOS
15 all-am:
16         (cd solaris ; $(MAKE) -f Makefile)
17
18 clean-generic:
19         (cd solaris ; $(MAKE) -f Makefile clean)
20
21 install-am:
22         (cd solaris ; $(MAKE) -f Makefile install)
23 endif
24
25 sampledir = $(sysconfdir)/$(PACKAGE)
26
27 sample_DATA = \
28     etc.ppp/options \
29     etc.ppp/chap-secrets \
30     etc.ppp/pap-secrets \
31     etc.ppp/eaptls-server \
32     etc.ppp/eaptls-client \
33     etc.ppp/openssl.cnf
34
35 EXTRA_README = \
36     Changes-2.3 \
37     FAQ \
38     README \
39     README.cbcp \
40     README.eap-srp \
41     README.eap-tls \
42     README.linux \
43     README.MPPE \
44     README.MSCHAP80 \
45     README.MSCHAP81 \
46     README.pppoe \
47     README.pppol2tp \
48     README.pwfd \
49     README.sol2 \
50     PLUGINS \
51     SETUP \
52     Submitting-patches.md
53
54 EXTRA_SOLARIS = \
55     solaris/Makedefs \
56     solaris/Makedefs.gcc \
57     solaris/Makedefs.sol2 \
58     solaris/Makefile.sol2 \
59     solaris/Makefile.sol2-64 \
60     solaris/Makefile.sol2-64x \
61     solaris/Makefile.sol2gcc \
62     solaris/Makefile.sol2gcc-64 \
63     solaris/Makefile.sol2gcc-64x \
64     solaris/Makefile.top \
65     solaris/ppp_ahdlc.c \
66     solaris/ppp_ahdlc_mod.c \
67     solaris/ppp.c \
68     solaris/ppp_comp.c \
69     solaris/ppp_comp_mod.c \
70     solaris/ppp.conf \
71     solaris/ppp_mod.c \
72     solaris/ppp_mod.h
73
74 EXTRA_DIST= \
75     $(sample_DATA) \
76     $(EXTRA_README) \
77     $(EXTRA_SOLARIS)