]> git.proxmox.com Git - mirror_frr.git/blame_incremental - Makefile.am
redhat: Add option to build with RPKI
[mirror_frr.git] / Makefile.am
... / ...
CommitLineData
1## Process this file with automake to produce Makefile.in.
2
3AUTOMAKE_OPTIONS = subdir-objects 1.12
4include common.am
5
6AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/lib \
7 -I$(top_builddir) -I$(top_builddir)/include -I$(top_builddir)/lib
8AM_CFLAGS = $(WERROR)
9DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" -DCONFDATE=$(CONFDATE)
10LIBCAP = @LIBCAP@
11
12EXTRA_DIST =
13BUILT_SOURCES =
14CLEANFILES =
15
16examplesdir = $(exampledir)
17
18bin_PROGRAMS =
19sbin_PROGRAMS =
20sbin_SCRIPTS =
21noinst_PROGRAMS =
22noinst_HEADERS =
23noinst_LIBRARIES =
24lib_LTLIBRARIES =
25module_LTLIBRARIES =
26pkginclude_HEADERS =
27nodist_pkginclude_HEADERS =
28dist_examples_DATA =
29
30## libtool, the self-made GNU scourge
31## ... this should fix relinking
32## ... and AUTOMAKE_DUMMY is needed to prevent automake from treating this
33## as overriding the normal targets...
34$(AUTOMAKE_DUMMY)install-moduleLTLIBRARIES: install-libLTLIBRARIES
35$(AUTOMAKE_DUMMY)install-binPROGRAMS: install-libLTLIBRARIES
36$(AUTOMAKE_DUMMY)install-sbinPROGRAMS: install-libLTLIBRARIES
37
38include include/subdir.am
39include lib/subdir.am
40include zebra/subdir.am
41include watchfrr/subdir.am
42include qpb/subdir.am
43include fpm/subdir.am
44include tools/subdir.am
45
46include ripd/subdir.am
47include ripngd/subdir.am
48include ospfd/subdir.am
49include ospf6d/subdir.am
50include ospfclient/subdir.am
51include isisd/subdir.am
52include nhrpd/subdir.am
53include ldpd/subdir.am
54include babeld/subdir.am
55include eigrpd/subdir.am
56include sharpd/subdir.am
57include pimd/subdir.am
58
59SUBDIRS = . @LIBRFP@ @RFPTEST@ \
60 @BGPD@ \
61 @VTYSH@ @DOC@ \
62 @SOLARIS@ tests
63
64DIST_SUBDIRS = . bgpd \
65 vtysh doc tests \
66 solaris bgpd/rfp-example/librfp \
67 bgpd/rfp-example/rfptest \
68 debianpkg \
69 # end
70
71if PKGSRC
72rcdir=@pkgsrcrcdir@
73rc_SCRIPTS = \
74 pkgsrc/bgpd.sh \
75 pkgsrc/ospf6d.sh \
76 pkgsrc/ospfd.sh \
77 pkgsrc/ripd.sh \
78 pkgsrc/ripngd.sh \
79 pkgsrc/zebra.sh \
80 # end
81endif
82
83EXTRA_DIST += \
84 REPORTING-BUGS \
85 SERVICES \
86 aclocal.m4 \
87 update-autotools \
88 m4/README.txt \
89 \
90 python/clidef.py \
91 python/clippy/__init__.py \
92 \
93 redhat/frr.init \
94 redhat/frr.service \
95 redhat/daemons \
96 redhat/frr.logrotate \
97 redhat/frr.pam \
98 redhat/frr.spec \
99 redhat/README.rpm_build.md \
100 \
101 snapcraft/snapcraft.yaml \
102 snapcraft/README.snap_build.md \
103 snapcraft/README.usage.md \
104 snapcraft/extra_version_info.txt \
105 snapcraft/scripts \
106 snapcraft/defaults \
107 snapcraft/helpers \
108 snapcraft/snap \
109 \
110 vtysh/Makefile.am \
111 vtysh/Makefile.in \
112 # end
113
114ACLOCAL_AMFLAGS = -I m4
115
116noinst_HEADERS += defaults.h