File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / ospfclient / Makefile.in
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 17:26:11 2012 UTC (12 years, 5 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    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: VPATH = @srcdir@
   21: pkgdatadir = $(datadir)/@PACKAGE@
   22: pkgincludedir = $(includedir)/@PACKAGE@
   23: pkglibdir = $(libdir)/@PACKAGE@
   24: pkglibexecdir = $(libexecdir)/@PACKAGE@
   25: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   26: install_sh_DATA = $(install_sh) -c -m 644
   27: install_sh_PROGRAM = $(install_sh) -c
   28: install_sh_SCRIPT = $(install_sh) -c
   29: INSTALL_HEADER = $(INSTALL_DATA)
   30: transform = $(program_transform_name)
   31: NORMAL_INSTALL = :
   32: PRE_INSTALL = :
   33: POST_INSTALL = :
   34: NORMAL_UNINSTALL = :
   35: PRE_UNINSTALL = :
   36: POST_UNINSTALL = :
   37: build_triplet = @build@
   38: host_triplet = @host@
   39: target_triplet = @target@
   40: sbin_PROGRAMS = ospfclient$(EXEEXT)
   41: subdir = ospfclient
   42: DIST_COMMON = README $(ospfapiheader_HEADERS) $(srcdir)/Makefile.am \
   43: 	$(srcdir)/Makefile.in AUTHORS COPYING INSTALL NEWS
   44: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   45: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
   46: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   47: 	$(ACLOCAL_M4)
   48: mkinstalldirs = $(install_sh) -d
   49: CONFIG_HEADER = $(top_builddir)/config.h
   50: CONFIG_CLEAN_FILES =
   51: CONFIG_CLEAN_VPATH_FILES =
   52: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
   53: am__vpath_adj = case $$p in \
   54:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
   55:     *) f=$$p;; \
   56:   esac;
   57: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
   58: am__install_max = 40
   59: am__nobase_strip_setup = \
   60:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
   61: am__nobase_strip = \
   62:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
   63: am__nobase_list = $(am__nobase_strip_setup); \
   64:   for p in $$list; do echo "$$p $$p"; done | \
   65:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
   66:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
   67:     if (++n[$$2] == $(am__install_max)) \
   68:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
   69:     END { for (dir in files) print dir, files[dir] }'
   70: am__base_list = \
   71:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   72:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
   73: am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" \
   74: 	"$(DESTDIR)$(ospfapiheaderdir)"
   75: LTLIBRARIES = $(lib_LTLIBRARIES)
   76: libospfapiclient_la_LIBADD =
   77: am_libospfapiclient_la_OBJECTS = ospf_apiclient.lo
   78: libospfapiclient_la_OBJECTS = $(am_libospfapiclient_la_OBJECTS)
   79: libospfapiclient_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
   80: 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
   81: 	$(libospfapiclient_la_LDFLAGS) $(LDFLAGS) -o $@
   82: PROGRAMS = $(sbin_PROGRAMS)
   83: am_ospfclient_OBJECTS = ospfclient-ospfclient.$(OBJEXT)
   84: ospfclient_OBJECTS = $(am_ospfclient_OBJECTS)
   85: ospfclient_DEPENDENCIES = libospfapiclient.la ../ospfd/libospf.la \
   86: 	../lib/libzebra.la
   87: ospfclient_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
   88: 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(ospfclient_CFLAGS) \
   89: 	$(CFLAGS) $(ospfclient_LDFLAGS) $(LDFLAGS) -o $@
   90: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
   91: depcomp = $(SHELL) $(top_srcdir)/depcomp
   92: am__depfiles_maybe = depfiles
   93: am__mv = mv -f
   94: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   95: 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   96: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
   97: 	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
   98: 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   99: CCLD = $(CC)
  100: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  101: 	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  102: 	$(LDFLAGS) -o $@
  103: SOURCES = $(libospfapiclient_la_SOURCES) $(ospfclient_SOURCES)
  104: DIST_SOURCES = $(libospfapiclient_la_SOURCES) $(ospfclient_SOURCES)
  105: HEADERS = $(ospfapiheader_HEADERS)
  106: ETAGS = etags
  107: CTAGS = ctags
  108: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  109: ACLOCAL = @ACLOCAL@
  110: AMTAR = @AMTAR@
  111: AR = @AR@
  112: AUTOCONF = @AUTOCONF@
  113: AUTOHEADER = @AUTOHEADER@
  114: AUTOMAKE = @AUTOMAKE@
  115: AWK = @AWK@
  116: BGPD = @BGPD@
  117: CC = @CC@
  118: CCDEPMODE = @CCDEPMODE@
  119: CFLAGS = @CFLAGS@
  120: CONFDATE = @CONFDATE@
  121: CPP = @CPP@
  122: CPPFLAGS = @CPPFLAGS@
  123: CURSES = @CURSES@
  124: CYGPATH_W = @CYGPATH_W@
  125: DEFS = @DEFS@
  126: DEPDIR = @DEPDIR@
  127: DLLTOOL = @DLLTOOL@
  128: DOC = @DOC@
  129: DSYMUTIL = @DSYMUTIL@
  130: DUMPBIN = @DUMPBIN@
  131: ECHO_C = @ECHO_C@
  132: ECHO_N = @ECHO_N@
  133: ECHO_T = @ECHO_T@
  134: EGREP = @EGREP@
  135: EXEEXT = @EXEEXT@
  136: FGREP = @FGREP@
  137: GAWK = @GAWK@
  138: GREP = @GREP@
  139: HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
  140: IF_METHOD = @IF_METHOD@
  141: IF_PROC = @IF_PROC@
  142: INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
  143: INSTALL = @INSTALL@
  144: INSTALL_DATA = @INSTALL_DATA@
  145: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  146: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  147: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  148: IOCTL_METHOD = @IOCTL_METHOD@
  149: IPFORWARD = @IPFORWARD@
  150: ISISD = @ISISD@
  151: ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
  152: ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
  153: ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
  154: KERNEL_METHOD = @KERNEL_METHOD@
  155: LD = @LD@
  156: LDFLAGS = @LDFLAGS@
  157: LIBCAP = @LIBCAP@
  158: LIBM = @LIBM@
  159: LIBOBJS = @LIBOBJS@
  160: LIBPAM = @LIBPAM@
  161: LIBREADLINE = @LIBREADLINE@
  162: LIBS = @LIBS@
  163: LIBTOOL = @LIBTOOL@
  164: LIB_IPV6 = @LIB_IPV6@
  165: LIB_REGEX = @LIB_REGEX@
  166: LIPO = @LIPO@
  167: LN_S = @LN_S@
  168: LTLIBOBJS = @LTLIBOBJS@
  169: MAKEINFO = @MAKEINFO@
  170: MANIFEST_TOOL = @MANIFEST_TOOL@
  171: MKDIR_P = @MKDIR_P@
  172: MULTIPATH_NUM = @MULTIPATH_NUM@
  173: NM = @NM@
  174: NMEDIT = @NMEDIT@
  175: OBJDUMP = @OBJDUMP@
  176: OBJEXT = @OBJEXT@
  177: OSPF6D = @OSPF6D@
  178: OSPFAPI = @OSPFAPI@
  179: OSPFCLIENT = @OSPFCLIENT@
  180: OSPFD = @OSPFD@
  181: OTHER_METHOD = @OTHER_METHOD@
  182: OTOOL = @OTOOL@
  183: OTOOL64 = @OTOOL64@
  184: PACKAGE = @PACKAGE@
  185: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  186: PACKAGE_NAME = @PACKAGE_NAME@
  187: PACKAGE_STRING = @PACKAGE_STRING@
  188: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  189: PACKAGE_URL = @PACKAGE_URL@
  190: PACKAGE_VERSION = @PACKAGE_VERSION@
  191: PATH_SEPARATOR = @PATH_SEPARATOR@
  192: PERL = @PERL@
  193: PICFLAGS = @PICFLAGS@
  194: PILDFLAGS = @PILDFLAGS@
  195: RANLIB = @RANLIB@
  196: RIPD = @RIPD@
  197: RIPNGD = @RIPNGD@
  198: RTREAD_METHOD = @RTREAD_METHOD@
  199: RT_METHOD = @RT_METHOD@
  200: SED = @SED@
  201: SET_MAKE = @SET_MAKE@
  202: SHELL = @SHELL@
  203: SNMP_INCLUDES = @SNMP_INCLUDES@
  204: SOLARIS = @SOLARIS@
  205: STRIP = @STRIP@
  206: VERSION = @VERSION@
  207: VTYSH = @VTYSH@
  208: WATCHQUAGGA = @WATCHQUAGGA@
  209: ZEBRA = @ZEBRA@
  210: abs_builddir = @abs_builddir@
  211: abs_srcdir = @abs_srcdir@
  212: abs_top_builddir = @abs_top_builddir@
  213: abs_top_srcdir = @abs_top_srcdir@
  214: ac_ct_AR = @ac_ct_AR@
  215: ac_ct_CC = @ac_ct_CC@
  216: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  217: am__include = @am__include@
  218: am__leading_dot = @am__leading_dot@
  219: am__quote = @am__quote@
  220: am__tar = @am__tar@
  221: am__untar = @am__untar@
  222: bindir = @bindir@
  223: build = @build@
  224: build_alias = @build_alias@
  225: build_cpu = @build_cpu@
  226: build_os = @build_os@
  227: build_vendor = @build_vendor@
  228: builddir = @builddir@
  229: datadir = @datadir@
  230: datarootdir = @datarootdir@
  231: docdir = @docdir@
  232: dvidir = @dvidir@
  233: enable_group = @enable_group@
  234: enable_user = @enable_user@
  235: enable_vty_group = @enable_vty_group@
  236: exampledir = @exampledir@
  237: exec_prefix = @exec_prefix@
  238: host = @host@
  239: host_alias = @host_alias@
  240: host_cpu = @host_cpu@
  241: host_os = @host_os@
  242: host_vendor = @host_vendor@
  243: htmldir = @htmldir@
  244: includedir = @includedir@
  245: infodir = @infodir@
  246: install_sh = @install_sh@
  247: libdir = @libdir@
  248: libexecdir = @libexecdir@
  249: localedir = @localedir@
  250: localstatedir = @localstatedir@
  251: mandir = @mandir@
  252: mkdir_p = @mkdir_p@
  253: oldincludedir = @oldincludedir@
  254: pdfdir = @pdfdir@
  255: pkgsrcdir = @pkgsrcdir@
  256: pkgsrcrcdir = @pkgsrcrcdir@
  257: prefix = @prefix@
  258: program_transform_name = @program_transform_name@
  259: psdir = @psdir@
  260: quagga_statedir = @quagga_statedir@
  261: sbindir = @sbindir@
  262: sharedstatedir = @sharedstatedir@
  263: srcdir = @srcdir@
  264: sysconfdir = @sysconfdir@
  265: target = @target@
  266: target_alias = @target_alias@
  267: target_cpu = @target_cpu@
  268: target_os = @target_os@
  269: target_vendor = @target_vendor@
  270: top_build_prefix = @top_build_prefix@
  271: top_builddir = @top_builddir@
  272: top_srcdir = @top_srcdir@
  273: lib_LTLIBRARIES = libospfapiclient.la
  274: libospfapiclient_la_LDFLAGS = -version 0:0:0
  275: libospfapiclient_la_SOURCES = \
  276: 	ospf_apiclient.c
  277: 
  278: ospfapiheaderdir = $(pkgincludedir)/ospfapi
  279: ospfapiheader_HEADERS = \
  280: 	ospf_apiclient.h
  281: 
  282: ospfclient_SOURCES = \
  283: 	ospfclient.c
  284: 
  285: ospfclient_LDADD = libospfapiclient.la \
  286: 	../ospfd/libospf.la ../lib/libzebra.la @LIBCAP@
  287: 
  288: ospfclient_CFLAGS = $(AM_CFLAGS) $(PICFLAGS)
  289: ospfclient_LDFLAGS = $(AM_LDFLAGS) $(PILDFLAGS)
  290: all: all-am
  291: 
  292: .SUFFIXES:
  293: .SUFFIXES: .c .lo .o .obj
  294: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  295: 	@for dep in $?; do \
  296: 	  case '$(am__configure_deps)' in \
  297: 	    *$$dep*) \
  298: 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  299: 	        && { if test -f $@; then exit 0; else break; fi; }; \
  300: 	      exit 1;; \
  301: 	  esac; \
  302: 	done; \
  303: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ospfclient/Makefile'; \
  304: 	$(am__cd) $(top_srcdir) && \
  305: 	  $(AUTOMAKE) --gnu ospfclient/Makefile
  306: .PRECIOUS: Makefile
  307: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  308: 	@case '$?' in \
  309: 	  *config.status*) \
  310: 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  311: 	  *) \
  312: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  313: 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  314: 	esac;
  315: 
  316: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  317: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  318: 
  319: $(top_srcdir)/configure:  $(am__configure_deps)
  320: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  321: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  322: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  323: $(am__aclocal_m4_deps):
  324: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  325: 	@$(NORMAL_INSTALL)
  326: 	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
  327: 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  328: 	list2=; for p in $$list; do \
  329: 	  if test -f $$p; then \
  330: 	    list2="$$list2 $$p"; \
  331: 	  else :; fi; \
  332: 	done; \
  333: 	test -z "$$list2" || { \
  334: 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  335: 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  336: 	}
  337: 
  338: uninstall-libLTLIBRARIES:
  339: 	@$(NORMAL_UNINSTALL)
  340: 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  341: 	for p in $$list; do \
  342: 	  $(am__strip_dir) \
  343: 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  344: 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  345: 	done
  346: 
  347: clean-libLTLIBRARIES:
  348: 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  349: 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  350: 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  351: 	  test "$$dir" != "$$p" || dir=.; \
  352: 	  echo "rm -f \"$${dir}/so_locations\""; \
  353: 	  rm -f "$${dir}/so_locations"; \
  354: 	done
  355: libospfapiclient.la: $(libospfapiclient_la_OBJECTS) $(libospfapiclient_la_DEPENDENCIES) 
  356: 	$(libospfapiclient_la_LINK) -rpath $(libdir) $(libospfapiclient_la_OBJECTS) $(libospfapiclient_la_LIBADD) $(LIBS)
  357: install-sbinPROGRAMS: $(sbin_PROGRAMS)
  358: 	@$(NORMAL_INSTALL)
  359: 	test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
  360: 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  361: 	for p in $$list; do echo "$$p $$p"; done | \
  362: 	sed 's/$(EXEEXT)$$//' | \
  363: 	while read p p1; do if test -f $$p || test -f $$p1; \
  364: 	  then echo "$$p"; echo "$$p"; else :; fi; \
  365: 	done | \
  366: 	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  367: 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  368: 	sed 'N;N;N;s,\n, ,g' | \
  369: 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  370: 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  371: 	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
  372: 	    else { print "f", $$3 "/" $$4, $$1; } } \
  373: 	  END { for (d in files) print "f", d, files[d] }' | \
  374: 	while read type dir files; do \
  375: 	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  376: 	    test -z "$$files" || { \
  377: 	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
  378: 	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
  379: 	    } \
  380: 	; done
  381: 
  382: uninstall-sbinPROGRAMS:
  383: 	@$(NORMAL_UNINSTALL)
  384: 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  385: 	files=`for p in $$list; do echo "$$p"; done | \
  386: 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  387: 	      -e 's/$$/$(EXEEXT)/' `; \
  388: 	test -n "$$list" || exit 0; \
  389: 	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
  390: 	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
  391: 
  392: clean-sbinPROGRAMS:
  393: 	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
  394: 	echo " rm -f" $$list; \
  395: 	rm -f $$list || exit $$?; \
  396: 	test -n "$(EXEEXT)" || exit 0; \
  397: 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  398: 	echo " rm -f" $$list; \
  399: 	rm -f $$list
  400: ospfclient$(EXEEXT): $(ospfclient_OBJECTS) $(ospfclient_DEPENDENCIES) 
  401: 	@rm -f ospfclient$(EXEEXT)
  402: 	$(ospfclient_LINK) $(ospfclient_OBJECTS) $(ospfclient_LDADD) $(LIBS)
  403: 
  404: mostlyclean-compile:
  405: 	-rm -f *.$(OBJEXT)
  406: 
  407: distclean-compile:
  408: 	-rm -f *.tab.c
  409: 
  410: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_apiclient.Plo@am__quote@
  411: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospfclient-ospfclient.Po@am__quote@
  412: 
  413: .c.o:
  414: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  415: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  416: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  417: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  418: @am__fastdepCC_FALSE@	$(COMPILE) -c $<
  419: 
  420: .c.obj:
  421: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  422: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  423: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  424: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  425: @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
  426: 
  427: .c.lo:
  428: @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  429: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  430: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  431: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  432: @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
  433: 
  434: ospfclient-ospfclient.o: ospfclient.c
  435: @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ospfclient_CFLAGS) $(CFLAGS) -MT ospfclient-ospfclient.o -MD -MP -MF $(DEPDIR)/ospfclient-ospfclient.Tpo -c -o ospfclient-ospfclient.o `test -f 'ospfclient.c' || echo '$(srcdir)/'`ospfclient.c
  436: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ospfclient-ospfclient.Tpo $(DEPDIR)/ospfclient-ospfclient.Po
  437: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ospfclient.c' object='ospfclient-ospfclient.o' libtool=no @AMDEPBACKSLASH@
  438: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  439: @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ospfclient_CFLAGS) $(CFLAGS) -c -o ospfclient-ospfclient.o `test -f 'ospfclient.c' || echo '$(srcdir)/'`ospfclient.c
  440: 
  441: ospfclient-ospfclient.obj: ospfclient.c
  442: @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ospfclient_CFLAGS) $(CFLAGS) -MT ospfclient-ospfclient.obj -MD -MP -MF $(DEPDIR)/ospfclient-ospfclient.Tpo -c -o ospfclient-ospfclient.obj `if test -f 'ospfclient.c'; then $(CYGPATH_W) 'ospfclient.c'; else $(CYGPATH_W) '$(srcdir)/ospfclient.c'; fi`
  443: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ospfclient-ospfclient.Tpo $(DEPDIR)/ospfclient-ospfclient.Po
  444: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ospfclient.c' object='ospfclient-ospfclient.obj' libtool=no @AMDEPBACKSLASH@
  445: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  446: @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ospfclient_CFLAGS) $(CFLAGS) -c -o ospfclient-ospfclient.obj `if test -f 'ospfclient.c'; then $(CYGPATH_W) 'ospfclient.c'; else $(CYGPATH_W) '$(srcdir)/ospfclient.c'; fi`
  447: 
  448: mostlyclean-libtool:
  449: 	-rm -f *.lo
  450: 
  451: clean-libtool:
  452: 	-rm -rf .libs _libs
  453: install-ospfapiheaderHEADERS: $(ospfapiheader_HEADERS)
  454: 	@$(NORMAL_INSTALL)
  455: 	test -z "$(ospfapiheaderdir)" || $(MKDIR_P) "$(DESTDIR)$(ospfapiheaderdir)"
  456: 	@list='$(ospfapiheader_HEADERS)'; test -n "$(ospfapiheaderdir)" || list=; \
  457: 	for p in $$list; do \
  458: 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  459: 	  echo "$$d$$p"; \
  460: 	done | $(am__base_list) | \
  461: 	while read files; do \
  462: 	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(ospfapiheaderdir)'"; \
  463: 	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(ospfapiheaderdir)" || exit $$?; \
  464: 	done
  465: 
  466: uninstall-ospfapiheaderHEADERS:
  467: 	@$(NORMAL_UNINSTALL)
  468: 	@list='$(ospfapiheader_HEADERS)'; test -n "$(ospfapiheaderdir)" || list=; \
  469: 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  470: 	test -n "$$files" || exit 0; \
  471: 	echo " ( cd '$(DESTDIR)$(ospfapiheaderdir)' && rm -f" $$files ")"; \
  472: 	cd "$(DESTDIR)$(ospfapiheaderdir)" && rm -f $$files
  473: 
  474: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  475: 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  476: 	unique=`for i in $$list; do \
  477: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  478: 	  done | \
  479: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  480: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  481: 	mkid -fID $$unique
  482: tags: TAGS
  483: 
  484: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  485: 		$(TAGS_FILES) $(LISP)
  486: 	set x; \
  487: 	here=`pwd`; \
  488: 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  489: 	unique=`for i in $$list; do \
  490: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  491: 	  done | \
  492: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  493: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  494: 	shift; \
  495: 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  496: 	  test -n "$$unique" || unique=$$empty_fix; \
  497: 	  if test $$# -gt 0; then \
  498: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  499: 	      "$$@" $$unique; \
  500: 	  else \
  501: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  502: 	      $$unique; \
  503: 	  fi; \
  504: 	fi
  505: ctags: CTAGS
  506: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  507: 		$(TAGS_FILES) $(LISP)
  508: 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  509: 	unique=`for i in $$list; do \
  510: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  511: 	  done | \
  512: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  513: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  514: 	test -z "$(CTAGS_ARGS)$$unique" \
  515: 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  516: 	     $$unique
  517: 
  518: GTAGS:
  519: 	here=`$(am__cd) $(top_builddir) && pwd` \
  520: 	  && $(am__cd) $(top_srcdir) \
  521: 	  && gtags -i $(GTAGS_ARGS) "$$here"
  522: 
  523: distclean-tags:
  524: 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  525: 
  526: distdir: $(DISTFILES)
  527: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  528: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  529: 	list='$(DISTFILES)'; \
  530: 	  dist_files=`for file in $$list; do echo $$file; done | \
  531: 	  sed -e "s|^$$srcdirstrip/||;t" \
  532: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  533: 	case $$dist_files in \
  534: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  535: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  536: 			   sort -u` ;; \
  537: 	esac; \
  538: 	for file in $$dist_files; do \
  539: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  540: 	  if test -d $$d/$$file; then \
  541: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  542: 	    if test -d "$(distdir)/$$file"; then \
  543: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  544: 	    fi; \
  545: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  546: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  547: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  548: 	    fi; \
  549: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  550: 	  else \
  551: 	    test -f "$(distdir)/$$file" \
  552: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  553: 	    || exit 1; \
  554: 	  fi; \
  555: 	done
  556: check-am: all-am
  557: check: check-am
  558: all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
  559: installdirs:
  560: 	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(ospfapiheaderdir)"; do \
  561: 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  562: 	done
  563: install: install-am
  564: install-exec: install-exec-am
  565: install-data: install-data-am
  566: uninstall: uninstall-am
  567: 
  568: install-am: all-am
  569: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  570: 
  571: installcheck: installcheck-am
  572: install-strip:
  573: 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  574: 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  575: 	  `test -z '$(STRIP)' || \
  576: 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  577: mostlyclean-generic:
  578: 
  579: clean-generic:
  580: 
  581: distclean-generic:
  582: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  583: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  584: 
  585: maintainer-clean-generic:
  586: 	@echo "This command is intended for maintainers to use"
  587: 	@echo "it deletes files that may require special tools to rebuild."
  588: clean: clean-am
  589: 
  590: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  591: 	clean-sbinPROGRAMS mostlyclean-am
  592: 
  593: distclean: distclean-am
  594: 	-rm -rf ./$(DEPDIR)
  595: 	-rm -f Makefile
  596: distclean-am: clean-am distclean-compile distclean-generic \
  597: 	distclean-tags
  598: 
  599: dvi: dvi-am
  600: 
  601: dvi-am:
  602: 
  603: html: html-am
  604: 
  605: html-am:
  606: 
  607: info: info-am
  608: 
  609: info-am:
  610: 
  611: install-data-am: install-ospfapiheaderHEADERS
  612: 
  613: install-dvi: install-dvi-am
  614: 
  615: install-dvi-am:
  616: 
  617: install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS
  618: 
  619: install-html: install-html-am
  620: 
  621: install-html-am:
  622: 
  623: install-info: install-info-am
  624: 
  625: install-info-am:
  626: 
  627: install-man:
  628: 
  629: install-pdf: install-pdf-am
  630: 
  631: install-pdf-am:
  632: 
  633: install-ps: install-ps-am
  634: 
  635: install-ps-am:
  636: 
  637: installcheck-am:
  638: 
  639: maintainer-clean: maintainer-clean-am
  640: 	-rm -rf ./$(DEPDIR)
  641: 	-rm -f Makefile
  642: maintainer-clean-am: distclean-am maintainer-clean-generic
  643: 
  644: mostlyclean: mostlyclean-am
  645: 
  646: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  647: 	mostlyclean-libtool
  648: 
  649: pdf: pdf-am
  650: 
  651: pdf-am:
  652: 
  653: ps: ps-am
  654: 
  655: ps-am:
  656: 
  657: uninstall-am: uninstall-libLTLIBRARIES uninstall-ospfapiheaderHEADERS \
  658: 	uninstall-sbinPROGRAMS
  659: 
  660: .MAKE: install-am install-strip
  661: 
  662: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  663: 	clean-libLTLIBRARIES clean-libtool clean-sbinPROGRAMS ctags \
  664: 	distclean distclean-compile distclean-generic \
  665: 	distclean-libtool distclean-tags distdir dvi dvi-am html \
  666: 	html-am info info-am install install-am install-data \
  667: 	install-data-am install-dvi install-dvi-am install-exec \
  668: 	install-exec-am install-html install-html-am install-info \
  669: 	install-info-am install-libLTLIBRARIES install-man \
  670: 	install-ospfapiheaderHEADERS install-pdf install-pdf-am \
  671: 	install-ps install-ps-am install-sbinPROGRAMS install-strip \
  672: 	installcheck installcheck-am installdirs maintainer-clean \
  673: 	maintainer-clean-generic mostlyclean mostlyclean-compile \
  674: 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  675: 	tags uninstall uninstall-am uninstall-libLTLIBRARIES \
  676: 	uninstall-ospfapiheaderHEADERS uninstall-sbinPROGRAMS
  677: 
  678: 
  679: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  680: # Otherwise a system limit (for SysV at least) may be exceeded.
  681: .NOEXPORT:

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