Annotation of embedaddon/quagga/isisd/Makefile.in, revision 1.1.1.5

1.1.1.5 ! misho       1: # Makefile.in generated by automake 1.11.6 from Makefile.am.
1.1       misho       2: # @configure_input@
                      3: 
1.1.1.5 ! misho       4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
        !             5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
        !             6: # Foundation, Inc.
1.1       misho       7: # This Makefile.in is free software; the Free Software Foundation
                      8: # gives unlimited permission to copy and/or distribute it,
                      9: # with or without modifications, as long as this notice is preserved.
                     10: 
                     11: # This program is distributed in the hope that it will be useful,
                     12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     14: # PARTICULAR PURPOSE.
                     15: 
                     16: @SET_MAKE@
                     17: 
                     18: 
                     19: 
                     20: 
                     21: VPATH = @srcdir@
1.1.1.3   misho      22: am__make_dryrun = \
                     23:   { \
                     24:     am__dry=no; \
                     25:     case $$MAKEFLAGS in \
                     26:       *\\[\ \  ]*) \
                     27:         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
                     28:           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
                     29:       *) \
                     30:         for am__flg in $$MAKEFLAGS; do \
                     31:           case $$am__flg in \
                     32:             *=*|--*) ;; \
                     33:             *n*) am__dry=yes; break;; \
                     34:           esac; \
                     35:         done;; \
                     36:     esac; \
                     37:     test $$am__dry = yes; \
                     38:   }
1.1       misho      39: pkgdatadir = $(datadir)/@PACKAGE@
                     40: pkgincludedir = $(includedir)/@PACKAGE@
                     41: pkglibdir = $(libdir)/@PACKAGE@
                     42: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     43: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     44: install_sh_DATA = $(install_sh) -c -m 644
                     45: install_sh_PROGRAM = $(install_sh) -c
                     46: install_sh_SCRIPT = $(install_sh) -c
                     47: INSTALL_HEADER = $(INSTALL_DATA)
                     48: transform = $(program_transform_name)
                     49: NORMAL_INSTALL = :
                     50: PRE_INSTALL = :
                     51: POST_INSTALL = :
                     52: NORMAL_UNINSTALL = :
                     53: PRE_UNINSTALL = :
                     54: POST_UNINSTALL = :
                     55: build_triplet = @build@
                     56: host_triplet = @host@
                     57: target_triplet = @target@
                     58: sbin_PROGRAMS = isisd$(EXEEXT)
                     59: subdir = isisd
                     60: DIST_COMMON = README $(dist_examples_DATA) $(noinst_HEADERS) \
1.1.1.5 ! misho      61:        $(srcdir)/Makefile.am $(srcdir)/Makefile.in AUTHORS
1.1       misho      62: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.1.1.4   misho      63: am__aclocal_m4_deps = $(top_srcdir)/m4/ax_sys_weak_alias.m4 \
                     64:        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
                     65:        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
                     66:        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
1.1       misho      67: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     68:        $(ACLOCAL_M4)
                     69: mkinstalldirs = $(install_sh) -d
                     70: CONFIG_HEADER = $(top_builddir)/config.h
                     71: CONFIG_CLEAN_FILES =
                     72: CONFIG_CLEAN_VPATH_FILES =
                     73: LIBRARIES = $(noinst_LIBRARIES)
                     74: ARFLAGS = cru
1.1.1.5 ! misho      75: AM_V_AR = $(am__v_AR_@AM_V@)
        !            76: am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
        !            77: am__v_AR_0 = @echo "  AR    " $@;
        !            78: AM_V_at = $(am__v_at_@AM_V@)
        !            79: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
        !            80: am__v_at_0 = @
1.1       misho      81: libisis_a_AR = $(AR) $(ARFLAGS)
                     82: libisis_a_LIBADD =
                     83: am_libisis_a_OBJECTS = isis_adjacency.$(OBJEXT) isis_lsp.$(OBJEXT) \
                     84:        dict.$(OBJEXT) isis_circuit.$(OBJEXT) isis_pdu.$(OBJEXT) \
                     85:        isis_tlv.$(OBJEXT) isisd.$(OBJEXT) isis_misc.$(OBJEXT) \
                     86:        isis_zebra.$(OBJEXT) isis_dr.$(OBJEXT) isis_flags.$(OBJEXT) \
                     87:        isis_dynhn.$(OBJEXT) iso_checksum.$(OBJEXT) isis_csm.$(OBJEXT) \
1.1.1.5 ! misho      88:        isis_events.$(OBJEXT) isis_spf.$(OBJEXT) isis_redist.$(OBJEXT) \
        !            89:        isis_route.$(OBJEXT) isis_routemap.$(OBJEXT)
