/contrib/cvs/lib/Makefile.in

https://bitbucket.org/freebsd/freebsd-head/ · Autoconf · 614 lines · 497 code · 64 blank · 53 comment · 70 complexity · 4432e0e85288f22165a316d1e65c32dc MD5 · raw file

  1. # Makefile.in generated by automake 1.10 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. # Makefile for library files used by GNU CVS.
  14. #
  15. # Copyright (C) 1986-2005 The Free Software Foundation, Inc.
  16. #
  17. # Portions Copyright (C) 1998-2005 Derek Price, Ximbiot <http://ximbiot.com>,
  18. # and others.
  19. # This program is free software; you can redistribute it and/or modify
  20. # it under the terms of the GNU General Public License as published by
  21. # the Free Software Foundation; either version 2, or (at your option)
  22. # any later version.
  23. # This program is distributed in the hope that it will be useful,
  24. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  25. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  26. # GNU General Public License for more details.
  27. VPATH = @srcdir@
  28. pkgdatadir = $(datadir)/@PACKAGE@
  29. pkglibdir = $(libdir)/@PACKAGE@
  30. pkgincludedir = $(includedir)/@PACKAGE@
  31. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  32. install_sh_DATA = $(install_sh) -c -m 644
  33. install_sh_PROGRAM = $(install_sh) -c
  34. install_sh_SCRIPT = $(install_sh) -c
  35. INSTALL_HEADER = $(INSTALL_DATA)
  36. transform = $(program_transform_name)
  37. NORMAL_INSTALL = :
  38. PRE_INSTALL = :
  39. POST_INSTALL = :
  40. NORMAL_UNINSTALL = :
  41. PRE_UNINSTALL = :
  42. POST_UNINSTALL = :
  43. check_PROGRAMS = getdate$(EXEEXT)
  44. subdir = lib
  45. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  46. $(srcdir)/fnmatch.h.in ChangeLog dup2.c fncase.c fnmatch.c \
  47. fnmatch.h.in ftruncate.c getdate.c gethostname.c memmove.c \
  48. mkdir.c rename.c strerror.c strstr.c strtoul.c valloc.c \
  49. waitpid.c
  50. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  51. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  52. $(top_srcdir)/configure.in
  53. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  54. $(ACLOCAL_M4)
  55. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  56. CONFIG_HEADER = $(top_builddir)/config.h
  57. CONFIG_CLEAN_FILES = fnmatch.h
  58. LIBRARIES = $(noinst_LIBRARIES)
  59. AR = ar
  60. ARFLAGS = cru
  61. libcvs_a_AR = $(AR) $(ARFLAGS)
  62. libcvs_a_DEPENDENCIES = @LIBOBJS@
  63. am_libcvs_a_OBJECTS = argmatch.$(OBJEXT) getdate.$(OBJEXT) \
  64. getline.$(OBJEXT) getopt.$(OBJEXT) getopt1.$(OBJEXT) \
  65. getpass.$(OBJEXT) md5.$(OBJEXT) regex.$(OBJEXT) \
  66. savecwd.$(OBJEXT) sighandle.$(OBJEXT) stripslash.$(OBJEXT) \
  67. xgetwd.$(OBJEXT) yesno.$(OBJEXT)
  68. libcvs_a_OBJECTS = $(am_libcvs_a_OBJECTS)
  69. am_getdate_OBJECTS = getdate-getdate.$(OBJEXT)
  70. getdate_OBJECTS = $(am_getdate_OBJECTS)
  71. getdate_LDADD = $(LDADD)
  72. DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
  73. depcomp = $(SHELL) $(top_srcdir)/depcomp
  74. am__depfiles_maybe = depfiles
  75. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  76. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  77. CCLD = $(CC)
  78. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  79. @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
  80. YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
  81. YLWRAP = $(top_srcdir)/ylwrap
  82. SOURCES = $(libcvs_a_SOURCES) $(getdate_SOURCES)
  83. DIST_SOURCES = $(libcvs_a_SOURCES) $(getdate_SOURCES)
  84. ETAGS = etags
  85. CTAGS = ctags
  86. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  87. ACLOCAL = @ACLOCAL@
  88. AMTAR = @AMTAR@
  89. AUTOCONF = @AUTOCONF@
  90. AUTOHEADER = @AUTOHEADER@
  91. AUTOMAKE = @AUTOMAKE@
  92. AWK = @AWK@
  93. CC = @CC@
  94. CCDEPMODE = @CCDEPMODE@
  95. CFLAGS = @CFLAGS@
  96. CPP = @CPP@
  97. CPPFLAGS = @CPPFLAGS@
  98. CSH = @CSH@
  99. CYGPATH_W = @CYGPATH_W@
  100. DEFS = @DEFS@
  101. DEPDIR = @DEPDIR@
  102. ECHO_C = @ECHO_C@
  103. ECHO_N = @ECHO_N@
  104. ECHO_T = @ECHO_T@
  105. EDITOR = @EDITOR@
  106. EGREP = @EGREP@
  107. EXEEXT = @EXEEXT@
  108. GREP = @GREP@
  109. INSTALL = @INSTALL@
  110. INSTALL_DATA = @INSTALL_DATA@
  111. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  112. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  113. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  114. KRB4 = @KRB4@
  115. LDFLAGS = @LDFLAGS@
  116. LIBOBJS = @LIBOBJS@
  117. LIBS = @LIBS@
  118. LN_S = @LN_S@
  119. LTLIBOBJS = @LTLIBOBJS@
  120. MAINT = @MAINT@
  121. MAKEINFO = @MAKEINFO@
  122. MKDIR_P = @MKDIR_P@
  123. MKTEMP = @MKTEMP@
  124. OBJEXT = @OBJEXT@
  125. PACKAGE = @PACKAGE@
  126. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  127. PACKAGE_NAME = @PACKAGE_NAME@
  128. PACKAGE_STRING = @PACKAGE_STRING@
  129. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  130. PACKAGE_VERSION = @PACKAGE_VERSION@
  131. PATH_SEPARATOR = @PATH_SEPARATOR@
  132. PERL = @PERL@
  133. PR = @PR@
  134. PS2PDF = @PS2PDF@
  135. RANLIB = @RANLIB@
  136. ROFF = @ROFF@
  137. SENDMAIL = @SENDMAIL@
  138. SET_MAKE = @SET_MAKE@
  139. SHELL = @SHELL@
  140. STRIP = @STRIP@
  141. TEXI2DVI = @TEXI2DVI@
  142. VERSION = @VERSION@
  143. YACC = @YACC@
  144. YFLAGS = @YFLAGS@
  145. abs_builddir = @abs_builddir@
  146. abs_srcdir = @abs_srcdir@
  147. abs_top_builddir = @abs_top_builddir@
  148. abs_top_srcdir = @abs_top_srcdir@
  149. ac_ct_CC = @ac_ct_CC@
  150. ac_prefix_program = @ac_prefix_program@
  151. am__include = @am__include@
  152. am__leading_dot = @am__leading_dot@
  153. am__quote = @am__quote@
  154. am__tar = @am__tar@
  155. am__untar = @am__untar@
  156. bindir = @bindir@
  157. build_alias = @build_alias@
  158. builddir = @builddir@
  159. datadir = @datadir@
  160. datarootdir = @datarootdir@
  161. docdir = @docdir@
  162. dvidir = @dvidir@
  163. exec_prefix = @exec_prefix@
  164. host_alias = @host_alias@
  165. htmldir = @htmldir@
  166. includedir = @includedir@
  167. includeopt = @includeopt@
  168. infodir = @infodir@
  169. install_sh = @install_sh@
  170. libdir = @libdir@
  171. libexecdir = @libexecdir@
  172. localedir = @localedir@
  173. localstatedir = @localstatedir@
  174. mandir = @mandir@
  175. mkdir_p = @mkdir_p@
  176. oldincludedir = @oldincludedir@
  177. pdfdir = @pdfdir@
  178. prefix = @prefix@
  179. program_transform_name = @program_transform_name@
  180. psdir = @psdir@
  181. sbindir = @sbindir@
  182. sharedstatedir = @sharedstatedir@
  183. srcdir = @srcdir@
  184. sysconfdir = @sysconfdir@
  185. target_alias = @target_alias@
  186. top_builddir = @top_builddir@
  187. top_srcdir = @top_srcdir@
  188. with_default_rsh = @with_default_rsh@
  189. with_default_ssh = @with_default_ssh@
  190. # For now we need to include $(top_srcdir)/src because some systems
  191. # (at least 'AIX rioscpu2 3 4 000030498200',
  192. # 'HP-UX hp60 B.10.20 A 9000/770 hp60 two-user license', &
  193. # 'IRIX64 sgiop110 6.5 07151433 IP30') have trouble finding error.h
  194. # when compiling savecwd.c
  195. #
  196. # FIXME - the fact that compiling on my Linux 2.2.16 system finds
  197. # /usr/include/error.h instead of $(top_srcdir)/src/error.h but
  198. # everything compiles and tests anyhow implies that src/error.h may
  199. # be unecessary now. Should look more deeply into this
  200. #
  201. # $(includeopt) is CVS specific and set by configure
  202. INCLUDES = -I$(top_srcdir)/src $(includeopt)
  203. noinst_LIBRARIES = libcvs.a
  204. # Always use CVS's regular expression matcher regex.o, because of
  205. # variations in regular expression syntax - we want to be the same
  206. # across systems and (probably) compared with old versions of CVS too.
  207. #
  208. # On a more mundane/detail level, having regex.h match regex.c can be
  209. # an issue if we aren't careful.
  210. #
  211. # Also should look into unifying regular expression matching in CVS
  212. # with the diff library (perhaps to have the caller, CVS, do the
  213. # matching?)
  214. # For the xsize module from GNULIB.
  215. libcvs_a_SOURCES = argmatch.c getdate.y getline.c getopt.c getopt1.c \
  216. getpass.c md5.c regex.c savecwd.c sighandle.c stripslash.c \
  217. xgetwd.c yesno.c getline.h getopt.h getpagesize.h md5.h \
  218. regex.h savecwd.h system.h wait.h xselect.h xtime.h xsize.h
  219. libcvs_a_LIBADD = @LIBOBJS@
  220. EXTRA_DIST = .cvsignore ChangeLog.fsf build_lib.com libcvs.dep \
  221. libcvs.dsp libcvs.mak xgssapi.h test-getdate.sh \
  222. $(check_PROGRAMS)
  223. # Test GNULIB getdate module.
  224. TESTS = test-getdate.sh
  225. MOSTLYCLEANFILES = getdate-expected getdate-got getdate.diff
  226. getdate_SOURCES = getdate.y
  227. getdate_CPPFLAGS = -DTEST
  228. all: all-am
  229. .SUFFIXES:
  230. .SUFFIXES: .c .o .obj .y
  231. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  232. @for dep in $?; do \
  233. case '$(am__configure_deps)' in \
  234. *$$dep*) \
  235. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  236. && exit 0; \
  237. exit 1;; \
  238. esac; \
  239. done; \
  240. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
  241. cd $(top_srcdir) && \
  242. $(AUTOMAKE) --gnu lib/Makefile
  243. .PRECIOUS: Makefile
  244. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  245. @case '$?' in \
  246. *config.status*) \
  247. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  248. *) \
  249. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  250. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  251. esac;
  252. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  253. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  254. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  255. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  256. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  257. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  258. clean-noinstLIBRARIES:
  259. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  260. libcvs.a: $(libcvs_a_OBJECTS) $(libcvs_a_DEPENDENCIES)
  261. -rm -f libcvs.a
  262. $(libcvs_a_AR) libcvs.a $(libcvs_a_OBJECTS) $(libcvs_a_LIBADD)
  263. $(RANLIB) libcvs.a
  264. clean-checkPROGRAMS:
  265. -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
  266. getdate$(EXEEXT): $(getdate_OBJECTS) $(getdate_DEPENDENCIES)
  267. @rm -f getdate$(EXEEXT)
  268. $(LINK) $(getdate_OBJECTS) $(getdate_LDADD) $(LIBS)
  269. mostlyclean-compile:
  270. -rm -f *.$(OBJEXT)
  271. distclean-compile:
  272. -rm -f *.tab.c
  273. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dup2.Po@am__quote@
  274. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fncase.Po@am__quote@
  275. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fnmatch.Po@am__quote@
  276. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fnmatch.h.in@am__quote@
  277. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ftruncate.Po@am__quote@
  278. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gethostname.Po@am__quote@
  279. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memmove.Po@am__quote@
  280. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mkdir.Po@am__quote@
  281. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/rename.Po@am__quote@
  282. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strerror.Po@am__quote@
  283. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strstr.Po@am__quote@
  284. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strtoul.Po@am__quote@
  285. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/valloc.Po@am__quote@
  286. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/waitpid.Po@am__quote@
  287. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argmatch.Po@am__quote@
  288. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdate-getdate.Po@am__quote@
  289. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdate.Po@am__quote@
  290. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getline.Po@am__quote@
  291. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
  292. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
  293. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getpass.Po@am__quote@
  294. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@
  295. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex.Po@am__quote@
  296. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/savecwd.Po@am__quote@
  297. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sighandle.Po@am__quote@
  298. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stripslash.Po@am__quote@
  299. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xgetwd.Po@am__quote@
  300. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yesno.Po@am__quote@
  301. .c.o:
  302. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  303. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  304. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  305. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  306. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  307. .c.obj:
  308. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  309. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  310. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  311. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  312. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  313. getdate-getdate.o: getdate.c
  314. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getdate-getdate.o -MD -MP -MF $(DEPDIR)/getdate-getdate.Tpo -c -o getdate-getdate.o `test -f 'getdate.c' || echo '$(srcdir)/'`getdate.c
  315. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/getdate-getdate.Tpo $(DEPDIR)/getdate-getdate.Po
  316. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='getdate.c' object='getdate-getdate.o' libtool=no @AMDEPBACKSLASH@
  317. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  318. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getdate-getdate.o `test -f 'getdate.c' || echo '$(srcdir)/'`getdate.c
  319. getdate-getdate.obj: getdate.c
  320. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getdate-getdate.obj -MD -MP -MF $(DEPDIR)/getdate-getdate.Tpo -c -o getdate-getdate.obj `if test -f 'getdate.c'; then $(CYGPATH_W) 'getdate.c'; else $(CYGPATH_W) '$(srcdir)/getdate.c'; fi`
  321. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/getdate-getdate.Tpo $(DEPDIR)/getdate-getdate.Po
  322. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='getdate.c' object='getdate-getdate.obj' libtool=no @AMDEPBACKSLASH@
  323. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  324. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getdate-getdate.obj `if test -f 'getdate.c'; then $(CYGPATH_W) 'getdate.c'; else $(CYGPATH_W) '$(srcdir)/getdate.c'; fi`
  325. .y.c:
  326. $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
  327. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  328. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  329. unique=`for i in $$list; do \
  330. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  331. done | \
  332. $(AWK) ' { files[$$0] = 1; } \
  333. END { for (i in files) print i; }'`; \
  334. mkid -fID $$unique
  335. tags: TAGS
  336. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  337. $(TAGS_FILES) $(LISP)
  338. tags=; \
  339. here=`pwd`; \
  340. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  341. unique=`for i in $$list; do \
  342. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  343. done | \
  344. $(AWK) ' { files[$$0] = 1; } \
  345. END { for (i in files) print i; }'`; \
  346. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  347. test -n "$$unique" || unique=$$empty_fix; \
  348. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  349. $$tags $$unique; \
  350. fi
  351. ctags: CTAGS
  352. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  353. $(TAGS_FILES) $(LISP)
  354. tags=; \
  355. here=`pwd`; \
  356. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  357. unique=`for i in $$list; do \
  358. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  359. done | \
  360. $(AWK) ' { files[$$0] = 1; } \
  361. END { for (i in files) print i; }'`; \
  362. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  363. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  364. $$tags $$unique
  365. GTAGS:
  366. here=`$(am__cd) $(top_builddir) && pwd` \
  367. && cd $(top_srcdir) \
  368. && gtags -i $(GTAGS_ARGS) $$here
  369. distclean-tags:
  370. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  371. check-TESTS: $(TESTS)
  372. @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
  373. srcdir=$(srcdir); export srcdir; \
  374. list=' $(TESTS) '; \
  375. if test -n "$$list"; then \
  376. for tst in $$list; do \
  377. if test -f ./$$tst; then dir=./; \
  378. elif test -f $$tst; then dir=; \
  379. else dir="$(srcdir)/"; fi; \
  380. if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
  381. all=`expr $$all + 1`; \
  382. case " $(XFAIL_TESTS) " in \
  383. *$$ws$$tst$$ws*) \
  384. xpass=`expr $$xpass + 1`; \
  385. failed=`expr $$failed + 1`; \
  386. echo "XPASS: $$tst"; \
  387. ;; \
  388. *) \
  389. echo "PASS: $$tst"; \
  390. ;; \
  391. esac; \
  392. elif test $$? -ne 77; then \
  393. all=`expr $$all + 1`; \
  394. case " $(XFAIL_TESTS) " in \
  395. *$$ws$$tst$$ws*) \
  396. xfail=`expr $$xfail + 1`; \
  397. echo "XFAIL: $$tst"; \
  398. ;; \
  399. *) \
  400. failed=`expr $$failed + 1`; \
  401. echo "FAIL: $$tst"; \
  402. ;; \
  403. esac; \
  404. else \
  405. skip=`expr $$skip + 1`; \
  406. echo "SKIP: $$tst"; \
  407. fi; \
  408. done; \
  409. if test "$$failed" -eq 0; then \
  410. if test "$$xfail" -eq 0; then \
  411. banner="All $$all tests passed"; \
  412. else \
  413. banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
  414. fi; \
  415. else \
  416. if test "$$xpass" -eq 0; then \
  417. banner="$$failed of $$all tests failed"; \
  418. else \
  419. banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
  420. fi; \
  421. fi; \
  422. dashes="$$banner"; \
  423. skipped=""; \
  424. if test "$$skip" -ne 0; then \
  425. skipped="($$skip tests were not run)"; \
  426. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  427. dashes="$$skipped"; \
  428. fi; \
  429. report=""; \
  430. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  431. report="Please report to $(PACKAGE_BUGREPORT)"; \
  432. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  433. dashes="$$report"; \
  434. fi; \
  435. dashes=`echo "$$dashes" | sed s/./=/g`; \
  436. echo "$$dashes"; \
  437. echo "$$banner"; \
  438. test -z "$$skipped" || echo "$$skipped"; \
  439. test -z "$$report" || echo "$$report"; \
  440. echo "$$dashes"; \
  441. test "$$failed" -eq 0; \
  442. else :; fi
  443. distdir: $(DISTFILES)
  444. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  445. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  446. list='$(DISTFILES)'; \
  447. dist_files=`for file in $$list; do echo $$file; done | \
  448. sed -e "s|^$$srcdirstrip/||;t" \
  449. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  450. case $$dist_files in \
  451. */*) $(MKDIR_P) `echo "$$dist_files" | \
  452. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  453. sort -u` ;; \
  454. esac; \
  455. for file in $$dist_files; do \
  456. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  457. if test -d $$d/$$file; then \
  458. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  459. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  460. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  461. fi; \
  462. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  463. else \
  464. test -f $(distdir)/$$file \
  465. || cp -p $$d/$$file $(distdir)/$$file \
  466. || exit 1; \
  467. fi; \
  468. done
  469. check-am: all-am
  470. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  471. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  472. check: check-am
  473. all-am: Makefile $(LIBRARIES)
  474. installdirs:
  475. install: install-am
  476. install-exec: install-exec-am
  477. install-data: install-data-am
  478. uninstall: uninstall-am
  479. install-am: all-am
  480. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  481. installcheck: installcheck-am
  482. install-strip:
  483. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  484. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  485. `test -z '$(STRIP)' || \
  486. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  487. mostlyclean-generic:
  488. -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  489. clean-generic:
  490. distclean-generic:
  491. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  492. maintainer-clean-generic:
  493. @echo "This command is intended for maintainers to use"
  494. @echo "it deletes files that may require special tools to rebuild."
  495. -rm -f getdate.c
  496. clean: clean-am
  497. clean-am: clean-checkPROGRAMS clean-generic clean-noinstLIBRARIES \
  498. mostlyclean-am
  499. distclean: distclean-am
  500. -rm -rf $(DEPDIR) ./$(DEPDIR)
  501. -rm -f Makefile
  502. distclean-am: clean-am distclean-compile distclean-generic \
  503. distclean-local distclean-tags
  504. dvi: dvi-am
  505. dvi-am:
  506. html: html-am
  507. info: info-am
  508. info-am:
  509. install-data-am:
  510. install-dvi: install-dvi-am
  511. install-exec-am:
  512. install-html: install-html-am
  513. install-info: install-info-am
  514. install-man:
  515. install-pdf: install-pdf-am
  516. install-ps: install-ps-am
  517. installcheck-am:
  518. maintainer-clean: maintainer-clean-am
  519. -rm -rf $(DEPDIR) ./$(DEPDIR)
  520. -rm -f Makefile
  521. maintainer-clean-am: distclean-am maintainer-clean-generic
  522. mostlyclean: mostlyclean-am
  523. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  524. pdf: pdf-am
  525. pdf-am:
  526. ps: ps-am
  527. ps-am:
  528. uninstall-am:
  529. .MAKE: install-am install-strip
  530. .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
  531. clean-checkPROGRAMS clean-generic clean-noinstLIBRARIES ctags \
  532. distclean distclean-compile distclean-generic distclean-local \
  533. distclean-tags distdir dvi dvi-am html html-am info info-am \
  534. install install-am install-data install-data-am install-dvi \
  535. install-dvi-am install-exec install-exec-am install-html \
  536. install-html-am install-info install-info-am install-man \
  537. install-pdf install-pdf-am install-ps install-ps-am \
  538. install-strip installcheck installcheck-am installdirs \
  539. maintainer-clean maintainer-clean-generic mostlyclean \
  540. mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
  541. tags uninstall uninstall-am
  542. # Until Automake gets its act together
  543. distclean-local:
  544. rm -f fnmatch.h
  545. # for backwards compatibility with the old makefiles
  546. realclean: maintainer-clean
  547. .PHONY: realclean
  548. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  549. # Otherwise a system limit (for SysV at least) may be exceeded.
  550. .NOEXPORT: