451 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			451 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Makefile.in generated by automake 1.9.6 from Makefile.am.
 | |
| # @configure_input@
 | |
| 
 | |
| # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 | |
| # 2003, 2004, 2005  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.
 | |
| 
 | |
| @SET_MAKE@
 | |
| srcdir = @srcdir@
 | |
| top_srcdir = @top_srcdir@
 | |
| VPATH = @srcdir@
 | |
| pkgdatadir = $(datadir)/@PACKAGE@
 | |
| pkglibdir = $(libdir)/@PACKAGE@
 | |
| pkgincludedir = $(includedir)/@PACKAGE@
 | |
| top_builddir = ../..
 | |
| am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 | |
| INSTALL = @INSTALL@
 | |
| 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 = @build@
 | |
| host_triplet = @host@
 | |
| subdir = tests/data
 | |
| DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 | |
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 | |
| am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
 | |
| 	$(top_srcdir)/m4/curl-confopts.m4 \
 | |
| 	$(top_srcdir)/m4/curl-functions.m4 \
 | |
| 	$(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/acinclude.m4 \
 | |
| 	$(top_srcdir)/configure.ac
 | |
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 | |
| 	$(ACLOCAL_M4)
 | |
| mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 | |
| CONFIG_HEADER = $(top_builddir)/lib/config.h \
 | |
| 	$(top_builddir)/src/config.h \
 | |
| 	$(top_builddir)/include/curl/curlbuild.h
 | |
| CONFIG_CLEAN_FILES =
 | |
| SOURCES =
 | |
| DIST_SOURCES =
 | |
| DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 | |
| ACLOCAL = @ACLOCAL@
 | |
| AMDEP_FALSE = @AMDEP_FALSE@
 | |
| AMDEP_TRUE = @AMDEP_TRUE@
 | |
| AMTAR = @AMTAR@
 | |
| AR = @AR@
 | |
| AS = @AS@
 | |
| AUTOCONF = @AUTOCONF@
 | |
| AUTOHEADER = @AUTOHEADER@
 | |
| AUTOMAKE = @AUTOMAKE@
 | |
| AWK = @AWK@
 | |
| CC = @CC@
 | |
| CCDEPMODE = @CCDEPMODE@
 | |
| CFLAGS = @CFLAGS@
 | |
| CPP = @CPP@
 | |
| CPPFLAGS = @CPPFLAGS@
 | |
| CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
 | |
| CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
 | |
| CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
 | |
| CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
 | |
| CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
 | |
| CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
 | |
| CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
 | |
| CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
 | |
| CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
 | |
| CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
 | |
| CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
 | |
| CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
 | |
| CURL_LIBS = @CURL_LIBS@
 | |
| CYGPATH_W = @CYGPATH_W@
 | |
| DEFS = @DEFS@
 | |
| DEPDIR = @DEPDIR@
 | |
| DLLTOOL = @DLLTOOL@
 | |
| DSYMUTIL = @DSYMUTIL@
 | |
| ECHO = @ECHO@
 | |
| ECHO_C = @ECHO_C@
 | |
| ECHO_N = @ECHO_N@
 | |
| ECHO_T = @ECHO_T@
 | |
| EGREP = @EGREP@
 | |
| EXEEXT = @EXEEXT@
 | |
| GREP = @GREP@
 | |
| HAVE_ARES = @HAVE_ARES@
 | |
| HAVE_LIBZ = @HAVE_LIBZ@
 | |
| HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
 | |
| HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
 | |
| HAVE_PK11_CREATEGENERICOBJECT = @HAVE_PK11_CREATEGENERICOBJECT@
 | |
| IDN_ENABLED = @IDN_ENABLED@
 | |
| INSTALL_DATA = @INSTALL_DATA@
 | |
| INSTALL_PROGRAM = @INSTALL_PROGRAM@
 | |
| INSTALL_SCRIPT = @INSTALL_SCRIPT@
 | |
| INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 | |
| IPV6_ENABLED = @IPV6_ENABLED@
 | |
| KRB4_ENABLED = @KRB4_ENABLED@
 | |
| LDFLAGS = @LDFLAGS@
 | |
| LIBCURL_LIBS = @LIBCURL_LIBS@
 | |
| LIBOBJS = @LIBOBJS@
 | |
| LIBS = @LIBS@
 | |
| LIBTOOL = @LIBTOOL@
 | |
| LN_S = @LN_S@
 | |
| LTLIBOBJS = @LTLIBOBJS@
 | |
| MAINT = @MAINT@
 | |
| MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 | |
| MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 | |
| MAKEINFO = @MAKEINFO@
 | |
| MANOPT = @MANOPT@
 | |
| MIMPURE_FALSE = @MIMPURE_FALSE@
 | |
| MIMPURE_TRUE = @MIMPURE_TRUE@
 | |
| NMEDIT = @NMEDIT@
 | |
| NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
 | |
| NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
 | |
| NROFF = @NROFF@
 | |
| OBJDUMP = @OBJDUMP@
 | |
| OBJEXT = @OBJEXT@
 | |
| PACKAGE = @PACKAGE@
 | |
| PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 | |
| PACKAGE_NAME = @PACKAGE_NAME@
 | |
| PACKAGE_STRING = @PACKAGE_STRING@
 | |
| PACKAGE_TARNAME = @PACKAGE_TARNAME@
 | |
| PACKAGE_VERSION = @PACKAGE_VERSION@
 | |
| PATH_SEPARATOR = @PATH_SEPARATOR@
 | |
| PERL = @PERL@
 | |
| PKGADD_NAME = @PKGADD_NAME@
 | |
| PKGADD_PKG = @PKGADD_PKG@
 | |
| PKGADD_VENDOR = @PKGADD_VENDOR@
 | |
| PKGCONFIG = @PKGCONFIG@
 | |
| RANDOM_FILE = @RANDOM_FILE@
 | |
| RANLIB = @RANLIB@
 | |
| REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
 | |
| SED = @SED@
 | |
| SET_MAKE = @SET_MAKE@
 | |
| SHELL = @SHELL@
 | |
| SONAME_BUMP_FALSE = @SONAME_BUMP_FALSE@
 | |
| SONAME_BUMP_TRUE = @SONAME_BUMP_TRUE@
 | |
| SSL_ENABLED = @SSL_ENABLED@
 | |
| STATICLIB_FALSE = @STATICLIB_FALSE@
 | |
| STATICLIB_TRUE = @STATICLIB_TRUE@
 | |
| STRIP = @STRIP@
 | |
| SUPPORT_FEATURES = @SUPPORT_FEATURES@
 | |
| SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
 | |
| TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
 | |
| USE_GNUTLS = @USE_GNUTLS@
 | |
| USE_LIBSSH2 = @USE_LIBSSH2@
 | |
| USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
 | |
| USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
 | |
| USE_NSS = @USE_NSS@
 | |
| USE_SSLEAY = @USE_SSLEAY@
 | |
| USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
 | |
| VERSION = @VERSION@
 | |
| VERSIONNUM = @VERSIONNUM@
 | |
| ac_ct_CC = @ac_ct_CC@
 | |
| am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 | |
| am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 | |
| am__include = @am__include@
 | |
| am__leading_dot = @am__leading_dot@
 | |
| am__quote = @am__quote@
 | |
| am__tar = @am__tar@
 | |
| am__untar = @am__untar@
 | |
| bindir = @bindir@
 | |
| build = @build@
 | |
| build_alias = @build_alias@
 | |
| build_cpu = @build_cpu@
 | |
| build_os = @build_os@
 | |
| build_vendor = @build_vendor@
 | |
| datadir = @datadir@
 | |
| datarootdir = @datarootdir@
 | |
| docdir = @docdir@
 | |
| dvidir = @dvidir@
 | |
| exec_prefix = @exec_prefix@
 | |
| host = @host@
 | |
| host_alias = @host_alias@
 | |
| host_cpu = @host_cpu@
 | |
| host_os = @host_os@
 | |
| host_vendor = @host_vendor@
 | |
| htmldir = @htmldir@
 | |
| includedir = @includedir@
 | |
| infodir = @infodir@
 | |
| install_sh = @install_sh@
 | |
| libdir = @libdir@
 | |
| libexecdir = @libexecdir@
 | |
| libext = @libext@
 | |
| localedir = @localedir@
 | |
| localstatedir = @localstatedir@
 | |
| mandir = @mandir@
 | |
| mkdir_p = @mkdir_p@
 | |
| oldincludedir = @oldincludedir@
 | |
| pdfdir = @pdfdir@
 | |
| prefix = @prefix@
 | |
| program_transform_name = @program_transform_name@
 | |
| psdir = @psdir@
 | |
| sbindir = @sbindir@
 | |
| sharedstatedir = @sharedstatedir@
 | |
| subdirs = @subdirs@
 | |
| sysconfdir = @sysconfdir@
 | |
| target_alias = @target_alias@
 | |
| EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46	   \
 | |
|  test10 test109 test118 test13 test200 test28 test36 test47 test100 test11 \
 | |
|  test119 test14 test201 test29 test37 test5 test101 test110 test12 test15  \
 | |
|  test202 test3 test4 test6 test102 test111 test120 test16 test21 test30	   \
 | |
|  test7 test103 test112 test121 test17 test22 test300 test8 test104 test113 \
 | |
|  test122 test18 test23 test301 test9 test105 test114 test123 test19 test24 \
 | |
|  test302 test43 test31 test106 test115 test124 test190 test25 test303	   \
 | |
|  test44 test38 test107 test116 test125 test2 test26 test33 test45 test126  \
 | |
|  test304 test39 test32 test128 test48 test306 test130 test131 test132	   \
 | |
|  test133 test134 test135 test305 test49 test50 test51 test52 test53 test54 \
 | |
|  test55 test56 test500 test501 test502 test503 test504 test136 test57	   \
 | |
|  test137 test138 test58 test139 test140 test141 test59 test60 test61	   \
 | |
|  test142 test143 test62 test63 test64 test65 test66 test144 test145 test67 \
 | |
|  test68 test41 test40 test42 test69 test70 test71 test72 test73 test146	   \
 | |
|  test505 test74 test75 test76 test77 test78 test147 test148 test506 test79 \
 | |
|  test80 test81 test82 test83 test84 test85 test86 test87 test507 test149   \
 | |
|  test88 test89 test90 test508 test91 test92 test203 test93 test94 test95   \
 | |
|  test510 test97 test98 test99 test150 test151 test152 test153	   \
 | |
|  test154 test155 test156 test157 test158 test159 test511 test160 test161   \
 | |
|  test162 test163 test164 test512 test165 test166 test167 test168 test169   \
 | |
|  test170 test171 test172 test204 test205 test173 test174 test175 test176   \
 | |
|  test177 test513 test514 test178 test179 test180 test181 test182 test183   \
 | |
|  test184 test185 test186 test187 test188 test189 test191 test192 test193   \
 | |
|  test194 test195 test196 test197 test198 test515 test516 test517 test518   \
 | |
|  test210 test211 test212 test220 test221 test222 test223 test224 test206   \
 | |
|  test207 test208 test209 test213 test240 test241 test242 test519 test214   \
 | |
|  test215 test216 test217 test218 test199 test225 test226 test227 test228   \
 | |
|  test229 test233 test234 test235 test236 test520 test237 test238 test239   \
 | |
|  test243 test245 test246 test247 test248 test249 test250 test251 test252   \
 | |
|  test253 test254 test255 test521 test522 test523 test256 test257 test258   \
 | |
|  test259 test260 test261 test262 test263 test264 test265 test266 test267   \
 | |
|  test268 test269 test270 test271 test272 test273 test274 test275 test524   \
 | |
|  test525 test276 test277 test526 test527 test528 test530 DISABLED test278  \
 | |
|  test279 test531 test280 test529 test532 test533 test534 test535 test281   \
 | |
|  test537 test282 test283 test284 test538 test285 test286 test307 test308   \
 | |
|  test287 test400 test288 test600 test601 test602 test603 test401 test402   \
 | |
|  test290 test291 test292 test293 test403 test404 test405 test604 test605   \
 | |
|  test606 test607 test608 test609 test294 test295 test296 test297 test298   \
 | |
|  test610 test611 test612 test406 test407 test408 test409 test613 test614   \
 | |
|  test700 test701 test702 test704 test705 test703 test706 test707 test350   \
 | |
|  test351 test352 test353 test289 test540 test354 test231 test1000 test1001 \
 | |
|  test1002 test1003 test1004 test1005 test1006 test615 test1007 test541	   \
 | |
|  test1010 test1011 test1012 test542 test543 test536 test1008 test1009	   \
 | |
|  test2000 test2001 test2002 test2003 test35 test544 test545 test2004	   \
 | |
|  test546 test1013 test1014 test1015 test547 test548 test549 test550	   \
 | |
|  test551 test552 test1016 test1017 test1018 test1019 test1020 test553      \
 | |
|  test1021 test1022 test1023 test309 test616 test617 test618 test619        \
 | |
|  test620 test621 test622 test623 test624 test625 test626 test627 test554   \
 | |
|  test1024 test1025 test555 test1026 test1027 test1028 test1029 test1030    \
 | |
|  test556 test557 test1031 test628 test629 test630 test631 test632 test1032 \
 | |
|  test1033 test539 test1034 test1035 test1036 test1037 test1038 test1039    \
 | |
|  test1040 test1041 test1042 test1043 test1044 test1045 test1046 test1047   \
 | |
|  test1048 test1049 test1050 test1051 test1052 test1053 test1054 test1055   \
 | |
|  test1056 test1057 test1058 test1059 test1060 test1061 test1062 test1063   \
 | |
|  test1064 test1065 test1066 test1067 test1068 test1069 test1070 test1071   \
 | |
|  test1072 test1073 test1074 test1075 test1076 test1077 test1078 test1079   \
 | |
|  test1080 test1081 test1082 test1083 test1084 test1085 test633 test634     \
 | |
|  test635 test636 test637 test558 test559 test1086
 | |
| 
 | |
| all: all-am
 | |
| 
 | |
| .SUFFIXES:
 | |
| $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 | |
| 	@for dep in $?; do \
 | |
| 	  case '$(am__configure_deps)' in \
 | |
| 	    *$$dep*) \
 | |