1.1       misho      90: libisis_a_OBJECTS = $(am_libisis_a_OBJECTS)
                     91: am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)"
                     92: PROGRAMS = $(sbin_PROGRAMS)
                     93: am__objects_1 = isis_adjacency.$(OBJEXT) isis_lsp.$(OBJEXT) \
                     94:        dict.$(OBJEXT) isis_circuit.$(OBJEXT) isis_pdu.$(OBJEXT) \
                     95:        isis_tlv.$(OBJEXT) isisd.$(OBJEXT) isis_misc.$(OBJEXT) \
                     96:        isis_zebra.$(OBJEXT) isis_dr.$(OBJEXT) isis_flags.$(OBJEXT) \
                     97:        isis_dynhn.$(OBJEXT) iso_checksum.$(OBJEXT) isis_csm.$(OBJEXT) \
1.1.1.5 ! misho      98:        isis_events.$(OBJEXT) isis_spf.$(OBJEXT) isis_redist.$(OBJEXT) \
        !            99:        isis_route.$(OBJEXT) isis_routemap.$(OBJEXT)
1.1       misho     100: am_isisd_OBJECTS = isis_main.$(OBJEXT) $(am__objects_1) \
                    101:        isis_bpf.$(OBJEXT) isis_dlpi.$(OBJEXT) isis_pfpacket.$(OBJEXT)
                    102: isisd_OBJECTS = $(am_isisd_OBJECTS)
                    103: isisd_DEPENDENCIES = ../lib/libzebra.la
1.1.1.5 ! misho     104: AM_V_lt = $(am__v_lt_@AM_V@)
        !           105: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
        !           106: am__v_lt_0 = --silent
1.1       misho     107: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
                    108: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    109: am__depfiles_maybe = depfiles
                    110: am__mv = mv -f
                    111: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    112:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.1.1.5 ! misho     113: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
        !           114:        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
        !           115:        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
        !           116:        $(AM_CFLAGS) $(CFLAGS)
        !           117: AM_V_CC = $(am__v_CC_@AM_V@)
        !           118: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
        !           119: am__v_CC_0 = @echo "  CC    " $@;
1.1       misho     120: CCLD = $(CC)
1.1.1.5 ! misho     121: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
        !           122:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
        !           123:        $(AM_LDFLAGS) $(LDFLAGS) -o $@
        !           124: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
        !           125: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
        !           126: am__v_CCLD_0 = @echo "  CCLD  " $@;
        !           127: AM_V_GEN = $(am__v_GEN_@AM_V@)
        !           128: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
        !           129: am__v_GEN_0 = @echo "  GEN   " $@;
1.1       misho     130: SOURCES = $(libisis_a_SOURCES) $(isisd_SOURCES)
                    131: DIST_SOURCES = $(libisis_a_SOURCES) $(isisd_SOURCES)
                    132: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
                    133:        html-recursive info-recursive install-data-recursive \
                    134:        install-dvi-recursive install-exec-recursive \
                    135:        install-html-recursive install-info-recursive \
                    136:        install-pdf-recursive install-ps-recursive install-recursive \
                    137:        installcheck-recursive installdirs-recursive pdf-recursive \
                    138:        ps-recursive uninstall-recursive
1.1.1.3   misho     139: am__can_run_installinfo = \
                    140:   case $$AM_UPDATE_INFO_DIR in \
                    141:     n|no|NO) false;; \
                    142:     *) (install-info --version) >/dev/null 2>&1;; \
                    143:   esac
1.1       misho     144: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                    145: am__vpath_adj = case $$p in \
                    146:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                    147:     *) f=$$p;; \
                    148:   esac;
                    149: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
                    150: am__install_max = 40
                    151: am__nobase_strip_setup = \
                    152:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
                    153: am__nobase_strip = \
                    154:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
                    155: am__nobase_list = $(am__nobase_strip_setup); \
                    156:   for p in $$list; do echo "$$p $$p"; done | \
                    157:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
                    158:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
                    159:     if (++n[$$2] == $(am__install_max)) \
                    160:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
                    161:     END { for (dir in files) print dir, files[dir] }'
                    162: am__base_list = \
                    163:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
                    164:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.1.1.2   misho     165: am__uninstall_files_from_dir = { \
                    166:   test -z "$$files" \
                    167:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
                    168:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
                    169:          $(am__cd) "$$dir" && rm -f $$files; }; \
                    170:   }
