]> git.proxmox.com Git - mirror_frr.git/blobdiff - Makefile.am
[7.1] *: s/TRUE/true/, s/FALSE/false/ (#4633)
[mirror_frr.git] / Makefile.am
index c56a551aa50d7afb24307d9e25eb95f1989271ef..546aa85fe79de8c910aa225610db609a33389961 100644 (file)
@@ -4,6 +4,8 @@ AUTOMAKE_OPTIONS = subdir-objects 1.12
 ACLOCAL_AMFLAGS = -I m4
 
 AM_CFLAGS = \
+       $(LIBYANG_CFLAGS) \
+       $(SQLITE3_CFLAGS) \
        $(UNWIND_CFLAGS) \
        $(SAN_FLAGS) \
        $(WERROR) \
@@ -17,7 +19,6 @@ AM_LDFLAGS = \
        $(SAN_FLAGS) \
        # end
 DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" -DCONFDATE=$(CONFDATE)
-LIBCAP = @LIBCAP@
 
 AR_FLAGS = @AR_FLAGS@
 ARFLAGS = @ARFLAGS@
@@ -95,7 +96,6 @@ noinst_LIBRARIES =
 nodist_noinst_DATA =
 lib_LTLIBRARIES =
 module_LTLIBRARIES =
-libyang_plugins_LTLIBRARIES =
 pkginclude_HEADERS =
 nodist_pkginclude_HEADERS =
 dist_examples_DATA =
@@ -110,7 +110,6 @@ vtysh_scan =
 $(AUTOMAKE_DUMMY)install-moduleLTLIBRARIES: install-libLTLIBRARIES
 $(AUTOMAKE_DUMMY)install-binPROGRAMS: install-libLTLIBRARIES
 $(AUTOMAKE_DUMMY)install-sbinPROGRAMS: install-libLTLIBRARIES
-$(AUTOMAKE_DUMMY)install-libyang_pluginsLTLIBRARIES: install-libLTLIBRARIES
 
 include doc/subdir.am
 include doc/user/subdir.am
@@ -122,8 +121,8 @@ include zebra/subdir.am
 include watchfrr/subdir.am
 include qpb/subdir.am
 include fpm/subdir.am
+include grpc/subdir.am
 include tools/subdir.am
-include debianpkg/subdir.am
 include solaris/subdir.am
 
 include bgpd/subdir.am
@@ -169,17 +168,15 @@ EXTRA_DIST += \
        m4/README.txt \
        m4/libtool-whole-archive.patch \
        config.version \
+       changelog-auto \
+       changelog-auto.in \
        \
        python/clidef.py \
        python/clippy/__init__.py \
        \
-       redhat/frr.init \
-       redhat/frr.service \
-       redhat/daemons \
        redhat/frr.logrotate \
        redhat/frr.pam \
        redhat/frr.spec \
-       redhat/README.rpm_build.md \
        \
        snapcraft/snapcraft.yaml \
        snapcraft/README.snap_build.md \
@@ -200,6 +197,7 @@ EXTRA_DIST += \
        doc/user/Makefile \
        eigrpd/Makefile \
        fpm/Makefile \
+       grpc/Makefile \
        isisd/Makefile \
        ldpd/Makefile \
        lib/Makefile \
@@ -209,7 +207,6 @@ EXTRA_DIST += \
        ospfd/Makefile \
        pbrd/Makefile \
        pimd/Makefile \
-       ports/Makefile \
        qpb/Makefile \
        ripd/Makefile \
        ripngd/Makefile \
@@ -226,8 +223,8 @@ noinst_HEADERS += defaults.h
 clean-local: clean-python
 .PHONY: clean-python
 clean-python:
-       find -name __pycache__ -o -name .pytest_cache | xargs rm -rf
-       find -name "*.pyc" -o -name "*_clippy.c" | xargs rm -f
+       find -name __pycache__ -o -name .pytest_cache | xargs rm -rf
+       find -name "*.pyc" -o -name "*_clippy.c" | xargs rm -f
 
 redistclean:
        $(MAKE) distclean CONFIG_CLEAN_FILES="$(filter-out $(EXTRA_DIST), $(CONFIG_CLEAN_FILES))"