| 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 | |
| 		&& exit 0; \
 | |
| 	      exit 1;; \
 | |
| 	  esac; \
 | |
| 	done; \
 | |
| 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/data/Makefile'; \
 | |
| 	cd $(top_srcdir) && \
 | |
| 	  $(AUTOMAKE) --foreign  tests/data/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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 | |
| 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 | |
| $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 | |
| 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 | |
| 
 | |
| mostlyclean-libtool:
 | |
| 	-rm -f *.lo
 | |
| 
 | |
| clean-libtool:
 | |
| 	-rm -rf .libs _libs
 | |
| 
 | |
| distclean-libtool:
 | |
| 	-rm -f libtool
 | |
| uninstall-info-am:
 | |
| tags: TAGS
 | |
| TAGS:
 | |
| 
 | |
| ctags: CTAGS
 | |
| CTAGS:
 | |
| 
 | |
| 
 | |
| distdir: $(DISTFILES)
 | |
| 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 | |
| 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 | |
| 	list='$(DISTFILES)'; for file in $$list; do \
 | |
| 	  case $$file in \
 | |
| 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 | |
| 	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 | |
| 	  esac; \
 | |
| 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 | |
| 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 | |
| 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 | |
| 	    dir="/$$dir"; \
 | |
| 	    $(mkdir_p) "$(distdir)$$dir"; \
 | |