1.1       misho     171: DATA = $(dist_examples_DATA)
                    172: HEADERS = $(noinst_HEADERS)
                    173: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
                    174:   distclean-recursive maintainer-clean-recursive
                    175: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
                    176:        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
                    177:        distdir
                    178: ETAGS = etags
                    179: CTAGS = ctags
                    180: DIST_SUBDIRS = $(SUBDIRS)
                    181: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    182: am__relativize = \
                    183:   dir0=`pwd`; \
                    184:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
                    185:   sed_rest='s,^[^/]*/*,,'; \
                    186:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
                    187:   sed_butlast='s,/*[^/]*$$,,'; \
                    188:   while test -n "$$dir1"; do \
                    189:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
                    190:     if test "$$first" != "."; then \
                    191:       if test "$$first" = ".."; then \
                    192:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
                    193:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
                    194:       else \
                    195:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
                    196:         if test "$$first2" = "$$first"; then \
                    197:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
                    198:         else \
                    199:           dir2="../$$dir2"; \
                    200:         fi; \
                    201:         dir0="$$dir0"/"$$first"; \
                    202:       fi; \
                    203:     fi; \
                    204:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
                    205:   done; \
                    206:   reldir="$$dir2"
                    207: ACLOCAL = @ACLOCAL@
                    208: AMTAR = @AMTAR@
1.1.1.5 ! misho     209: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.1       misho     210: AR = @AR@
                    211: AUTOCONF = @AUTOCONF@
                    212: AUTOHEADER = @AUTOHEADER@
                    213: AUTOMAKE = @AUTOMAKE@
                    214: AWK = @AWK@
                    215: BGPD = @BGPD@
                    216: CC = @CC@
                    217: CCDEPMODE = @CCDEPMODE@
                    218: CFLAGS = @CFLAGS@
                    219: CONFDATE = @CONFDATE@
1.1.1.5 ! misho     220: CONFIG_ARGS = @CONFIG_ARGS@
1.1       misho     221: CPP = @CPP@
                    222: CPPFLAGS = @CPPFLAGS@
                    223: CURSES = @CURSES@
                    224: CYGPATH_W = @CYGPATH_W@
                    225: DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
1.1.1.5 ! misho     226: DEJAGNU = @DEJAGNU@
1.1       misho     227: DEPDIR = @DEPDIR@
                    228: DLLTOOL = @DLLTOOL@
                    229: DOC = @DOC@
                    230: DSYMUTIL = @DSYMUTIL@
                    231: DUMPBIN = @DUMPBIN@
                    232: ECHO_C = @ECHO_C@
                    233: ECHO_N = @ECHO_N@
                    234: ECHO_T = @ECHO_T@
                    235: EGREP = @EGREP@
                    236: EXEEXT = @EXEEXT@
                    237: FGREP = @FGREP@
                    238: GAWK = @GAWK@
                    239: GREP = @GREP@
                    240: HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
                    241: IF_METHOD = @IF_METHOD@
                    242: INSTALL = @INSTALL@
                    243: INSTALL_DATA = @INSTALL_DATA@
                    244: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    245: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    246: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    247: IOCTL_METHOD = @IOCTL_METHOD@
                    248: IPFORWARD = @IPFORWARD@
                    249: ISISD = @ISISD@
                    250: ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
                    251: ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
                    252: ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
                    253: KERNEL_METHOD = @KERNEL_METHOD@
1.1.1.3   misho     254: LATEXMK = @LATEXMK@
1.1       misho     255: LD = @LD@
                    256: LDFLAGS = @LDFLAGS@
                    257: LIBCAP = @LIBCAP@
                    258: LIBM = @LIBM@
                    259: LIBOBJS = @LIBOBJS@
                    260: LIBPAM = @LIBPAM@
                    261: LIBREADLINE = @LIBREADLINE@
                    262: LIBS = @LIBS@ 
                    263: LIBTOOL = @LIBTOOL@
                    264: LIB_REGEX = @LIB_REGEX@
                    265: LIPO = @LIPO@
                    266: LN_S = @LN_S@
                    267: LTLIBOBJS = @LTLIBOBJS@
                    268: MAKEINFO = @MAKEINFO@
                    269: MANIFEST_TOOL = @MANIFEST_TOOL@
                    270: MKDIR_P = @MKDIR_P@
1.1.1.4   misho     271: NETSNMP_CONFIG = @NETSNMP_CONFIG@
1.1       misho     272: NM = @NM@
                    273: NMEDIT = @NMEDIT@
                    274: OBJDUMP = @OBJDUMP@
                    275: OBJEXT = @OBJEXT@
                    276: OSPF6D = @OSPF6D@
                    277: OSPFAPI = @OSPFAPI@
                    278: OSPFCLIENT = @OSPFCLIENT@
                    279: OSPFD = @OSPFD@
                    280: OTOOL = @OTOOL@
                    281: OTOOL64 = @OTOOL64@
                    282: PACKAGE = @PACKAGE@
                    283: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    284: PACKAGE_NAME = @PACKAGE_NAME@
                    285: PACKAGE_STRING = @PACKAGE_STRING@
                    286: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    287: PACKAGE_URL = @PACKAGE_URL@
                    288: PACKAGE_VERSION = @PACKAGE_VERSION@
                    289: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1.1.3   misho     290: PDFLATEX = @PDFLATEX@
