File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / isisd / Makefile.am
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Nov 2 10:09:10 2016 UTC (7 years, 8 months ago) by misho
Branches: quagga, MAIN
CVS tags: v1_0_20160315, HEAD
quagga 1.0.20160315

    1: ## Process this file with automake to produce Makefile.in.
    2: 
    3: AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib \
    4: 	   @ISIS_TOPOLOGY_INCLUDES@
    5: DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
    6: INSTALL_SDATA=@INSTALL@ -m 600
    7: LIBS = @LIBS@ 
    8: 
    9: AM_CFLAGS = $(WERROR)
   10: 
   11: noinst_LIBRARIES = libisis.a
   12: sbin_PROGRAMS = isisd 
   13: SUBDIRS = topology
   14: 
   15: libisis_a_SOURCES = \
   16: 	isis_adjacency.c isis_lsp.c dict.c isis_circuit.c isis_pdu.c \
   17: 	isis_tlv.c isisd.c isis_misc.c isis_zebra.c isis_dr.c \
   18: 	isis_flags.c isis_dynhn.c iso_checksum.c isis_csm.c isis_events.c \
   19: 	isis_spf.c isis_redist.c isis_route.c isis_routemap.c
   20: 
   21: 
   22: noinst_HEADERS = \
   23: 	isisd.h isis_pdu.h isis_tlv.h isis_adjacency.h isis_constants.h \
   24: 	isis_lsp.h dict.h isis_circuit.h isis_misc.h isis_network.h \
   25: 	isis_zebra.h isis_dr.h isis_flags.h isis_dynhn.h isis_common.h \
   26: 	iso_checksum.h isis_csm.h isis_events.h isis_spf.h isis_redist.h \
   27: 	isis_route.h isis_routemap.h \
   28: 	include-netbsd/clnp.h include-netbsd/esis.h include-netbsd/iso.h
   29: 
   30: isisd_SOURCES = \
   31: 	isis_main.c $(libisis_a_SOURCES) \
   32: 	isis_bpf.c isis_dlpi.c isis_pfpacket.c
   33: 
   34: isisd_LDADD = @ISIS_TOPOLOGY_LIB@ ../lib/libzebra.la @LIBCAP@
   35: 
   36: examplesdir = $(exampledir)
   37: dist_examples_DATA = isisd.conf.sample

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>