source: trunk/texinfo/makeinfo/Makefile.in@ 2912

Last change on this file since 2912 was 2617, checked in by bird, 20 years ago

GNU Texinfo 4.8

File size: 20.3 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.5 2004/04/11 17:56:46 karl Exp $
18# Makefile.am for texinfo/makeinfo.
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 = $(makeinfo_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@
53bin_PROGRAMS = makeinfo$(EXEEXT)
54subdir = makeinfo
55DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
56ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
58 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \
59 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
60 $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
61 $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
62 $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
63 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
64 $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \
65 $(top_srcdir)/m4/mkstemp.m4 $(top_srcdir)/m4/nls.m4 \
66 $(top_srcdir)/m4/onceonly_2_57.m4 $(top_srcdir)/m4/po.m4 \
67 $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
68 $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
69 $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/strcase.m4 \
70 $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
71 $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
72 $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
73am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74 $(ACLOCAL_M4)
75mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
76CONFIG_HEADER = $(top_builddir)/config.h
77CONFIG_CLEAN_FILES =
78am__installdirs = "$(DESTDIR)$(bindir)"
79binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
80PROGRAMS = $(bin_PROGRAMS)
81am_makeinfo_OBJECTS = cmds.$(OBJEXT) defun.$(OBJEXT) files.$(OBJEXT) \
82 float.$(OBJEXT) footnote.$(OBJEXT) html.$(OBJEXT) \
83 index.$(OBJEXT) insertion.$(OBJEXT) lang.$(OBJEXT) \
84 macro.$(OBJEXT) makeinfo.$(OBJEXT) multi.$(OBJEXT) \
85 node.$(OBJEXT) sectioning.$(OBJEXT) toc.$(OBJEXT) \
86 xml.$(OBJEXT) xref.$(OBJEXT)
87makeinfo_OBJECTS = $(am_makeinfo_OBJECTS)
88makeinfo_LDADD = $(LDADD)
89am__DEPENDENCIES_1 =
90makeinfo_DEPENDENCIES = ../lib/libtxi.a $(am__DEPENDENCIES_1)
91DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
92depcomp = $(SHELL) $(top_srcdir)/depcomp
93am__depfiles_maybe = depfiles
94COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
95 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96CCLD = $(CC)
97LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
98SOURCES = $(makeinfo_SOURCES)
99DIST_SOURCES = $(makeinfo_SOURCES)
100RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
101 html-recursive info-recursive install-data-recursive \
102 install-exec-recursive install-info-recursive \
103 install-recursive installcheck-recursive installdirs-recursive \
104 pdf-recursive ps-recursive uninstall-info-recursive \
105 uninstall-recursive
106ETAGS = etags
107CTAGS = ctags
108DIST_SUBDIRS = $(SUBDIRS)
109DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
110ACLOCAL = @ACLOCAL@
111ALLOCA = @ALLOCA@
112AMDEP_FALSE = @AMDEP_FALSE@
113AMDEP_TRUE = @AMDEP_TRUE@
114AMTAR = @AMTAR@
115AUTOCONF = @AUTOCONF@
116AUTOHEADER = @AUTOHEADER@
117AUTOMAKE = @AUTOMAKE@
118AWK = @AWK@
119BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
120CATOBJEXT = @CATOBJEXT@
121CC = @CC@
122CCDEPMODE = @CCDEPMODE@
123CFLAGS = @CFLAGS@
124CPP = @CPP@
125CPPFLAGS = @CPPFLAGS@
126CYGPATH_W = @CYGPATH_W@
127DATADIRNAME = @DATADIRNAME@
128DEFS = @DEFS@
129DEPDIR = @DEPDIR@
130ECHO_C = @ECHO_C@
131ECHO_N = @ECHO_N@
132ECHO_T = @ECHO_T@
133EGREP = @EGREP@
134EXEEXT = @EXEEXT@
135GENCAT = @GENCAT@
136GLIBC21 = @GLIBC21@
137GMSGFMT = @GMSGFMT@
138HAVE_ASPRINTF = @HAVE_ASPRINTF@
139HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
140HAVE_SNPRINTF = @HAVE_SNPRINTF@
141HAVE_WPRINTF = @HAVE_WPRINTF@
142HELP2MAN = @HELP2MAN@
143INSTALL_DATA = @INSTALL_DATA@
144INSTALL_PROGRAM = @INSTALL_PROGRAM@
145INSTALL_SCRIPT = @INSTALL_SCRIPT@
146INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
147INSTALL_WARNINGS_FALSE = @INSTALL_WARNINGS_FALSE@
148INSTALL_WARNINGS_TRUE = @INSTALL_WARNINGS_TRUE@
149INSTOBJEXT = @INSTOBJEXT@
150INTLBISON = @INTLBISON@
151INTLLIBS = @INTLLIBS@
152INTLOBJS = @INTLOBJS@
153INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
154LDFLAGS = @LDFLAGS@
155LIBICONV = @LIBICONV@
156LIBINTL = @LIBINTL@
157LIBOBJS = @LIBOBJS@
158LIBS = @LIBS@
159LTLIBICONV = @LTLIBICONV@
160LTLIBINTL = @LTLIBINTL@
161LTLIBOBJS = @LTLIBOBJS@
162MAINT = @MAINT@
163MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
164MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
165MAKEINFO = @MAKEINFO@
166MKINSTALLDIRS = @MKINSTALLDIRS@
167MSGFMT = @MSGFMT@
168MSGMERGE = @MSGMERGE@
169OBJEXT = @OBJEXT@
170PACKAGE = @PACKAGE@
171PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
172PACKAGE_NAME = @PACKAGE_NAME@
173PACKAGE_STRING = @PACKAGE_STRING@
174PACKAGE_TARNAME = @PACKAGE_TARNAME@
175PACKAGE_VERSION = @PACKAGE_VERSION@
176PATH_SEPARATOR = @PATH_SEPARATOR@
177POSUB = @POSUB@
178RANLIB = @RANLIB@
179SET_MAKE = @SET_MAKE@
180SHELL = @SHELL@
181STRIP = @STRIP@
182TERMLIBS = @TERMLIBS@
183TOOLS_ONLY_FALSE = @TOOLS_ONLY_FALSE@
184TOOLS_ONLY_TRUE = @TOOLS_ONLY_TRUE@
185USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
186USE_NLS = @USE_NLS@
187VERSION = @VERSION@
188XGETTEXT = @XGETTEXT@
189ac_ct_CC = @ac_ct_CC@
190ac_ct_RANLIB = @ac_ct_RANLIB@
191ac_ct_STRIP = @ac_ct_STRIP@
192am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
193am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
194am__include = @am__include@
195am__leading_dot = @am__leading_dot@
196am__quote = @am__quote@
197am__tar = @am__tar@
198am__untar = @am__untar@
199bindir = @bindir@
200build = @build@
201build_alias = @build_alias@
202build_cpu = @build_cpu@
203build_os = @build_os@
204build_vendor = @build_vendor@
205datadir = @datadir@
206exec_prefix = @exec_prefix@
207host = @host@
208host_alias = @host_alias@
209host_cpu = @host_cpu@
210host_os = @host_os@
211host_vendor = @host_vendor@
212includedir = @includedir@
213infodir = @infodir@
214install_sh = @install_sh@
215libdir = @libdir@
216libexecdir = @libexecdir@
217localstatedir = @localstatedir@
218mandir = @mandir@
219mkdir_p = @mkdir_p@
220native_tools = @native_tools@
221oldincludedir = @oldincludedir@
222prefix = @prefix@
223program_transform_name = @program_transform_name@
224sbindir = @sbindir@
225sharedstatedir = @sharedstatedir@
226sysconfdir = @sysconfdir@
227target_alias = @target_alias@
228localedir = $(datadir)/locale
229INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
230LDADD = ../lib/libtxi.a $(LIBINTL)
231makeinfo_SOURCES = \
232 cmds.c cmds.h defun.c defun.h \
233 files.c files.h float.c float.h footnote.c footnote.h \
234 html.c html.h index.c index.h insertion.c insertion.h lang.c lang.h \
235 macro.c macro.h makeinfo.c makeinfo.h multi.c multi.h node.c node.h \
236 sectioning.c sectioning.h toc.c toc.h xml.c xml.h xref.c xref.h
237
238EXTRA_DIST = README
239SUBDIRS = tests
240all: all-recursive
241
242.SUFFIXES:
243.SUFFIXES: .c .o .obj
244$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
245 @for dep in $?; do \
246 case '$(am__configure_deps)' in \
247 *$$dep*) \
248 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
249 && exit 0; \
250 exit 1;; \
251 esac; \
252 done; \
253 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu makeinfo/Makefile'; \
254 cd $(top_srcdir) && \
255 $(AUTOMAKE) --gnu makeinfo/Makefile
256.PRECIOUS: Makefile
257Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
258 @case '$?' in \
259 *config.status*) \
260 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
261 *) \
262 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
263 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
264 esac;
265
266$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
267 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268
269$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
270 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
272 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273install-binPROGRAMS: $(bin_PROGRAMS)
274 @$(NORMAL_INSTALL)
275 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
276 @list='$(bin_PROGRAMS)'; for p in $$list; do \
277 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
278 if test -f $$p \
279 ; then \
280 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
281 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
282 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
283 else :; fi; \
284 done
285
286uninstall-binPROGRAMS:
287 @$(NORMAL_UNINSTALL)
288 @list='$(bin_PROGRAMS)'; for p in $$list; do \
289 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
290 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
291 rm -f "$(DESTDIR)$(bindir)/$$f"; \
292 done
293
294clean-binPROGRAMS:
295 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
296makeinfo$(EXEEXT): $(makeinfo_OBJECTS) $(makeinfo_DEPENDENCIES)
297 @rm -f makeinfo$(EXEEXT)
298 $(LINK) $(makeinfo_LDFLAGS) $(makeinfo_OBJECTS) $(makeinfo_LDADD) $(LIBS)
299
300mostlyclean-compile:
301 -rm -f *.$(OBJEXT)
302
303distclean-compile:
304 -rm -f *.tab.c
305
306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmds.Po@am__quote@
307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defun.Po@am__quote@
308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/files.Po@am__quote@
309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/float.Po@am__quote@
310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/footnote.Po@am__quote@
311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/html.Po@am__quote@
312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/index.Po@am__quote@
313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/insertion.Po@am__quote@
314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lang.Po@am__quote@
315@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/macro.Po@am__quote@
316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/makeinfo.Po@am__quote@
317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multi.Po@am__quote@
318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/node.Po@am__quote@
319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sectioning.Po@am__quote@
320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toc.Po@am__quote@
321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xml.Po@am__quote@
322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xref.Po@am__quote@
323
324.c.o:
325@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
326@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
327@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
328@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329@am__fastdepCC_FALSE@ $(COMPILE) -c $<
330
331.c.obj:
332@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
333@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
334@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
335@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
336@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
337uninstall-info-am:
338
339# This directory's subdirectories are mostly independent; you can cd
340# into them and run `make' without going through this Makefile.
341# To change the values of `make' variables: instead of editing Makefiles,
342# (1) if the variable is set in `config.status', edit `config.status'
343# (which will cause the Makefiles to be regenerated when you run `make');
344# (2) otherwise, pass the desired values on the `make' command line.
345$(RECURSIVE_TARGETS):
346 @set fnord $$MAKEFLAGS; amf=$$2; \
347 dot_seen=no; \
348 target=`echo $@ | sed s/-recursive//`; \
349 list='$(SUBDIRS)'; for subdir in $$list; do \
350 echo "Making $$target in $$subdir"; \
351 if test "$$subdir" = "."; then \
352 dot_seen=yes; \
353 local_target="$$target-am"; \
354 else \
355 local_target="$$target"; \
356 fi; \
357 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
358 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
359 done; \
360 if test "$$dot_seen" = "no"; then \
361 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
362 fi; test -z "$$fail"
363
364mostlyclean-recursive clean-recursive distclean-recursive \
365maintainer-clean-recursive:
366 @set fnord $$MAKEFLAGS; amf=$$2; \
367 dot_seen=no; \
368 case "$@" in \
369 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
370 *) list='$(SUBDIRS)' ;; \
371 esac; \
372 rev=''; for subdir in $$list; do \
373 if test "$$subdir" = "."; then :; else \
374 rev="$$subdir $$rev"; \
375 fi; \
376 done; \
377 rev="$$rev ."; \
378 target=`echo $@ | sed s/-recursive//`; \
379 for subdir in $$rev; do \
380 echo "Making $$target in $$subdir"; \
381 if test "$$subdir" = "."; then \
382 local_target="$$target-am"; \
383 else \
384 local_target="$$target"; \
385 fi; \
386 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
387 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
388 done && test -z "$$fail"
389tags-recursive:
390 list='$(SUBDIRS)'; for subdir in $$list; do \
391 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
392 done
393ctags-recursive:
394 list='$(SUBDIRS)'; for subdir in $$list; do \
395 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
396 done
397
398ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
399 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
400 unique=`for i in $$list; do \
401 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
402 done | \
403 $(AWK) ' { files[$$0] = 1; } \
404 END { for (i in files) print i; }'`; \
405 mkid -fID $$unique
406tags: TAGS
407
408TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
409 $(TAGS_FILES) $(LISP)
410 tags=; \
411 here=`pwd`; \
412 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
413 include_option=--etags-include; \
414 empty_fix=.; \
415 else \
416 include_option=--include; \
417 empty_fix=; \
418 fi; \
419 list='$(SUBDIRS)'; for subdir in $$list; do \
420 if test "$$subdir" = .; then :; else \
421 test ! -f $$subdir/TAGS || \
422 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
423 fi; \
424 done; \
425 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
426 unique=`for i in $$list; do \
427 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
428 done | \
429 $(AWK) ' { files[$$0] = 1; } \
430 END { for (i in files) print i; }'`; \
431 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
432 test -n "$$unique" || unique=$$empty_fix; \
433 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
434 $$tags $$unique; \
435 fi
436ctags: CTAGS
437CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
438 $(TAGS_FILES) $(LISP)
439 tags=; \
440 here=`pwd`; \
441 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
442 unique=`for i in $$list; do \
443 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444 done | \
445 $(AWK) ' { files[$$0] = 1; } \
446 END { for (i in files) print i; }'`; \
447 test -z "$(CTAGS_ARGS)$$tags$$unique" \
448 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
449 $$tags $$unique
450
451GTAGS:
452 here=`$(am__cd) $(top_builddir) && pwd` \
453 && cd $(top_srcdir) \
454 && gtags -i $(GTAGS_ARGS) $$here
455
456distclean-tags:
457 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
458
459distdir: $(DISTFILES)
460 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
461 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
462 list='$(DISTFILES)'; for file in $$list; do \
463 case $$file in \
464 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
465 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
466 esac; \
467 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
468 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
469 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
470 dir="/$$dir"; \
471 $(mkdir_p) "$(distdir)$$dir"; \
472 else \
473 dir=''; \
474 fi; \
475 if test -d $$d/$$file; then \
476 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
477 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
478 fi; \
479 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
480 else \
481 test -f $(distdir)/$$file \
482 || cp -p $$d/$$file $(distdir)/$$file \
483 || exit 1; \
484 fi; \
485 done
486 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
487 if test "$$subdir" = .; then :; else \
488 test -d "$(distdir)/$$subdir" \
489 || $(mkdir_p) "$(distdir)/$$subdir" \
490 || exit 1; \
491 distdir=`$(am__cd) $(distdir) && pwd`; \
492 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
493 (cd $$subdir && \
494 $(MAKE) $(AM_MAKEFLAGS) \
495 top_distdir="$$top_distdir" \
496 distdir="$$distdir/$$subdir" \
497 distdir) \
498 || exit 1; \
499 fi; \
500 done
501check-am: all-am
502check: check-recursive
503all-am: Makefile $(PROGRAMS)
504installdirs: installdirs-recursive
505installdirs-am:
506 for dir in "$(DESTDIR)$(bindir)"; do \
507 test -z "$$dir" || $(mkdir_p) "$$dir"; \
508 done
509install: install-recursive
510install-exec: install-exec-recursive
511install-data: install-data-recursive
512uninstall: uninstall-recursive
513
514install-am: all-am
515 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
516
517installcheck: installcheck-recursive
518install-strip:
519 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
520 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
521 `test -z '$(STRIP)' || \
522 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
523mostlyclean-generic:
524
525clean-generic:
526
527distclean-generic:
528 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
529
530maintainer-clean-generic:
531 @echo "This command is intended for maintainers to use"
532 @echo "it deletes files that may require special tools to rebuild."
533clean: clean-recursive
534
535clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
536
537distclean: distclean-recursive
538 -rm -rf ./$(DEPDIR)
539 -rm -f Makefile
540distclean-am: clean-am distclean-compile distclean-generic \
541 distclean-tags
542
543dvi: dvi-recursive
544
545dvi-am:
546
547html: html-recursive
548
549info: info-recursive
550
551info-am:
552
553install-data-am:
554
555install-exec-am: install-binPROGRAMS
556
557install-info: install-info-recursive
558
559install-man:
560
561installcheck-am:
562
563maintainer-clean: maintainer-clean-recursive
564 -rm -rf ./$(DEPDIR)
565 -rm -f Makefile
566maintainer-clean-am: distclean-am maintainer-clean-generic
567
568mostlyclean: mostlyclean-recursive
569
570mostlyclean-am: mostlyclean-compile mostlyclean-generic
571
572pdf: pdf-recursive
573
574pdf-am:
575
576ps: ps-recursive
577
578ps-am:
579
580uninstall-am: uninstall-binPROGRAMS uninstall-info-am
581
582uninstall-info: uninstall-info-recursive
583
584.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
585 clean clean-binPROGRAMS clean-generic clean-recursive ctags \
586 ctags-recursive distclean distclean-compile distclean-generic \
587 distclean-recursive distclean-tags distdir dvi dvi-am html \
588 html-am info info-am install install-am install-binPROGRAMS \
589 install-data install-data-am install-exec install-exec-am \
590 install-info install-info-am install-man install-strip \
591 installcheck installcheck-am installdirs installdirs-am \
592 maintainer-clean maintainer-clean-generic \
593 maintainer-clean-recursive mostlyclean mostlyclean-compile \
594 mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \
595 tags tags-recursive uninstall uninstall-am \
596 uninstall-binPROGRAMS uninstall-info-am
597
598# Tell versions [3.59,3.63) of GNU make to not export all variables.
599# Otherwise a system limit (for SysV at least) may be exceeded.
600.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.