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