File:  [ELWIX - Embedded LightWeight unIX -] / gpl / axl / src / Makefile.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Feb 17 12:50:03 2012 UTC (12 years, 4 months ago) by misho
Branches: axl, MAIN
CVS tags: HEAD, AXL0_6_7
version 0.6.7

    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: VPATH = @srcdir@
   20: pkgdatadir = $(datadir)/@PACKAGE@
   21: pkgincludedir = $(includedir)/@PACKAGE@
   22: pkglibdir = $(libdir)/@PACKAGE@
   23: pkglibexecdir = $(libexecdir)/@PACKAGE@
   24: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   25: install_sh_DATA = $(install_sh) -c -m 644
   26: install_sh_PROGRAM = $(install_sh) -c
   27: install_sh_SCRIPT = $(install_sh) -c
   28: INSTALL_HEADER = $(INSTALL_DATA)
   29: transform = $(program_transform_name)
   30: NORMAL_INSTALL = :
   31: PRE_INSTALL = :
   32: POST_INSTALL = :
   33: NORMAL_UNINSTALL = :
   34: PRE_UNINSTALL = :
   35: POST_UNINSTALL = :
   36: build_triplet = @build@
   37: host_triplet = @host@
   38: subdir = src
   39: DIST_COMMON = $(libaxlinclude_HEADERS) $(srcdir)/Makefile.am \
   40: 	$(srcdir)/Makefile.in
   41: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   42: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
   43: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   44: 	$(ACLOCAL_M4)
   45: mkinstalldirs = $(install_sh) -d
   46: CONFIG_HEADER = $(top_builddir)/config.h
   47: CONFIG_CLEAN_FILES =
   48: CONFIG_CLEAN_VPATH_FILES =
   49: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
   50: am__vpath_adj = case $$p in \
   51:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
   52:     *) f=$$p;; \
   53:   esac;
   54: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
   55: am__install_max = 40
   56: am__nobase_strip_setup = \
   57:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
   58: am__nobase_strip = \
   59:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
   60: am__nobase_list = $(am__nobase_strip_setup); \
   61:   for p in $$list; do echo "$$p $$p"; done | \
   62:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
   63:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
   64:     if (++n[$$2] == $(am__install_max)) \
   65:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
   66:     END { for (dir in files) print dir, files[dir] }'
   67: am__base_list = \
   68:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   69:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
   70: am__installdirs = "$(DESTDIR)$(libdir)" \
   71: 	"$(DESTDIR)$(libaxlincludedir)"
   72: LTLIBRARIES = $(lib_LTLIBRARIES)
   73: libaxl_la_LIBADD =
   74: am_libaxl_la_OBJECTS = axl.lo axl_decl.lo axl_node.lo axl_doc.lo \
   75: 	axl_error.lo axl_stream.lo axl_log.lo axl_list.lo axl_stack.lo \
   76: 	axl_dtd.lo axl_hash.lo axl_factory.lo
   77: libaxl_la_OBJECTS = $(am_libaxl_la_OBJECTS)
   78: libaxl_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
   79: 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
   80: 	$(libaxl_la_LDFLAGS) $(LDFLAGS) -o $@
   81: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
   82: depcomp = $(SHELL) $(top_srcdir)/depcomp
   83: am__depfiles_maybe = depfiles
   84: am__mv = mv -f
   85: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   86: 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   87: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
   88: 	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
   89: 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   90: CCLD = $(CC)
   91: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
   92: 	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
   93: 	$(LDFLAGS) -o $@
   94: SOURCES = $(libaxl_la_SOURCES)
   95: DIST_SOURCES = $(libaxl_la_SOURCES)
   96: HEADERS = $(libaxlinclude_HEADERS)
   97: ETAGS = etags
   98: CTAGS = ctags
   99: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  100: ACLOCAL = @ACLOCAL@
  101: AMTAR = @AMTAR@
  102: AR = @AR@
  103: AUTOCONF = @AUTOCONF@
  104: AUTOHEADER = @AUTOHEADER@
  105: AUTOMAKE = @AUTOMAKE@
  106: AWK = @AWK@
  107: AXL_VERSION = @AXL_VERSION@
  108: CC = @CC@
  109: CCDEPMODE = @CCDEPMODE@
  110: CFLAGS = @CFLAGS@
  111: CPP = @CPP@
  112: CPPFLAGS = @CPPFLAGS@
  113: CYGPATH_W = @CYGPATH_W@
  114: DEFS = @DEFS@
  115: DEPDIR = @DEPDIR@
  116: DOXYGEN = @DOXYGEN@
  117: DSYMUTIL = @DSYMUTIL@
  118: DUMPBIN = @DUMPBIN@
  119: ECHO_C = @ECHO_C@
  120: ECHO_N = @ECHO_N@
  121: ECHO_T = @ECHO_T@
  122: EGREP = @EGREP@
  123: EXARG_FLAGS = @EXARG_FLAGS@
  124: EXEEXT = @EXEEXT@
  125: FGREP = @FGREP@
  126: GREP = @GREP@
  127: INSTALL = @INSTALL@
  128: INSTALL_DATA = @INSTALL_DATA@
  129: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  130: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  131: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  132: LD = @LD@
  133: LDFLAGS = @LDFLAGS@
  134: LIBOBJS = @LIBOBJS@
  135: LIBS = @LIBS@
  136: LIBTOOL = @LIBTOOL@
  137: LIPO = @LIPO@
  138: LN_S = @LN_S@
  139: LTLIBOBJS = @LTLIBOBJS@
  140: MAINT = @MAINT@
  141: MAKEINFO = @MAKEINFO@
  142: MKDIR_P = @MKDIR_P@
  143: NM = @NM@
  144: NMEDIT = @NMEDIT@
  145: OBJDUMP = @OBJDUMP@
  146: OBJEXT = @OBJEXT@
  147: OTOOL = @OTOOL@
  148: OTOOL64 = @OTOOL64@
  149: PACKAGE = @PACKAGE@
  150: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  151: PACKAGE_NAME = @PACKAGE_NAME@
  152: PACKAGE_STRING = @PACKAGE_STRING@
  153: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  154: PACKAGE_URL = @PACKAGE_URL@
  155: PACKAGE_VERSION = @PACKAGE_VERSION@
  156: PATH_SEPARATOR = @PATH_SEPARATOR@
  157: PKG_CONFIG = @PKG_CONFIG@
  158: PYTHON = @PYTHON@
  159: PYTHON_CFLAGS = @PYTHON_CFLAGS@
  160: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
  161: PYTHON_INCLUDES = @PYTHON_INCLUDES@
  162: PYTHON_LIBS = @PYTHON_LIBS@
  163: PYTHON_PLATFORM = @PYTHON_PLATFORM@
  164: PYTHON_PREFIX = @PYTHON_PREFIX@
  165: PYTHON_VERSION = @PYTHON_VERSION@
  166: RANLIB = @RANLIB@
  167: SED = @SED@
  168: SET_MAKE = @SET_MAKE@
  169: SHARED_EXTENSION = @SHARED_EXTENSION@
  170: SHELL = @SHELL@
  171: STRIP = @STRIP@
  172: VERSION = @VERSION@
  173: abs_builddir = @abs_builddir@
  174: abs_srcdir = @abs_srcdir@
  175: abs_top_builddir = @abs_top_builddir@
  176: abs_top_srcdir = @abs_top_srcdir@
  177: ac_ct_CC = @ac_ct_CC@
  178: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  179: am__include = @am__include@
  180: am__leading_dot = @am__leading_dot@
  181: am__quote = @am__quote@
  182: am__tar = @am__tar@
  183: am__untar = @am__untar@
  184: bindir = @bindir@
  185: build = @build@
  186: build_alias = @build_alias@
  187: build_cpu = @build_cpu@
  188: build_os = @build_os@
  189: build_vendor = @build_vendor@
  190: builddir = @builddir@
  191: compiler_options = @compiler_options@
  192: datadir = @datadir@
  193: datarootdir = @datarootdir@
  194: docdir = @docdir@
  195: dvidir = @dvidir@
  196: exec_prefix = @exec_prefix@
  197: host = @host@
  198: host_alias = @host_alias@
  199: host_cpu = @host_cpu@
  200: host_os = @host_os@
  201: host_vendor = @host_vendor@
  202: htmldir = @htmldir@
  203: includedir = @includedir@
  204: infodir = @infodir@
  205: install_sh = @install_sh@
  206: libdir = @libdir@
  207: libexecdir = @libexecdir@
  208: localedir = @localedir@
  209: localstatedir = @localstatedir@
  210: lt_ECHO = @lt_ECHO@
  211: mandir = @mandir@
  212: mkdir_p = @mkdir_p@
  213: oldincludedir = @oldincludedir@
  214: pdfdir = @pdfdir@
  215: pkgpyexecdir = @pkgpyexecdir@
  216: pkgpythondir = @pkgpythondir@
  217: prefix = @prefix@
  218: program_transform_name = @program_transform_name@
  219: psdir = @psdir@
  220: pyexecdir = @pyexecdir@
  221: pythondir = @pythondir@
  222: sbindir = @sbindir@
  223: sharedstatedir = @sharedstatedir@
  224: srcdir = @srcdir@
  225: sysconfdir = @sysconfdir@
  226: target_alias = @target_alias@
  227: top_build_prefix = @top_build_prefix@
  228: top_builddir = @top_builddir@
  229: top_srcdir = @top_srcdir@
  230: EXTRA_DIST = Makefile.win axl_config_win32.h libaxl.vcproj libaxl.def
  231: @ENABLE_AXL_LOG_TRUE@LOG = -DSHOW_DEBUG_LOG
  232: INCLUDES = $(compiler_options) -g -I$(top_srcdir) $(LIBRARIES_CFLAGS) -DVERSION=\""$(AXL_VERSION)"\" \
  233: 	-DPACKAGE_DTD_DIR=\""$(datadir)"\" -DPACKAGE_TOP_DIR=\""$(top_srcdir)"\"  \
  234: 	-D__axl_disable_broken_bool_def__ \
  235: 	-DVERSION=\"$(AXL_VERSION)\" $(LOG)
  236: 
  237: libaxlincludedir = $(includedir)/axl
  238: lib_LTLIBRARIES = libaxl.la
  239: libaxl_la_SOURCES = axl.c  axl_decl.c axl_node.c axl_doc.c axl_error.c axl_stream.c axl_log.c axl_list.c axl_stack.c axl_dtd.c axl_hash.c axl_factory.c
  240: libaxlinclude_HEADERS = axl.h axl_config.h axl_decl.h axl_node.h axl_doc.h axl_error.h axl_stream.h axl_log.h axl_list.h axl_stack.h axl_dtd.h axl_hash.h axl_factory.h
  241: libaxl_la_LDFLAGS = -no-undefined -export-symbols-regex '^(axl|__axl|_axl).*'
  242: all: all-am
  243: 
  244: .SUFFIXES:
  245: .SUFFIXES: .c .lo .o .obj
  246: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  247: 	@for dep in $?; do \
  248: 	  case '$(am__configure_deps)' in \
  249: 	    *$$dep*) \
  250: 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  251: 	        && { if test -f $@; then exit 0; else break; fi; }; \
  252: 	      exit 1;; \
  253: 	  esac; \
  254: 	done; \
  255: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
  256: 	$(am__cd) $(top_srcdir) && \
  257: 	  $(AUTOMAKE) --gnu src/Makefile
  258: .PRECIOUS: Makefile
  259: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  260: 	@case '$?' in \
  261: 	  *config.status*) \
  262: 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  263: 	  *) \
  264: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  265: 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  266: 	esac;
  267: 
  268: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  269: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  270: 
  271: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  272: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  273: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  274: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  275: $(am__aclocal_m4_deps):
  276: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  277: 	@$(NORMAL_INSTALL)
  278: 	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
  279: 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  280: 	list2=; for p in $$list; do \
  281: 	  if test -f $$p; then \
  282: 	    list2="$$list2 $$p"; \
  283: 	  else :; fi; \
  284: 	done; \
  285: 	test -z "$$list2" || { \
  286: 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  287: 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  288: 	}
  289: 
  290: uninstall-libLTLIBRARIES:
  291: 	@$(NORMAL_UNINSTALL)
  292: 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  293: 	for p in $$list; do \
  294: 	  $(am__strip_dir) \
  295: 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  296: 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  297: 	done
  298: 
  299: clean-libLTLIBRARIES:
  300: 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  301: 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  302: 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  303: 	  test "$$dir" != "$$p" || dir=.; \
  304: 	  echo "rm -f \"$${dir}/so_locations\""; \
  305: 	  rm -f "$${dir}/so_locations"; \
  306: 	done
  307: libaxl.la: $(libaxl_la_OBJECTS) $(libaxl_la_DEPENDENCIES) 
  308: 	$(libaxl_la_LINK) -rpath $(libdir) $(libaxl_la_OBJECTS) $(libaxl_la_LIBADD) $(LIBS)
  309: 
  310: mostlyclean-compile:
  311: 	-rm -f *.$(OBJEXT)
  312: 
  313: distclean-compile:
  314: 	-rm -f *.tab.c
  315: 
  316: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/axl.Plo@am__quote@
  317: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/axl_decl.Plo@am__quote@
  318: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/axl_doc.Plo@am__quote@
  319: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/axl_dtd.Plo@am__quote@
  320: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/axl_error.Plo@am__quote@
  321: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/axl_factory.Plo@am__quote@
  322: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/axl_hash.Plo@am__quote@
  323: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/axl_list.Plo@am__quote@
  324: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/axl_log.Plo@am__quote@
  325: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/axl_node.Plo@am__quote@
  326: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/axl_stack.Plo@am__quote@
  327: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/axl_stream.Plo@am__quote@
  328: 
  329: .c.o:
  330: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  331: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  332: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  333: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  334: @am__fastdepCC_FALSE@	$(COMPILE) -c $<
  335: 
  336: .c.obj:
  337: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  338: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  339: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  340: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  341: @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
  342: 
  343: .c.lo:
  344: @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  345: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  346: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  347: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  348: @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
  349: 
  350: mostlyclean-libtool:
  351: 	-rm -f *.lo
  352: 
  353: clean-libtool:
  354: 	-rm -rf .libs _libs
  355: install-libaxlincludeHEADERS: $(libaxlinclude_HEADERS)
  356: 	@$(NORMAL_INSTALL)
  357: 	test -z "$(libaxlincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libaxlincludedir)"
  358: 	@list='$(libaxlinclude_HEADERS)'; test -n "$(libaxlincludedir)" || list=; \
  359: 	for p in $$list; do \
  360: 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  361: 	  echo "$$d$$p"; \
  362: 	done | $(am__base_list) | \
  363: 	while read files; do \
  364: 	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libaxlincludedir)'"; \
  365: 	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libaxlincludedir)" || exit $$?; \
  366: 	done
  367: 
  368: uninstall-libaxlincludeHEADERS:
  369: 	@$(NORMAL_UNINSTALL)
  370: 	@list='$(libaxlinclude_HEADERS)'; test -n "$(libaxlincludedir)" || list=; \
  371: 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  372: 	test -n "$$files" || exit 0; \
  373: 	echo " ( cd '$(DESTDIR)$(libaxlincludedir)' && rm -f" $$files ")"; \
  374: 	cd "$(DESTDIR)$(libaxlincludedir)" && rm -f $$files
  375: 
  376: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  377: 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  378: 	unique=`for i in $$list; do \
  379: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  380: 	  done | \
  381: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  382: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  383: 	mkid -fID $$unique
  384: tags: TAGS
  385: 
  386: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  387: 		$(TAGS_FILES) $(LISP)
  388: 	set x; \
  389: 	here=`pwd`; \
  390: 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  391: 	unique=`for i in $$list; do \
  392: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  393: 	  done | \
  394: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  395: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  396: 	shift; \
  397: 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  398: 	  test -n "$$unique" || unique=$$empty_fix; \
  399: 	  if test $$# -gt 0; then \
  400: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  401: 	      "$$@" $$unique; \
  402: 	  else \
  403: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  404: 	      $$unique; \
  405: 	  fi; \
  406: 	fi
  407: ctags: CTAGS
  408: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  409: 		$(TAGS_FILES) $(LISP)
  410: 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  411: 	unique=`for i in $$list; do \
  412: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  413: 	  done | \
  414: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  415: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  416: 	test -z "$(CTAGS_ARGS)$$unique" \
  417: 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  418: 	     $$unique
  419: 
  420: GTAGS:
  421: 	here=`$(am__cd) $(top_builddir) && pwd` \
  422: 	  && $(am__cd) $(top_srcdir) \
  423: 	  && gtags -i $(GTAGS_ARGS) "$$here"
  424: 
  425: distclean-tags:
  426: 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  427: 
  428: distdir: $(DISTFILES)
  429: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  430: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  431: 	list='$(DISTFILES)'; \
  432: 	  dist_files=`for file in $$list; do echo $$file; done | \
  433: 	  sed -e "s|^$$srcdirstrip/||;t" \
  434: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  435: 	case $$dist_files in \
  436: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  437: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  438: 			   sort -u` ;; \
  439: 	esac; \
  440: 	for file in $$dist_files; do \
  441: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  442: 	  if test -d $$d/$$file; then \
  443: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  444: 	    if test -d "$(distdir)/$$file"; then \
  445: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  446: 	    fi; \
  447: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  448: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  449: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  450: 	    fi; \
  451: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  452: 	  else \
  453: 	    test -f "$(distdir)/$$file" \
  454: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  455: 	    || exit 1; \
  456: 	  fi; \
  457: 	done
  458: check-am: all-am
  459: check: check-am
  460: all-am: Makefile $(LTLIBRARIES) $(HEADERS)
  461: installdirs:
  462: 	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libaxlincludedir)"; do \
  463: 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  464: 	done
  465: install: install-am
  466: install-exec: install-exec-am
  467: install-data: install-data-am
  468: uninstall: uninstall-am
  469: 
  470: install-am: all-am
  471: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  472: 
  473: installcheck: installcheck-am
  474: install-strip:
  475: 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  476: 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  477: 	  `test -z '$(STRIP)' || \
  478: 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  479: mostlyclean-generic:
  480: 
  481: clean-generic:
  482: 
  483: distclean-generic:
  484: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  485: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  486: 
  487: maintainer-clean-generic:
  488: 	@echo "This command is intended for maintainers to use"
  489: 	@echo "it deletes files that may require special tools to rebuild."
  490: clean: clean-am
  491: 
  492: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  493: 	mostlyclean-am
  494: 
  495: distclean: distclean-am
  496: 	-rm -rf ./$(DEPDIR)
  497: 	-rm -f Makefile
  498: distclean-am: clean-am distclean-compile distclean-generic \
  499: 	distclean-tags
  500: 
  501: dvi: dvi-am
  502: 
  503: dvi-am:
  504: 
  505: html: html-am
  506: 
  507: html-am:
  508: 
  509: info: info-am
  510: 
  511: info-am:
  512: 
  513: install-data-am: install-libaxlincludeHEADERS
  514: 
  515: install-dvi: install-dvi-am
  516: 
  517: install-dvi-am:
  518: 
  519: install-exec-am: install-libLTLIBRARIES
  520: 
  521: install-html: install-html-am
  522: 
  523: install-html-am:
  524: 
  525: install-info: install-info-am
  526: 
  527: install-info-am:
  528: 
  529: install-man:
  530: 
  531: install-pdf: install-pdf-am
  532: 
  533: install-pdf-am:
  534: 
  535: install-ps: install-ps-am
  536: 
  537: install-ps-am:
  538: 
  539: installcheck-am:
  540: 
  541: maintainer-clean: maintainer-clean-am
  542: 	-rm -rf ./$(DEPDIR)
  543: 	-rm -f Makefile
  544: maintainer-clean-am: distclean-am maintainer-clean-generic
  545: 
  546: mostlyclean: mostlyclean-am
  547: 
  548: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  549: 	mostlyclean-libtool
  550: 
  551: pdf: pdf-am
  552: 
  553: pdf-am:
  554: 
  555: ps: ps-am
  556: 
  557: ps-am:
  558: 
  559: uninstall-am: uninstall-libLTLIBRARIES uninstall-libaxlincludeHEADERS
  560: 
  561: .MAKE: install-am install-strip
  562: 
  563: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  564: 	clean-libLTLIBRARIES clean-libtool ctags distclean \
  565: 	distclean-compile distclean-generic distclean-libtool \
  566: 	distclean-tags distdir dvi dvi-am html html-am info info-am \
  567: 	install install-am install-data install-data-am install-dvi \
  568: 	install-dvi-am install-exec install-exec-am install-html \
  569: 	install-html-am install-info install-info-am \
  570: 	install-libLTLIBRARIES install-libaxlincludeHEADERS \
  571: 	install-man install-pdf install-pdf-am install-ps \
  572: 	install-ps-am install-strip installcheck installcheck-am \
  573: 	installdirs maintainer-clean maintainer-clean-generic \
  574: 	mostlyclean mostlyclean-compile mostlyclean-generic \
  575: 	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
  576: 	uninstall-am uninstall-libLTLIBRARIES \
  577: 	uninstall-libaxlincludeHEADERS
  578: 
  579: 
  580: # libaxl_la_LIBADD = -lm
  581: 
  582: libaxl.def: update-def
  583: 
  584: update-def:
  585: 	echo "EXPORTS" > libaxl.def
  586: 	cat .libs/libaxl.exp >> libaxl.def
  587: 
  588: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  589: # Otherwise a system limit (for SysV at least) may be exceeded.
  590: .NOEXPORT:

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