123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584 |
- # Makefile.in generated by automake 1.11 from Makefile.am.
- # example/Makefile. Generated from Makefile.in by configure.
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
- # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
- # Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
- # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- # PARTICULAR PURPOSE.
- pkgdatadir = $(datadir)/libxml2
- pkgincludedir = $(includedir)/libxml2
- pkglibdir = $(libdir)/libxml2
- pkglibexecdir = $(libexecdir)/libxml2
- am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
- install_sh_DATA = $(install_sh) -c -m 644
- install_sh_PROGRAM = $(install_sh) -c
- install_sh_SCRIPT = $(install_sh) -c
- INSTALL_HEADER = $(INSTALL_DATA)
- transform = $(program_transform_name)
- NORMAL_INSTALL = :
- PRE_INSTALL = :
- POST_INSTALL = :
- NORMAL_UNINSTALL = :
- PRE_UNINSTALL = :
- POST_UNINSTALL = :
- build_triplet = x86_64-unknown-linux-gnu
- host_triplet = arm-unknown-linux-gnueabihf
- noinst_PROGRAMS = gjobread$(EXEEXT)
- subdir = example
- DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
- $(top_srcdir)/configure.in
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = $(top_builddir)/config.h
- CONFIG_CLEAN_FILES =
- CONFIG_CLEAN_VPATH_FILES =
- PROGRAMS = $(noinst_PROGRAMS)
- am_gjobread_OBJECTS = gjobread.$(OBJEXT)
- gjobread_OBJECTS = $(am_gjobread_OBJECTS)
- am__DEPENDENCIES_1 =
- am__DEPENDENCIES_2 = $(top_builddir)/libxml2.la $(am__DEPENDENCIES_1)
- gjobread_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
- --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(gjobread_LDFLAGS) \
- $(LDFLAGS) -o $@
- DEFAULT_INCLUDES = -I. -I$(top_builddir)
- depcomp = $(SHELL) $(top_srcdir)/depcomp
- am__depfiles_maybe = depfiles
- am__mv = mv -f
- COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
- --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- CCLD = $(CC)
- LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
- --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
- $(LDFLAGS) -o $@
- SOURCES = $(gjobread_SOURCES)
- DIST_SOURCES = $(gjobread_SOURCES)
- ETAGS = etags
- CTAGS = ctags
- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
- ACLOCAL = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/missing --run aclocal-1.11
- AMTAR = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/missing --run tar
- AR = ar
- AS = as
- AUTOCONF = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/missing --run autoconf
- AUTOHEADER = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/missing --run autoheader
- AUTOMAKE = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/missing --run automake-1.11
- AWK = gawk
- BASE_THREAD_LIBS = -lpthread
- C14N_OBJ = c14n.c
- CATALOG_OBJ = catalog.o
- CC = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc
- CCDEPMODE = depmode=gcc3
- CFLAGS = -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls
- CPP = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc -E
- CPPFLAGS =
- CYGPATH_W = echo
- CYGWIN_EXTRA_LDFLAGS =
- CYGWIN_EXTRA_PYTHON_LIBADD =
- DEBUG_OBJ = debugXML.o
- DEFS = -DHAVE_CONFIG_H
- DEPDIR = .deps
- DLLTOOL = dlltool
- DOCB_OBJ = DOCBparser.o
- DSYMUTIL =
- DUMPBIN = link -dump -symbols
- ECHO_C =
- ECHO_N = -n
- ECHO_T =
- EGREP = /bin/grep -E
- EXEEXT =
- FGREP = /bin/grep -F
- FTP_OBJ = nanoftp.o
- GREP = /bin/grep
- HAVE_ISINF =
- HAVE_ISNAN =
- HTML_DIR = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html
- HTML_OBJ = HTMLparser.o HTMLtree.o
- HTTP_OBJ = nanohttp.o
- ICONV_LIBS =
- INSTALL = /usr/bin/install -c
- INSTALL_DATA = ${INSTALL} -m 644
- INSTALL_PROGRAM = ${INSTALL}
- INSTALL_SCRIPT = ${INSTALL}
- INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
- LD = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/arm-linux-gnueabihf/bin/ld
- LDFLAGS =
- LIBOBJS =
- LIBS =
- LIBTOOL = $(SHELL) $(top_builddir)/libtool
- LIBXML_MAJOR_VERSION = 2
- LIBXML_MICRO_VERSION = 6
- LIBXML_MINOR_VERSION = 7
- LIBXML_VERSION = 2.7.6
- LIBXML_VERSION_EXTRA =
- LIBXML_VERSION_INFO = 9:6:7
- LIBXML_VERSION_NUMBER = 20706
- LIPO =
- LN_S = ln -s
- LTLIBOBJS =
- MAKEINFO = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/missing --run makeinfo
- MKDIR_P = /bin/mkdir -p
- MODULE_EXTENSION = .so
- MODULE_PLATFORM_LIBS = -ldl
- MV = /bin/mv
- M_LIBS = -lm
- NM = link -dump -symbols
- NMEDIT =
- OBJDUMP = objdump
- OBJEXT = o
- OTOOL =
- OTOOL64 =
- PACKAGE = libxml2
- PACKAGE_BUGREPORT =
- PACKAGE_NAME =
- PACKAGE_STRING =
- PACKAGE_TARNAME =
- PACKAGE_VERSION =
- PATH_SEPARATOR = :
- PERL = /usr/bin/perl
- PYTHON = /usr/bin/python
- PYTHON_INCLUDES =
- PYTHON_LIBS = -lpython2.7 -lpthread -ldl -lutil -lm
- PYTHON_SITE_PACKAGES = /usr/lib/python2.7/dist-packages
- PYTHON_SUBDIR =
- PYTHON_TESTS =
- PYTHON_VERSION = 2.7
- RANLIB = ranlib
- RDL_LIBS =
- READER_TEST = Readertests
- RELDATE = Fri Jul 12 2019
- RM = /bin/rm
- SED = /bin/sed
- SET_MAKE =
- SHELL = /bin/bash
- STATIC_BINARIES =
- STRIP = strip
- TAR = /bin/tar
- TEST_C14N = C14Ntests
- TEST_CATALOG = Catatests
- TEST_DEBUG = Scripttests
- TEST_HTML = HTMLtests
- TEST_MODULES = ModuleTests
- TEST_PATTERN = Patterntests
- TEST_PHTML = HTMLPushtests
- TEST_PUSH = XMLPushtests
- TEST_REGEXPS = Regexptests Automatatests
- TEST_SAX = SAXtests
- TEST_SCHEMAS = Schemastests Relaxtests
- TEST_SCHEMATRON = Schematrontests
- TEST_THREADS = Threadtests
- TEST_VALID = Validtests
- TEST_VTIME = VTimingtests
- TEST_XINCLUDE = XIncludetests
- TEST_XPATH = XPathtests
- TEST_XPTR = XPtrtests
- THREADS_W32 =
- THREAD_CFLAGS = -D_REENTRANT
- THREAD_LIBS =
- U =
- VERSION = 2.7.6
- VERSION_SCRIPT_FLAGS = -Wl,--version-script=
- WGET = /usr/bin/wget
- WIN32_EXTRA_LDFLAGS =
- WIN32_EXTRA_LIBADD =
- WITH_C14N = 1
- WITH_CATALOG = 1
- WITH_DEBUG = 1
- WITH_DOCB = 1
- WITH_FTP = 1
- WITH_HTML = 1
- WITH_HTTP = 1
- WITH_ICONV = 1
- WITH_ISO8859X = 1
- WITH_LEGACY = 1
- WITH_MEM_DEBUG = 0
- WITH_MODULES = 1
- WITH_OUTPUT = 1
- WITH_PATTERN = 1
- WITH_PUSH = 1
- WITH_READER = 1
- WITH_REGEXPS = 1
- WITH_RUN_DEBUG = 0
- WITH_SAX1 = 1
- WITH_SCHEMAS = 1
- WITH_SCHEMATRON = 1
- WITH_THREADS = 1
- WITH_TREE = 1
- WITH_TRIO = 0
- WITH_VALID = 1
- WITH_WRITER = 1
- WITH_XINCLUDE = 1
- WITH_XPATH = 1
- WITH_XPTR = 1
- WITH_ZLIB = 1
- XINCLUDE_OBJ = xinclude.o
- XMLLINT = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/bin/xmllint
- XML_CFLAGS =
- XML_INCLUDEDIR = -I${includedir}/libxml2
- XML_LIBDIR = -L${libdir}
- XML_LIBS = -lxml2 -lz -lm
- XML_LIBTOOLLIBS = libxml2.la
- XPATH_OBJ = xpath.o
- XPTR_OBJ = xpointer.o
- XSLTPROC = /usr/bin/xsltproc
- Z_CFLAGS =
- Z_LIBS = -lz
- abs_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/example
- abs_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/example
- abs_top_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6
- abs_top_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6
- ac_ct_CC =
- ac_ct_DUMPBIN = link -dump -symbols
- am__include = include
- am__leading_dot = .
- am__quote =
- am__tar = ${AMTAR} chof - "$$tardir"
- am__untar = ${AMTAR} xf -
- bindir = ${exec_prefix}/bin
- build = x86_64-unknown-linux-gnu
- build_alias =
- build_cpu = x86_64
- build_os = linux-gnu
- build_vendor = unknown
- builddir = .
- datadir = ${datarootdir}
- datarootdir = ${prefix}/share
- docdir = ${datarootdir}/doc/${PACKAGE}
- dvidir = ${docdir}
- exec_prefix = ${prefix}
- host = arm-unknown-linux-gnueabihf
- host_alias = arm-linux-gnueabihf
- host_cpu = arm
- host_os = linux-gnueabihf
- host_vendor = unknown
- htmldir = ${docdir}
- includedir = ${prefix}/include
- infodir = ${datarootdir}/info
- install_sh = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/install-sh
- libdir = ${exec_prefix}/lib
- libexecdir = ${exec_prefix}/libexec
- localedir = ${datarootdir}/locale
- localstatedir = ${prefix}/var
- lt_ECHO = echo
- mandir = ${datarootdir}/man
- mkdir_p = /bin/mkdir -p
- oldincludedir = /usr/include
- pdfdir = ${docdir}
- prefix = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/release
- program_transform_name = s,x,x,
- psdir = ${docdir}
- pythondir = $(libdir)/python$(PYTHON_VERSION)/site-packages
- sbindir = ${exec_prefix}/sbin
- sharedstatedir = ${prefix}/com
- srcdir = .
- sysconfdir = ${prefix}/etc
- target_alias =
- top_build_prefix = ../
- top_builddir = ..
- top_srcdir = ..
- INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I./include -D_REENTRANT
- DEPS = $(top_builddir)/libxml2.la
- LDADDS = $(top_builddir)/libxml2.la -lz $(ICONV_LIBS) -lm
- gjobread_SOURCES = gjobread.c
- gjobread_LDFLAGS =
- gjobread_DEPENDENCIES = $(DEPS)
- gjobread_LDADD = $(LDADDS)
- all: all-am
- .SUFFIXES:
- .SUFFIXES: .c .lo .o .obj
- $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
- @for dep in $?; do \
- case '$(am__configure_deps)' in \
- *$$dep*) \
- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
- && { if test -f $@; then exit 0; else break; fi; }; \
- exit 1;; \
- esac; \
- done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu example/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu example/Makefile
- .PRECIOUS: Makefile
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(top_srcdir)/configure: $(am__configure_deps)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(ACLOCAL_M4): $(am__aclocal_m4_deps)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- clean-noinstPROGRAMS:
- @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
- echo " rm -f" $$list; \
- rm -f $$list || exit $$?; \
- test -n "$(EXEEXT)" || exit 0; \
- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f" $$list; \
- rm -f $$list
- gjobread$(EXEEXT): $(gjobread_OBJECTS) $(gjobread_DEPENDENCIES)
- @rm -f gjobread$(EXEEXT)
- $(gjobread_LINK) $(gjobread_OBJECTS) $(gjobread_LDADD) $(LIBS)
- mostlyclean-compile:
- -rm -f *.$(OBJEXT)
- distclean-compile:
- -rm -f *.tab.c
- include ./$(DEPDIR)/gjobread.Po
- .c.o:
- $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- # source='$<' object='$@' libtool=no \
- # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
- # $(COMPILE) -c $<
- .c.obj:
- $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- # source='$<' object='$@' libtool=no \
- # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
- # $(COMPILE) -c `$(CYGPATH_W) '$<'`
- .c.lo:
- $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- # source='$<' object='$@' libtool=yes \
- # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
- # $(LTCOMPILE) -c -o $@ $<
- mostlyclean-libtool:
- -rm -f *.lo
- clean-libtool:
- -rm -rf .libs _libs
- ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
- tags: TAGS
- TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- set x; \
- here=`pwd`; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- shift; \
- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
- test -n "$$unique" || unique=$$empty_fix; \
- if test $$# -gt 0; then \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- "$$@" $$unique; \
- else \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$unique; \
- fi; \
- fi
- ctags: CTAGS
- CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$unique" \
- || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$unique
- GTAGS:
- here=`$(am__cd) $(top_builddir) && pwd` \
- && $(am__cd) $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) "$$here"
- distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
- distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
- else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
- || exit 1; \
- fi; \
- done
- check-am: all-am
- check: check-am
- all-am: Makefile $(PROGRAMS)
- installdirs:
- install: install-am
- install-exec: install-exec-am
- install-data: install-data-am
- uninstall: uninstall-am
- install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
- installcheck: installcheck-am
- install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
- mostlyclean-generic:
- clean-generic:
- distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
- maintainer-clean-generic:
- @echo "This command is intended for maintainers to use"
- @echo "it deletes files that may require special tools to rebuild."
- clean: clean-am
- clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
- mostlyclean-am
- distclean: distclean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
- distclean-am: clean-am distclean-compile distclean-generic \
- distclean-tags
- dvi: dvi-am
- dvi-am:
- html: html-am
- html-am:
- info: info-am
- info-am:
- install-data-am:
- install-dvi: install-dvi-am
- install-dvi-am:
- install-exec-am:
- install-html: install-html-am
- install-html-am:
- install-info: install-info-am
- install-info-am:
- install-man:
- install-pdf: install-pdf-am
- install-pdf-am:
- install-ps: install-ps-am
- install-ps-am:
- installcheck-am:
- maintainer-clean: maintainer-clean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
- maintainer-clean-am: distclean-am maintainer-clean-generic
- mostlyclean: mostlyclean-am
- mostlyclean-am: mostlyclean-compile mostlyclean-generic \
- mostlyclean-libtool
- pdf: pdf-am
- pdf-am:
- ps: ps-am
- ps-am:
- uninstall-am:
- .MAKE: install-am install-strip
- .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
- clean-libtool clean-noinstPROGRAMS ctags distclean \
- distclean-compile distclean-generic distclean-libtool \
- distclean-tags distdir dvi dvi-am html html-am info info-am \
- install install-am install-data install-data-am install-dvi \
- install-dvi-am install-exec install-exec-am install-html \
- install-html-am install-info install-info-am install-man \
- install-pdf install-pdf-am install-ps install-ps-am \
- install-strip installcheck installcheck-am installdirs \
- maintainer-clean maintainer-clean-generic mostlyclean \
- mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
- pdf pdf-am ps ps-am tags uninstall uninstall-am
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
|