| 	  else \
 | |
| 	    dir=''; \
 | |
| 	  fi; \
 | |
| 	  if test -d $$d/$$file; then \
 | |
| 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 | |
| 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 | |
| 	    fi; \
 | |
| 	    cp -pR $$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
 | |
| installdirs:
 | |
| 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)
 | |
| 
 | |
| 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 mostlyclean-am
 | |
| 
 | |
| distclean: distclean-am
 | |
| 	-rm -f Makefile
 | |
| distclean-am: clean-am distclean-generic distclean-libtool
 | |
| 
 | |
| dvi: dvi-am
 | |
| 
 | |
| dvi-am:
 | |
| 
 | |
| html: html-am
 | |
| 
 | |
| info: info-am
 | |
| 
 | |
| info-am:
 | |
| 
 | |
| install-data-am:
 | |
| 
 | |
| install-exec-am:
 | |
| 
 | |
| install-info: install-info-am
 | |
| 
 | |
| install-man:
 | |
| 
 | |
| installcheck-am:
 | |
| 
 | |
| maintainer-clean: maintainer-clean-am
 | |
| 	-rm -f Makefile
 | |
| maintainer-clean-am: distclean-am maintainer-clean-generic
 | |
| 
 | |
| mostlyclean: mostlyclean-am
 | |