1.1       misho     291: PERL = @PERL@
1.1.1.5 ! misho     292: PIMD = @PIMD@
1.1       misho     293: RANLIB = @RANLIB@
                    294: RIPD = @RIPD@
                    295: RIPNGD = @RIPNGD@
                    296: RTREAD_METHOD = @RTREAD_METHOD@
                    297: RT_METHOD = @RT_METHOD@
1.1.1.5 ! misho     298: RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
1.1       misho     299: SED = @SED@
                    300: SET_MAKE = @SET_MAKE@
                    301: SHELL = @SHELL@
                    302: SOLARIS = @SOLARIS@
                    303: STRIP = @STRIP@
                    304: VERSION = @VERSION@
                    305: VTYSH = @VTYSH@
                    306: WATCHQUAGGA = @WATCHQUAGGA@
1.1.1.4   misho     307: WEAK_ALIAS = @WEAK_ALIAS@
                    308: WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@
1.1.1.5 ! misho     309: WERROR = @WERROR@
1.1       misho     310: ZEBRA = @ZEBRA@
                    311: abs_builddir = @abs_builddir@
                    312: abs_srcdir = @abs_srcdir@
                    313: abs_top_builddir = @abs_top_builddir@
                    314: abs_top_srcdir = @abs_top_srcdir@
                    315: ac_ct_AR = @ac_ct_AR@
                    316: ac_ct_CC = @ac_ct_CC@
                    317: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    318: am__include = @am__include@
                    319: am__leading_dot = @am__leading_dot@
                    320: am__quote = @am__quote@
                    321: am__tar = @am__tar@
                    322: am__untar = @am__untar@
                    323: bindir = @bindir@
                    324: build = @build@
                    325: build_alias = @build_alias@
                    326: build_cpu = @build_cpu@
                    327: build_os = @build_os@
                    328: build_vendor = @build_vendor@
                    329: builddir = @builddir@
                    330: datadir = @datadir@
                    331: datarootdir = @datarootdir@
                    332: docdir = @docdir@
                    333: dvidir = @dvidir@
                    334: enable_group = @enable_group@
                    335: enable_user = @enable_user@
                    336: enable_vty_group = @enable_vty_group@
                    337: exampledir = @exampledir@
                    338: exec_prefix = @exec_prefix@
                    339: host = @host@
                    340: host_alias = @host_alias@
                    341: host_cpu = @host_cpu@
                    342: host_os = @host_os@
                    343: host_vendor = @host_vendor@
                    344: htmldir = @htmldir@
                    345: includedir = @includedir@
                    346: infodir = @infodir@
                    347: install_sh = @install_sh@
                    348: libdir = @libdir@
                    349: libexecdir = @libexecdir@
                    350: localedir = @localedir@
                    351: localstatedir = @localstatedir@
                    352: mandir = @mandir@
                    353: mkdir_p = @mkdir_p@
                    354: oldincludedir = @oldincludedir@
                    355: pdfdir = @pdfdir@
                    356: pkgsrcdir = @pkgsrcdir@
                    357: pkgsrcrcdir = @pkgsrcrcdir@
                    358: prefix = @prefix@
                    359: program_transform_name = @program_transform_name@
                    360: psdir = @psdir@
                    361: quagga_statedir = @quagga_statedir@
                    362: sbindir = @sbindir@
                    363: sharedstatedir = @sharedstatedir@
                    364: srcdir = @srcdir@
                    365: sysconfdir = @sysconfdir@
                    366: target = @target@
                    367: target_alias = @target_alias@
                    368: target_cpu = @target_cpu@
                    369: target_os = @target_os@
                    370: target_vendor = @target_vendor@
                    371: top_build_prefix = @top_build_prefix@
                    372: top_builddir = @top_builddir@
                    373: top_srcdir = @top_srcdir@
1.1.1.5 ! misho     374: AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib \
        !           375:           @ISIS_TOPOLOGY_INCLUDES@
        !           376: 
1.1       misho     377: INSTALL_SDATA = @INSTALL@ -m 600
1.1.1.5 ! misho     378: AM_CFLAGS = $(WERROR)
1.1       misho     379: noinst_LIBRARIES = libisis.a
                    380: SUBDIRS = topology
                    381: libisis_a_SOURCES = \
                    382:        isis_adjacency.c isis_lsp.c dict.c isis_circuit.c isis_pdu.c \
                    383:        isis_tlv.c isisd.c isis_misc.c isis_zebra.c isis_dr.c \
                    384:        isis_flags.c isis_dynhn.c iso_checksum.c isis_csm.c isis_events.c \
1.1.1.5 ! misho     385:        isis_spf.c isis_redist.c isis_route.c isis_routemap.c
1.1       misho     386: 
                    387: noinst_HEADERS = \
                    388:        isisd.h isis_pdu.h isis_tlv.h isis_adjacency.h isis_constants.h \
                    389:        isis_lsp.h dict.h isis_circuit.h isis_misc.h isis_network.h \
                    390:        isis_zebra.h isis_dr.h isis_flags.h isis_dynhn.h isis_common.h \
