source: trunk/texinfo/lib/Makefile.in@ 3003

Last change on this file since 3003 was 2617, checked in by bird, 19 years ago

GNU Texinfo 4.8

File size: 15.4 KB
Line 
1# Makefile.in generated by automake 1.9.4 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004 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# $Id: Makefile.am,v 1.7 2004/11/06 22:05:59 karl Exp $
18# Makefile.am for texinfo/lib.
19# Run automake in .. to produce Makefile.in from this.
20#
21# This file is free software; as a special exception the author gives
22# unlimited permission to copy and/or distribute it, with or without
23# modifications, as long as this notice is preserved.
24#
25# This program is distributed in the hope that it will be useful, but
26# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
27# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
28
29SOURCES = $(libtxi_a_SOURCES)
30
31srcdir = @srcdir@
32top_srcdir = @top_srcdir@
33VPATH = @srcdir@
34pkgdatadir = $(datadir)/@PACKAGE@
35pkglibdir = $(libdir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@
37top_builddir = ..
38am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39INSTALL = @INSTALL@
40install_sh_DATA = $(install_sh) -c -m 644
41install_sh_PROGRAM = $(install_sh) -c
42install_sh_SCRIPT = $(install_sh) -c
43INSTALL_HEADER = $(INSTALL_DATA)
44transform = $(program_transform_name)
45NORMAL_INSTALL = :
46PRE_INSTALL = :
47POST_INSTALL = :
48NORMAL_UNINSTALL = :
49PRE_UNINSTALL = :
50POST_UNINSTALL = :
51build_triplet = @build@
52host_triplet = @host@
53subdir = lib
54DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
55 alloca.c memcpy.c memmove.c mkstemp.c strcasecmp.c strdup.c \
56 strerror.c strncasecmp.c tempname.c
57ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
59 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \
60 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
61 $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
62 $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
63 $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
64 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
65 $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \
66 $(top_srcdir)/m4/mkstemp.m4 $(top_srcdir)/m4/nls.m4 \
67 $(top_srcdir)/m4/onceonly_2_57.m4 $(top_srcdir)/m4/po.m4 \
68 $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
69 $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
70 $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/strcase.m4 \
71 $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
72 $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
73 $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
74am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
75 $(ACLOCAL_M4)
76mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
77CONFIG_HEADER = $(top_builddir)/config.h
78CONFIG_CLEAN_FILES =
79LIBRARIES = $(noinst_LIBRARIES)
80AR = ar
81ARFLAGS = cru
82libtxi_a_AR = $(AR) $(ARFLAGS)
83am__DEPENDENCIES_1 = @LIBOBJS@
84am__DEPENDENCIES_2 = @ALLOCA@
85am_libtxi_a_OBJECTS = getopt.$(OBJEXT) getopt1.$(OBJEXT) \
86 substring.$(OBJEXT) xexit.$(OBJEXT) xmalloc.$(OBJEXT) \
87 xstrdup.$(OBJEXT)
88libtxi_a_OBJECTS = $(am_libtxi_a_OBJECTS)
89DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
90depcomp = $(SHELL) $(top_srcdir)/depcomp
91am__depfiles_maybe = depfiles
92COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
93 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94CCLD = $(CC)
95LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
96SOURCES = $(libtxi_a_SOURCES)
97DIST_SOURCES = $(libtxi_a_SOURCES)
98ETAGS = etags
99CTAGS = ctags
100DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101ACLOCAL = @ACLOCAL@
102ALLOCA = @ALLOCA@
103AMDEP_FALSE = @AMDEP_FALSE@
104AMDEP_TRUE = @AMDEP_TRUE@
105AMTAR = @AMTAR@
106AUTOCONF = @AUTOCONF@
107AUTOHEADER = @AUTOHEADER@
108AUTOMAKE = @AUTOMAKE@
109AWK = @AWK@
110BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
111CATOBJEXT = @CATOBJEXT@
112CC = @CC@
113CCDEPMODE = @CCDEPMODE@
114CFLAGS = @CFLAGS@
115CPP = @CPP@
116CPPFLAGS = @CPPFLAGS@
117CYGPATH_W = @CYGPATH_W@
118DATADIRNAME = @DATADIRNAME@
119DEFS = @DEFS@
120DEPDIR = @DEPDIR@
121ECHO_C = @ECHO_C@
122ECHO_N = @ECHO_N@
123ECHO_T = @ECHO_T@
124EGREP = @EGREP@
125EXEEXT = @EXEEXT@
126GENCAT = @GENCAT@
127GLIBC21 = @GLIBC21@
128GMSGFMT = @GMSGFMT@
129HAVE_ASPRINTF = @HAVE_ASPRINTF@
130HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
131HAVE_SNPRINTF = @HAVE_SNPRINTF@
132HAVE_WPRINTF = @HAVE_WPRINTF@
133HELP2MAN = @HELP2MAN@
134INSTALL_DATA = @INSTALL_DATA@
135INSTALL_PROGRAM = @INSTALL_PROGRAM@
136INSTALL_SCRIPT = @INSTALL_SCRIPT@
137INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
138INSTALL_WARNINGS_FALSE = @INSTALL_WARNINGS_FALSE@
139INSTALL_WARNINGS_TRUE = @INSTALL_WARNINGS_TRUE@
140INSTOBJEXT = @INSTOBJEXT@
141INTLBISON = @INTLBISON@
142INTLLIBS = @INTLLIBS@
143INTLOBJS = @INTLOBJS@
144INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
145LDFLAGS = @LDFLAGS@
146LIBICONV = @LIBICONV@
147LIBINTL = @LIBINTL@
148LIBOBJS = @LIBOBJS@
149LIBS = @LIBS@
150LTLIBICONV = @LTLIBICONV@
151LTLIBINTL = @LTLIBINTL@
152LTLIBOBJS = @LTLIBOBJS@
153MAINT = @MAINT@
154MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
155MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
156MAKEINFO = @MAKEINFO@
157MKINSTALLDIRS = @MKINSTALLDIRS@
158MSGFMT = @MSGFMT@
159MSGMERGE = @MSGMERGE@
160OBJEXT = @OBJEXT@
161PACKAGE = @PACKAGE@
162PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
163PACKAGE_NAME = @PACKAGE_NAME@
164PACKAGE_STRING = @PACKAGE_STRING@
165PACKAGE_TARNAME = @PACKAGE_TARNAME@
166PACKAGE_VERSION = @PACKAGE_VERSION@
167PATH_SEPARATOR = @PATH_SEPARATOR@
168POSUB = @POSUB@
169RANLIB = @RANLIB@
170SET_MAKE = @SET_MAKE@
171SHELL = @SHELL@
172STRIP = @STRIP@
173TERMLIBS = @TERMLIBS@
174TOOLS_ONLY_FALSE = @TOOLS_ONLY_FALSE@
175TOOLS_ONLY_TRUE = @TOOLS_ONLY_TRUE@
176USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
177USE_NLS = @USE_NLS@
178VERSION = @VERSION@
179XGETTEXT = @XGETTEXT@
180ac_ct_CC = @ac_ct_CC@
181ac_ct_RANLIB = @ac_ct_RANLIB@
182ac_ct_STRIP = @ac_ct_STRIP@
183am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
184am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
185am__include = @am__include@
186am__leading_dot = @am__leading_dot@
187am__quote = @am__quote@
188am__tar = @am__tar@
189am__untar = @am__untar@
190bindir = @bindir@
191build = @build@
192build_alias = @build_alias@
193build_cpu = @build_cpu@
194build_os = @build_os@
195build_vendor = @build_vendor@
196datadir = @datadir@
197exec_prefix = @exec_prefix@
198host = @host@
199host_alias = @host_alias@
200host_cpu = @host_cpu@
201host_os = @host_os@
202host_vendor = @host_vendor@
203includedir = @includedir@
204infodir = @infodir@
205install_sh = @install_sh@
206libdir = @libdir@
207libexecdir = @libexecdir@
208localstatedir = @localstatedir@
209mandir = @mandir@
210mkdir_p = @mkdir_p@
211native_tools = @native_tools@
212oldincludedir = @oldincludedir@
213prefix = @prefix@
214program_transform_name = @program_transform_name@
215sbindir = @sbindir@
216sharedstatedir = @sharedstatedir@
217sysconfdir = @sysconfdir@
218target_alias = @target_alias@
219noinst_LIBRARIES = libtxi.a
220INCLUDES = -I../intl
221
222# Don't need to list alloca.c, etc., Automake includes them.
223libtxi_a_SOURCES = getopt.c getopt.h getopt1.c getopt_.h getopt_int.h \
224 gettext.h \
225 strcase.h strdup.h substring.c system.h \
226 xalloc.h xexit.c xmalloc.c xstrdup.c
227
228libtxi_a_LIBADD = $(LIBOBJS) $(ALLOCA)
229libtxi_a_DEPENDENCIES = $(libtxi_a_LIBADD)
230EXTRA_DIST = README
231all: all-am
232
233.SUFFIXES:
234.SUFFIXES: .c .o .obj
235$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
236 @for dep in $?; do \
237 case '$(am__configure_deps)' in \
238 *$$dep*) \
239 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
240 && exit 0; \
241 exit 1;; \
242 esac; \
243 done; \
244 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
245 cd $(top_srcdir) && \
246 $(AUTOMAKE) --gnu lib/Makefile
247.PRECIOUS: Makefile
248Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
249 @case '$?' in \
250 *config.status*) \
251 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
252 *) \
253 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
254 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
255 esac;
256
257$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
258 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
260$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
261 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
263 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264
265clean-noinstLIBRARIES:
266 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
267libtxi.a: $(libtxi_a_OBJECTS) $(libtxi_a_DEPENDENCIES)
268 -rm -f libtxi.a
269 $(libtxi_a_AR) libtxi.a $(libtxi_a_OBJECTS) $(libtxi_a_LIBADD)
270 $(RANLIB) libtxi.a
271
272mostlyclean-compile:
273 -rm -f *.$(OBJEXT)
274
275distclean-compile:
276 -rm -f *.tab.c
277
278@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
279@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memcpy.Po@am__quote@
280@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memmove.Po@am__quote@
281@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mkstemp.Po@am__quote@
282@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strcasecmp.Po@am__quote@
283@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strdup.Po@am__quote@
284@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strerror.Po@am__quote@
285@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strncasecmp.Po@am__quote@
286@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tempname.Po@am__quote@
287@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
288@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
289@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/substring.Po@am__quote@
290@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xexit.Po@am__quote@
291@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@
292@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrdup.Po@am__quote@
293
294.c.o:
295@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
296@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
297@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
298@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
299@am__fastdepCC_FALSE@ $(COMPILE) -c $<
300
301.c.obj:
302@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
303@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
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 `$(CYGPATH_W) '$<'`
307uninstall-info-am:
308
309ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
310 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
311 unique=`for i in $$list; do \
312 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
313 done | \
314 $(AWK) ' { files[$$0] = 1; } \
315 END { for (i in files) print i; }'`; \
316 mkid -fID $$unique
317tags: TAGS
318
319TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
320 $(TAGS_FILES) $(LISP)
321 tags=; \
322 here=`pwd`; \
323 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
324 unique=`for i in $$list; do \
325 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
326 done | \
327 $(AWK) ' { files[$$0] = 1; } \
328 END { for (i in files) print i; }'`; \
329 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
330 test -n "$$unique" || unique=$$empty_fix; \
331 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
332 $$tags $$unique; \
333 fi
334ctags: CTAGS
335CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
336 $(TAGS_FILES) $(LISP)
337 tags=; \
338 here=`pwd`; \
339 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
340 unique=`for i in $$list; do \
341 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
342 done | \
343 $(AWK) ' { files[$$0] = 1; } \
344 END { for (i in files) print i; }'`; \
345 test -z "$(CTAGS_ARGS)$$tags$$unique" \
346 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
347 $$tags $$unique
348
349GTAGS:
350 here=`$(am__cd) $(top_builddir) && pwd` \
351 && cd $(top_srcdir) \
352 && gtags -i $(GTAGS_ARGS) $$here
353
354distclean-tags:
355 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
356
357distdir: $(DISTFILES)
358 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
359 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
360 list='$(DISTFILES)'; for file in $$list; do \
361 case $$file in \
362 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
363 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
364 esac; \
365 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
366 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
367 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
368 dir="/$$dir"; \
369 $(mkdir_p) "$(distdir)$$dir"; \
370 else \
371 dir=''; \
372 fi; \
373 if test -d $$d/$$file; then \
374 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
375 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
376 fi; \
377 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
378 else \
379 test -f $(distdir)/$$file \
380 || cp -p $$d/$$file $(distdir)/$$file \
381 || exit 1; \
382 fi; \
383 done
384check-am: all-am
385check: check-am
386all-am: Makefile $(LIBRARIES)
387installdirs:
388install: install-am
389install-exec: install-exec-am
390install-data: install-data-am
391uninstall: uninstall-am
392
393install-am: all-am
394 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
395
396installcheck: installcheck-am
397install-strip:
398 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
399 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
400 `test -z '$(STRIP)' || \
401 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
402mostlyclean-generic:
403
404clean-generic:
405
406distclean-generic:
407 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
408
409maintainer-clean-generic:
410 @echo "This command is intended for maintainers to use"
411 @echo "it deletes files that may require special tools to rebuild."
412clean: clean-am
413
414clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
415
416distclean: distclean-am
417 -rm -rf $(DEPDIR) ./$(DEPDIR)
418 -rm -f Makefile
419distclean-am: clean-am distclean-compile distclean-generic \
420 distclean-tags
421
422dvi: dvi-am
423
424dvi-am:
425
426html: html-am
427
428info: info-am
429
430info-am:
431
432install-data-am:
433
434install-exec-am:
435
436install-info: install-info-am
437
438install-man:
439
440installcheck-am:
441
442maintainer-clean: maintainer-clean-am
443 -rm -rf $(DEPDIR) ./$(DEPDIR)
444 -rm -f Makefile
445maintainer-clean-am: distclean-am maintainer-clean-generic
446
447mostlyclean: mostlyclean-am
448
449mostlyclean-am: mostlyclean-compile mostlyclean-generic
450
451pdf: pdf-am
452
453pdf-am:
454
455ps: ps-am
456
457ps-am:
458
459uninstall-am: uninstall-info-am
460
461.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
462 clean-noinstLIBRARIES ctags distclean distclean-compile \
463 distclean-generic distclean-tags distdir dvi dvi-am html \
464 html-am info info-am install install-am install-data \
465 install-data-am install-exec install-exec-am install-info \
466 install-info-am install-man install-strip installcheck \
467 installcheck-am installdirs maintainer-clean \
468 maintainer-clean-generic mostlyclean mostlyclean-compile \
469 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
470 uninstall-am uninstall-info-am
471
472# Tell versions [3.59,3.63) of GNU make to not export all variables.
473# Otherwise a system limit (for SysV at least) may be exceeded.
474.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.