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