1.1.1.5 ! misho     391:        iso_checksum.h isis_csm.h isis_events.h isis_spf.h isis_redist.h \
        !           392:        isis_route.h isis_routemap.h \
1.1       misho     393:        include-netbsd/clnp.h include-netbsd/esis.h include-netbsd/iso.h
                    394: 
                    395: isisd_SOURCES = \
                    396:        isis_main.c $(libisis_a_SOURCES) \
                    397:        isis_bpf.c isis_dlpi.c isis_pfpacket.c
                    398: 
                    399: isisd_LDADD = @ISIS_TOPOLOGY_LIB@ ../lib/libzebra.la @LIBCAP@
                    400: examplesdir = $(exampledir)
                    401: dist_examples_DATA = isisd.conf.sample
                    402: all: all-recursive
                    403: 
                    404: .SUFFIXES:
                    405: .SUFFIXES: .c .lo .o .obj
                    406: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    407:        @for dep in $?; do \
                    408:          case '$(am__configure_deps)' in \
                    409:            *$$dep*) \
                    410:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    411:                && { if test -f $@; then exit 0; else break; fi; }; \
                    412:              exit 1;; \
                    413:          esac; \
                    414:        done; \
                    415:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu isisd/Makefile'; \
                    416:        $(am__cd) $(top_srcdir) && \
                    417:          $(AUTOMAKE) --gnu isisd/Makefile
                    418: .PRECIOUS: Makefile
                    419: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    420:        @case '$?' in \
                    421:          *config.status*) \
                    422:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    423:          *) \
                    424:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    425:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    426:        esac;
                    427: 
                    428: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    429:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    430: 
                    431: $(top_srcdir)/configure:  $(am__configure_deps)
                    432:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    433: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    434:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    435: $(am__aclocal_m4_deps):
                    436: 
                    437: clean-noinstLIBRARIES:
                    438:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1.1.1.3   misho     439: libisis.a: $(libisis_a_OBJECTS) $(libisis_a_DEPENDENCIES) $(EXTRA_libisis_a_DEPENDENCIES) 
1.1.1.5 ! misho     440:        $(AM_V_at)-rm -f libisis.a
        !           441:        $(AM_V_AR)$(libisis_a_AR) libisis.a $(libisis_a_OBJECTS) $(libisis_a_LIBADD)
        !           442:        $(AM_V_at)$(RANLIB) libisis.a
1.1       misho     443: install-sbinPROGRAMS: $(sbin_PROGRAMS)
                    444:        @$(NORMAL_INSTALL)
                    445:        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
1.1.1.3   misho     446:        if test -n "$$list"; then \
                    447:          echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
                    448:          $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
                    449:        fi; \
1.1       misho     450:        for p in $$list; do echo "$$p $$p"; done | \
                    451:        sed 's/$(EXEEXT)$$//' | \
                    452:        while read p p1; do if test -f $$p || test -f $$p1; \
                    453:          then echo "$$p"; echo "$$p"; else :; fi; \
                    454:        done | \
                    455:        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
                    456:            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
                    457:        sed 'N;N;N;s,\n, ,g' | \
                    458:        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
                    459:          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
                    460:            if ($$2 == $$4) files[d] = files[d] " " $$1; \
                    461:            else { print "f", $$3 "/" $$4, $$1; } } \
                    462:          END { for (d in files) print "f", d, files[d] }' | \
                    463:        while read type dir files; do \
                    464:            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
                    465:            test -z "$$files" || { \
                    466:            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
                    467:            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
                    468:            } \
                    469:        ; done
                    470: 
                    471: uninstall-sbinPROGRAMS:
                    472:        @$(NORMAL_UNINSTALL)
                    473:        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
                    474:        files=`for p in $$list; do echo "$$p"; done | \
                    475:          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
                    476:              -e 's/$$/$(EXEEXT)/' `; \
                    477:        test -n "$$list" || exit 0; \
                    478:        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
                    479:        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
                    480: 
                    481: clean-sbinPROGRAMS:
                    482:        @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
                    483:        echo " rm -f" $$list; \
                    484:        rm -f $$list || exit $$?; \
                    485:        test -n "$(EXEEXT)" || exit 0; \
                    486:        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
                    487:        echo " rm -f" $$list; \
                    488:        rm -f $$list
1.1.1.3   misho     489: isisd$(EXEEXT): $(isisd_OBJECTS) $(isisd_DEPENDENCIES) $(EXTRA_isisd_DEPENDENCIES) 
1.1       misho     490:        @rm -f isisd$(EXEEXT)
1.1.1.5 ! misho     491:        $(AM_V_CCLD)$(LINK) $(isisd_OBJECTS) $(isisd_LDADD) $(LIBS)
1.1       misho     492: 
                    493: mostlyclean-compile:
                    494:        -rm -f *.$(OBJEXT)
                    495: 
                    496: distclean-compile:
                    497:        -rm -f *.tab.c
                    498: 
                    499: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict.Po@am__quote@
                    500: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_adjacency.Po@am__quote@
                    501: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_bpf.Po@am__quote@
                    502: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_circuit.Po@am__quote@
                    503: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_csm.Po@am__quote@
                    504: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_dlpi.Po@am__quote@
                    505: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_dr.Po@am__quote@
                    506: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_dynhn.Po@am__quote@
                    507: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_events.Po@am__quote@
                    508: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_flags.Po@am__quote@
                    509: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_lsp.Po@am__quote@
                    510: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_main.Po@am__quote@
                    511: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_misc.Po@am__quote@
                    512: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_pdu.Po@am__quote@
                    513: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_pfpacket.Po@am__quote@
1.1.1.5 ! misho     514: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_redist.Po@am__quote@
1.1       misho     515: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_route.Po@am__quote@
                    516: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_routemap.Po@am__quote@
                    517: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_spf.Po@am__quote@
                    518: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_tlv.Po@am__quote@
                    519: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_zebra.Po@am__quote@
                    520: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isisd.Po@am__quote@
                    521: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iso_checksum.Po@am__quote@
                    522: 
                    523: .c.o:
1.1.1.5 ! misho     524: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
        !           525: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
        !           526: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.1       misho     527: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.1.1.5 ! misho     528: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
1.1       misho     529: 
                    530: .c.obj:
1.1.1.5 ! misho     531: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
        !           532: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
        !           533: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.1       misho     534: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.1.1.5 ! misho     535: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
1.1       misho     536: 
                    537: .c.lo:
1.1.1.5 ! misho     538: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
        !           539: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
        !           540: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1.1       misho     541: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.1.1.5 ! misho     542: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1.1       misho     543: 
                    544: mostlyclean-libtool:
                    545:        -rm -f *.lo
                    546: 
                    547: clean-libtool:
                    548:        -rm -rf .libs _libs
                    549: install-dist_examplesDATA: $(dist_examples_DATA)
                    550:        @$(NORMAL_INSTALL)
                    551:        @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
1.1.1.3   misho     552:        if test -n "$$list"; then \
                    553:          echo " $(MKDIR_P) '$(DESTDIR)$(examplesdir)'"; \
                    554:          $(MKDIR_P) "$(DESTDIR)$(examplesdir)" || exit 1; \
                    555:        fi; \
1.1       misho     556:        for p in $$list; do \
                    557:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                    558:          echo "$$d$$p"; \
                    559:        done | $(am__base_list) | \
                    560:        while read files; do \
                    561:          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(examplesdir)'"; \
                    562:          $(INSTALL_DATA) $$files "$(DESTDIR)$(examplesdir)" || exit $$?; \
                    563:        done
                    564: 
                    565: uninstall-dist_examplesDATA:
                    566:        @$(NORMAL_UNINSTALL)
                    567:        @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
                    568:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1.1.1.2   misho     569:        dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)
1.1       misho     570: 
                    571: # This directory's subdirectories are mostly independent; you can cd
1.1.1.5 ! misho     572: # into them and run `make' without going through this Makefile.
        !           573: # To change the values of `make' variables: instead of editing Makefiles,
        !           574: # (1) if the variable is set in `config.status', edit `config.status'
        !           575: #     (which will cause the Makefiles to be regenerated when you run `make');
        !           576: # (2) otherwise, pass the desired values on the `make' command line.
        !           577: $(RECURSIVE_TARGETS):
1.1       misho     578:        @fail= failcom='exit 1'; \
                    579:        for f in x $$MAKEFLAGS; do \
                    580:          case $$f in \
                    581:            *=* | --[!k]*);; \
                    582:            *k*) failcom='fail=yes';; \
                    583:          esac; \
                    584:        done; \
                    585:        dot_seen=no; \
                    586:        target=`echo $@ | sed s/-recursive//`; \
1.1.1.5 ! misho     587:        list='$(SUBDIRS)'; for subdir in $$list; do \
1.1       misho     588:          echo "Making $$target in $$subdir"; \
                    589:          if test "$$subdir" = "."; then \
                    590:            dot_seen=yes; \
                    591:            local_target="$$target-am"; \
                    592:          else \
                    593:            local_target="$$target"; \
                    594:          fi; \
                    595:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    596:          || eval $$failcom; \
                    597:        done; \
                    598:        if test "$$dot_seen" = "no"; then \
                    599:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    600:        fi; test -z "$$fail"