| 
 | |
| mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 | |
| 
 | |
| pdf: pdf-am
 | |
| 
 | |
| pdf-am:
 | |
| 
 | |
| ps: ps-am
 | |
| 
 | |
| ps-am:
 | |
| 
 | |
| uninstall-am: uninstall-info-am
 | |
| 
 | |
| .PHONY: all all-am check check-am clean clean-generic clean-libtool \
 | |
| 	distclean distclean-generic distclean-libtool distdir dvi \
 | |
| 	dvi-am html html-am info info-am install install-am \
 | |
| 	install-data install-data-am install-exec install-exec-am \
 | |
| 	install-info install-info-am install-man install-strip \
 | |
| 	installcheck installcheck-am installdirs maintainer-clean \
 | |
| 	maintainer-clean-generic mostlyclean mostlyclean-generic \
 | |
| 	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
 | |
| 	uninstall-info-am
 | |
| 
 | |
| iall:
 | |
| install:
 | |
| test:
 | |
| 
 | |
| filecheck:
 | |
| 	@mkdir test-place; \
 | |
| 	cp "$(top_srcdir)"/tests/data/test[0-9]* test-place/; \
 | |
| 	rm test-place/*~; \
 | |
| 	for f in $(EXTRA_DIST); do \
 | |
| 	  if test -f "$(top_srcdir)/tests/data/$$f"; then \
 | |
| 	    rm -f "test-place/$$f"; \
 | |
| 	  else \
 | |
| 	    echo "$$f is listed but missing!"; \
 | |
| 	  fi \
 | |
| 	done; \
 | |
| 	echo "Local files not present in EXTRA_DIST:" ; \
 | |
| 	ls test-place; \
 | |
| 	! ls test-place | grep . >/dev/null ; \
 | |
| 	RC=$$? ; \
 | |
| 	rm -rf test-place ; \
 | |
| 	exit $$RC
 | |
| # 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:
 |