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