1.1.1.5 ! misho     601: 
        !           602: $(RECURSIVE_CLEAN_TARGETS):
        !           603:        @fail= failcom='exit 1'; \
        !           604:        for f in x $$MAKEFLAGS; do \
        !           605:          case $$f in \
        !           606:            *=* | --[!k]*);; \
        !           607:            *k*) failcom='fail=yes';; \
        !           608:          esac; \
        !           609:        done; \
        !           610:        dot_seen=no; \
        !           611:        case "$@" in \
        !           612:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
        !           613:          *) list='$(SUBDIRS)' ;; \
        !           614:        esac; \
        !           615:        rev=''; for subdir in $$list; do \
        !           616:          if test "$$subdir" = "."; then :; else \
        !           617:            rev="$$subdir $$rev"; \
        !           618:          fi; \
        !           619:        done; \
        !           620:        rev="$$rev ."; \
        !           621:        target=`echo $@ | sed s/-recursive//`; \
        !           622:        for subdir in $$rev; do \
        !           623:          echo "Making $$target in $$subdir"; \
        !           624:          if test "$$subdir" = "."; then \
        !           625:            local_target="$$target-am"; \
        !           626:          else \
        !           627:            local_target="$$target"; \
        !           628:          fi; \
        !           629:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
        !           630:          || eval $$failcom; \
        !           631:        done && test -z "$$fail"
1.1       misho     632: tags-recursive:
                    633:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    634:          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    635:        done
                    636: ctags-recursive:
                    637:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    638:          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
                    639:        done
                    640: 
                    641: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    642:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    643:        unique=`for i in $$list; do \
                    644:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    645:          done | \
                    646:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    647:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    648:        mkid -fID $$unique
                    649: tags: TAGS
                    650: 
                    651: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    652:                $(TAGS_FILES) $(LISP)
                    653:        set x; \
                    654:        here=`pwd`; \
                    655:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    656:          include_option=--etags-include; \
                    657:          empty_fix=.; \
                    658:        else \
                    659:          include_option=--include; \
                    660:          empty_fix=; \
                    661:        fi; \
                    662:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    663:          if test "$$subdir" = .; then :; else \
                    664:            test ! -f $$subdir/TAGS || \
                    665:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
                    666:          fi; \
                    667:        done; \
                    668:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    669:        unique=`for i in $$list; do \
                    670:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    671:          done | \
                    672:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    673:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    674:        shift; \
                    675:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    676:          test -n "$$unique" || unique=$$empty_fix; \
                    677:          if test $$# -gt 0; then \
                    678:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    679:              "$$@" $$unique; \
                    680:          else \
                    681:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    682:              $$unique; \
                    683:          fi; \
                    684:        fi
                    685: ctags: CTAGS
                    686: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    687:                $(TAGS_FILES) $(LISP)
                    688:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    689:        unique=`for i in $$list; do \
                    690:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    691:          done | \
                    692:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    693:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    694:        test -z "$(CTAGS_ARGS)$$unique" \
                    695:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    696:             $$unique
                    697: 
                    698: GTAGS:
                    699:        here=`$(am__cd) $(top_builddir) && pwd` \
                    700:          && $(am__cd) $(top_srcdir) \
                    701:          && gtags -i $(GTAGS_ARGS) "$$here"
                    702: 
                    703: distclean-tags:
                    704:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    705: 
                    706: distdir: $(DISTFILES)
                    707:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    708:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    709:        list='$(DISTFILES)'; \
                    710:          dist_files=`for file in $$list; do echo $$file; done | \
                    711:          sed -e "s|^$$srcdirstrip/||;t" \
                    712:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    713:        case $$dist_files in \
                    714:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    715:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    716:                           sort -u` ;; \
                    717:        esac; \
                    718:        for file in $$dist_files; do \
                    719:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    720:          if test -d $$d/$$file; then \
                    721:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    722:            if test -d "$(distdir)/$$file"; then \
                    723:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    724:            fi; \
                    725:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    726:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    727:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    728:            fi; \
                    729:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    730:          else \
                    731:            test -f "$(distdir)/$$file" \
                    732:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    733:            || exit 1; \
                    734:          fi; \
                    735:        done
                    736:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    737:          if test "$$subdir" = .; then :; else \
1.1.1.3   misho     738:            $(am__make_dryrun) \
                    739:              || test -d "$(distdir)/$$subdir" \
                    740:              || $(MKDIR_P) "$(distdir)/$$subdir" \
                    741:              || exit 1; \
1.1       misho     742:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    743:            $(am__relativize); \
                    744:            new_distdir=$$reldir; \
                    745:            dir1=$$subdir; dir2="$(top_distdir)"; \
                    746:            $(am__relativize); \
                    747:            new_top_distdir=$$reldir; \
                    748:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    749:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    750:            ($(am__cd) $$subdir && \
                    751:              $(MAKE) $(AM_MAKEFLAGS) \
                    752:                top_distdir="$$new_top_distdir" \
                    753:                distdir="$$new_distdir" \
                    754:                am__remove_distdir=: \
                    755:                am__skip_length_check=: \
                    756:                am__skip_mode_fix=: \
                    757:                distdir) \
                    758:              || exit 1; \
                    759:          fi; \
                    760:        done
                    761: check-am: all-am
                    762: check: check-recursive
                    763: all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
                    764: installdirs: installdirs-recursive
                    765: installdirs-am:
                    766:        for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)"; do \
                    767:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    768:        done
                    769: install: install-recursive
                    770: install-exec: install-exec-recursive
                    771: install-data: install-data-recursive
                    772: uninstall: uninstall-recursive
                    773: 
                    774: install-am: all-am
                    775:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    776: 
                    777: installcheck: installcheck-recursive
                    778: install-strip:
1.1.1.2   misho     779:        if test -z '$(STRIP)'; then \
                    780:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    781:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    782:              install; \
                    783:        else \
                    784:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    785:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    786:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    787:        fi
1.1       misho     788: mostlyclean-generic:
                    789: 
                    790: clean-generic:
                    791: 
                    792: distclean-generic:
                    793:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    794:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    795: 
                    796: maintainer-clean-generic:
                    797:        @echo "This command is intended for maintainers to use"
                    798:        @echo "it deletes files that may require special tools to rebuild."
                    799: clean: clean-recursive
                    800: 
                    801: clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
                    802:        clean-sbinPROGRAMS mostlyclean-am
                    803: 
                    804: distclean: distclean-recursive
                    805:        -rm -rf ./$(DEPDIR)
                    806:        -rm -f Makefile
                    807: distclean-am: clean-am distclean-compile distclean-generic \
                    808:        distclean-tags
                    809: 
                    810: dvi: dvi-recursive
                    811: 
                    812: dvi-am:
                    813: 
                    814: html: html-recursive
                    815: 
                    816: html-am:
                    817: 
                    818: info: info-recursive
                    819: 
                    820: info-am:
                    821: 
                    822: install-data-am: install-dist_examplesDATA
                    823: 
                    824: install-dvi: install-dvi-recursive
                    825: 
                    826: install-dvi-am:
                    827: 
                    828: install-exec-am: install-sbinPROGRAMS
                    829: 
                    830: install-html: install-html-recursive
                    831: 
                    832: install-html-am:
                    833: 
                    834: install-info: install-info-recursive
                    835: 
                    836: install-info-am:
                    837: 
                    838: install-man:
                    839: 
                    840: install-pdf: install-pdf-recursive
                    841: 
                    842: install-pdf-am:
                    843: 
                    844: install-ps: install-ps-recursive
                    845: 
                    846: install-ps-am:
                    847: 
                    848: installcheck-am:
                    849: 
                    850: maintainer-clean: maintainer-clean-recursive
                    851:        -rm -rf ./$(DEPDIR)
                    852:        -rm -f Makefile
                    853: maintainer-clean-am: distclean-am maintainer-clean-generic
                    854: 
                    855: mostlyclean: mostlyclean-recursive
                    856: 
                    857: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
                    858:        mostlyclean-libtool
                    859: 
                    860: pdf: pdf-recursive
                    861: 
                    862: pdf-am:
                    863: 
                    864: ps: ps-recursive
                    865: 
                    866: ps-am:
                    867: 
                    868: uninstall-am: uninstall-dist_examplesDATA uninstall-sbinPROGRAMS
                    869: 
1.1.1.5 ! misho     870: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
        !           871:        install-am install-strip tags-recursive
1.1       misho     872: 
                    873: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
                    874:        all all-am check check-am clean clean-generic clean-libtool \
1.1.1.5 ! misho     875:        clean-noinstLIBRARIES clean-sbinPROGRAMS ctags ctags-recursive \
        !           876:        distclean distclean-compile distclean-generic \
        !           877:        distclean-libtool distclean-tags distdir dvi dvi-am html \
        !           878:        html-am info info-am install install-am install-data \
        !           879:        install-data-am install-dist_examplesDATA install-dvi \
        !           880:        install-dvi-am install-exec install-exec-am install-html \
        !           881:        install-html-am install-info install-info-am install-man \
        !           882:        install-pdf install-pdf-am install-ps install-ps-am \
        !           883:        install-sbinPROGRAMS install-strip installcheck \
        !           884:        installcheck-am installdirs installdirs-am maintainer-clean \
        !           885:        maintainer-clean-generic mostlyclean mostlyclean-compile \
        !           886:        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
        !           887:        tags tags-recursive uninstall uninstall-am \
        !           888:        uninstall-dist_examplesDATA uninstall-sbinPROGRAMS
1.1       misho     889: 
                    890: 
                    891: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    892: # Otherwise a system limit (for SysV at least) may be exceeded.
                    893: .NOEXPORT:

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