]> andersk Git - libyaml.git/blame - src/Makefile.in
Imported Upstream version 0.1.2
[libyaml.git] / src / Makefile.in
CommitLineData
5c706339 1# Makefile.in generated by automake 1.10.1 from Makefile.am.
b9668ba4
AK
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5c706339 5# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
b9668ba4
AK
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
b9668ba4
AK
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
b9668ba4 21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
b9668ba4
AK
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
33build_triplet = @build@
34host_triplet = @host@
35subdir = src
36DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38am__aclocal_m4_deps = $(top_srcdir)/configure.ac
39am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40 $(ACLOCAL_M4)
41mkinstalldirs = $(install_sh) -d
42CONFIG_HEADER = $(top_builddir)/config.h
43CONFIG_CLEAN_FILES =
44am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
45am__vpath_adj = case $$p in \
46 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
47 *) f=$$p;; \
48 esac;
49am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
50am__installdirs = "$(DESTDIR)$(libdir)"
51libLTLIBRARIES_INSTALL = $(INSTALL)
52LTLIBRARIES = $(lib_LTLIBRARIES)
53libyaml_la_LIBADD =
54am_libyaml_la_OBJECTS = api.lo reader.lo scanner.lo parser.lo \
55 loader.lo writer.lo emitter.lo dumper.lo
56libyaml_la_OBJECTS = $(am_libyaml_la_OBJECTS)
5c706339
AK
57libyaml_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
58 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
59 $(libyaml_la_LDFLAGS) $(LDFLAGS) -o $@
60DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
b9668ba4
AK
61depcomp = $(SHELL) $(top_srcdir)/config/depcomp
62am__depfiles_maybe = depfiles
63COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
5c706339
AK
65LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
66 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
67 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
b9668ba4 68CCLD = $(CC)
5c706339
AK
69LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
70 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
71 $(LDFLAGS) -o $@
b9668ba4
AK
72SOURCES = $(libyaml_la_SOURCES)
73DIST_SOURCES = $(libyaml_la_SOURCES)
74ETAGS = etags
75CTAGS = ctags
76DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77ACLOCAL = @ACLOCAL@
b9668ba4
AK
78AMTAR = @AMTAR@
79AR = @AR@
80AUTOCONF = @AUTOCONF@
81AUTOHEADER = @AUTOHEADER@
82AUTOMAKE = @AUTOMAKE@
83AWK = @AWK@
84CC = @CC@
85CCDEPMODE = @CCDEPMODE@
86CFLAGS = @CFLAGS@
87CPP = @CPP@
88CPPFLAGS = @CPPFLAGS@
b9668ba4
AK
89CYGPATH_W = @CYGPATH_W@
90DEFS = @DEFS@
91DEPDIR = @DEPDIR@
92DOXYGEN = @DOXYGEN@
5c706339
AK
93DSYMUTIL = @DSYMUTIL@
94DUMPBIN = @DUMPBIN@
b9668ba4
AK
95ECHO_C = @ECHO_C@
96ECHO_N = @ECHO_N@
97ECHO_T = @ECHO_T@
98EGREP = @EGREP@
99EXEEXT = @EXEEXT@
5c706339 100FGREP = @FGREP@
b9668ba4 101GREP = @GREP@
5c706339 102INSTALL = @INSTALL@
b9668ba4
AK
103INSTALL_DATA = @INSTALL_DATA@
104INSTALL_PROGRAM = @INSTALL_PROGRAM@
105INSTALL_SCRIPT = @INSTALL_SCRIPT@
106INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
5c706339 107LD = @LD@
b9668ba4
AK
108LDFLAGS = @LDFLAGS@
109LIBOBJS = @LIBOBJS@
110LIBS = @LIBS@
111LIBTOOL = @LIBTOOL@
5c706339 112LIPO = @LIPO@
b9668ba4
AK
113LN_S = @LN_S@
114LTLIBOBJS = @LTLIBOBJS@
115MAKEINFO = @MAKEINFO@
5c706339
AK
116MKDIR_P = @MKDIR_P@
117NM = @NM@
118NMEDIT = @NMEDIT@
b9668ba4 119OBJEXT = @OBJEXT@
5c706339
AK
120OTOOL = @OTOOL@
121OTOOL64 = @OTOOL64@
b9668ba4
AK
122PACKAGE = @PACKAGE@
123PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124PACKAGE_NAME = @PACKAGE_NAME@
125PACKAGE_STRING = @PACKAGE_STRING@
126PACKAGE_TARNAME = @PACKAGE_TARNAME@
127PACKAGE_VERSION = @PACKAGE_VERSION@
128PATH_SEPARATOR = @PATH_SEPARATOR@
129RANLIB = @RANLIB@
5c706339 130SED = @SED@
b9668ba4
AK
131SET_MAKE = @SET_MAKE@
132SHELL = @SHELL@
133STRIP = @STRIP@
134VERSION = @VERSION@
135YAML_LT_AGE = @YAML_LT_AGE@
136YAML_LT_CURRENT = @YAML_LT_CURRENT@
137YAML_LT_RELEASE = @YAML_LT_RELEASE@
138YAML_LT_REVISION = @YAML_LT_REVISION@
5c706339
AK
139abs_builddir = @abs_builddir@
140abs_srcdir = @abs_srcdir@
141abs_top_builddir = @abs_top_builddir@
142abs_top_srcdir = @abs_top_srcdir@
b9668ba4 143ac_ct_CC = @ac_ct_CC@
5c706339 144ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
b9668ba4
AK
145am__include = @am__include@
146am__leading_dot = @am__leading_dot@
147am__quote = @am__quote@
148am__tar = @am__tar@
149am__untar = @am__untar@
150bindir = @bindir@
151build = @build@
152build_alias = @build_alias@
153build_cpu = @build_cpu@
154build_os = @build_os@
155build_vendor = @build_vendor@
5c706339 156builddir = @builddir@
b9668ba4
AK
157datadir = @datadir@
158datarootdir = @datarootdir@
159docdir = @docdir@
160dvidir = @dvidir@
161exec_prefix = @exec_prefix@
162host = @host@
163host_alias = @host_alias@
164host_cpu = @host_cpu@
165host_os = @host_os@
166host_vendor = @host_vendor@
167htmldir = @htmldir@
168includedir = @includedir@
169infodir = @infodir@
170install_sh = @install_sh@
171libdir = @libdir@
172libexecdir = @libexecdir@
173localedir = @localedir@
174localstatedir = @localstatedir@
5c706339 175lt_ECHO = @lt_ECHO@
b9668ba4
AK
176mandir = @mandir@
177mkdir_p = @mkdir_p@
178oldincludedir = @oldincludedir@
179pdfdir = @pdfdir@
180prefix = @prefix@
181program_transform_name = @program_transform_name@
182psdir = @psdir@
183sbindir = @sbindir@
184sharedstatedir = @sharedstatedir@
5c706339 185srcdir = @srcdir@
b9668ba4
AK
186sysconfdir = @sysconfdir@
187target_alias = @target_alias@
5c706339
AK
188top_builddir = @top_builddir@
189top_srcdir = @top_srcdir@
b9668ba4
AK
190AM_CPPFLAGS = -I$(top_srcdir)/include
191lib_LTLIBRARIES = libyaml.la
192libyaml_la_SOURCES = yaml_private.h api.c reader.c scanner.c parser.c loader.c writer.c emitter.c dumper.c
193libyaml_la_LDFLAGS = -release $(YAML_LT_RELEASE) -version-info $(YAML_LT_CURRENT):$(YAML_LT_REVISION):$(YAML_LT_AGE)
194all: all-am
195
196.SUFFIXES:
197.SUFFIXES: .c .lo .o .obj
198$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
199 @for dep in $?; do \
200 case '$(am__configure_deps)' in \
201 *$$dep*) \
202 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
203 && exit 0; \
204 exit 1;; \
205 esac; \
206 done; \
207 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
208 cd $(top_srcdir) && \
209 $(AUTOMAKE) --foreign src/Makefile
210.PRECIOUS: Makefile
211Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
212 @case '$?' in \
213 *config.status*) \
214 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
215 *) \
216 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
217 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
218 esac;
219
220$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
221 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
222
223$(top_srcdir)/configure: $(am__configure_deps)
224 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
225$(ACLOCAL_M4): $(am__aclocal_m4_deps)
226 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227install-libLTLIBRARIES: $(lib_LTLIBRARIES)
228 @$(NORMAL_INSTALL)
5c706339 229 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
b9668ba4
AK
230 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
231 if test -f $$p; then \
232 f=$(am__strip_dir) \
5c706339
AK
233 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
234 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
b9668ba4
AK
235 else :; fi; \
236 done
237
238uninstall-libLTLIBRARIES:
239 @$(NORMAL_UNINSTALL)
5c706339 240 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
b9668ba4 241 p=$(am__strip_dir) \
5c706339
AK
242 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
243 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
b9668ba4
AK
244 done
245
246clean-libLTLIBRARIES:
247 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
248 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
249 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
250 test "$$dir" != "$$p" || dir=.; \
251 echo "rm -f \"$${dir}/so_locations\""; \
252 rm -f "$${dir}/so_locations"; \
253 done
254libyaml.la: $(libyaml_la_OBJECTS) $(libyaml_la_DEPENDENCIES)
5c706339 255 $(libyaml_la_LINK) -rpath $(libdir) $(libyaml_la_OBJECTS) $(libyaml_la_LIBADD) $(LIBS)
b9668ba4
AK
256
257mostlyclean-compile:
258 -rm -f *.$(OBJEXT)
259
260distclean-compile:
261 -rm -f *.tab.c
262
263@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/api.Plo@am__quote@
264@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dumper.Plo@am__quote@
265@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emitter.Plo@am__quote@
266@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loader.Plo@am__quote@
267@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Plo@am__quote@
268@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reader.Plo@am__quote@
269@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanner.Plo@am__quote@
270@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/writer.Plo@am__quote@
271
272.c.o:
5c706339
AK
273@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
274@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
b9668ba4
AK
275@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
276@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
277@am__fastdepCC_FALSE@ $(COMPILE) -c $<
278
279.c.obj:
5c706339
AK
280@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
281@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
b9668ba4
AK
282@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
283@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
284@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
285
286.c.lo:
5c706339
AK
287@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
288@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
b9668ba4
AK
289@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
290@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
291@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
292
293mostlyclean-libtool:
294 -rm -f *.lo
295
296clean-libtool:
297 -rm -rf .libs _libs
298
b9668ba4
AK
299ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
300 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
301 unique=`for i in $$list; do \
302 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
303 done | \
5c706339
AK
304 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
305 END { if (nonempty) { for (i in files) print i; }; }'`; \
b9668ba4
AK
306 mkid -fID $$unique
307tags: TAGS
308
309TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
310 $(TAGS_FILES) $(LISP)
311 tags=; \
312 here=`pwd`; \
313 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
314 unique=`for i in $$list; do \
315 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
316 done | \
5c706339
AK
317 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
318 END { if (nonempty) { for (i in files) print i; }; }'`; \
b9668ba4
AK
319 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
320 test -n "$$unique" || unique=$$empty_fix; \
321 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
322 $$tags $$unique; \
323 fi
324ctags: CTAGS
325CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
326 $(TAGS_FILES) $(LISP)
327 tags=; \
b9668ba4
AK
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 | \
5c706339
AK
332 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
333 END { if (nonempty) { for (i in files) print i; }; }'`; \
b9668ba4
AK
334 test -z "$(CTAGS_ARGS)$$tags$$unique" \
335 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
336 $$tags $$unique
337
338GTAGS:
339 here=`$(am__cd) $(top_builddir) && pwd` \
340 && cd $(top_srcdir) \
341 && gtags -i $(GTAGS_ARGS) $$here
342
343distclean-tags:
344 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
345
346distdir: $(DISTFILES)
5c706339
AK
347 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
348 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
349 list='$(DISTFILES)'; \
350 dist_files=`for file in $$list; do echo $$file; done | \
351 sed -e "s|^$$srcdirstrip/||;t" \
352 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
353 case $$dist_files in \
354 */*) $(MKDIR_P) `echo "$$dist_files" | \
355 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
356 sort -u` ;; \
357 esac; \
358 for file in $$dist_files; do \
b9668ba4 359 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
b9668ba4 360 if test -d $$d/$$file; then \
5c706339 361 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
b9668ba4
AK
362 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
363 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
364 fi; \
365 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
366 else \
367 test -f $(distdir)/$$file \
368 || cp -p $$d/$$file $(distdir)/$$file \
369 || exit 1; \
370 fi; \
371 done
372check-am: all-am
373check: check-am
374all-am: Makefile $(LTLIBRARIES)
375installdirs:
376 for dir in "$(DESTDIR)$(libdir)"; do \
5c706339 377 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
b9668ba4
AK
378 done
379install: install-am
380install-exec: install-exec-am
381install-data: install-data-am
382uninstall: uninstall-am
383
384install-am: all-am
385 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
386
387installcheck: installcheck-am
388install-strip:
389 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
390 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
391 `test -z '$(STRIP)' || \
392 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
393mostlyclean-generic:
394
395clean-generic:
396
397distclean-generic:
398 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
399
400maintainer-clean-generic:
401 @echo "This command is intended for maintainers to use"
402 @echo "it deletes files that may require special tools to rebuild."
403clean: clean-am
404
405clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
406 mostlyclean-am
407
408distclean: distclean-am
409 -rm -rf ./$(DEPDIR)
410 -rm -f Makefile
411distclean-am: clean-am distclean-compile distclean-generic \
5c706339 412 distclean-tags
b9668ba4
AK
413
414dvi: dvi-am
415
416dvi-am:
417
418html: html-am
419
420info: info-am
421
422info-am:
423
424install-data-am:
425
5c706339
AK
426install-dvi: install-dvi-am
427
b9668ba4
AK
428install-exec-am: install-libLTLIBRARIES
429
5c706339
AK
430install-html: install-html-am
431
b9668ba4
AK
432install-info: install-info-am
433
434install-man:
435
5c706339
AK
436install-pdf: install-pdf-am
437
438install-ps: install-ps-am
439
b9668ba4
AK
440installcheck-am:
441
442maintainer-clean: maintainer-clean-am
443 -rm -rf ./$(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 mostlyclean-libtool
451
452pdf: pdf-am
453
454pdf-am:
455
456ps: ps-am
457
458ps-am:
459
5c706339
AK
460uninstall-am: uninstall-libLTLIBRARIES
461
462.MAKE: install-am install-strip
b9668ba4
AK
463
464.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
465 clean-libLTLIBRARIES clean-libtool ctags distclean \
466 distclean-compile distclean-generic distclean-libtool \
467 distclean-tags distdir dvi dvi-am html html-am info info-am \
5c706339
AK
468 install install-am install-data install-data-am install-dvi \
469 install-dvi-am install-exec install-exec-am install-html \
470 install-html-am install-info install-info-am \
471 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
472 install-ps install-ps-am install-strip installcheck \
b9668ba4
AK
473 installcheck-am installdirs maintainer-clean \
474 maintainer-clean-generic mostlyclean mostlyclean-compile \
475 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
5c706339 476 tags uninstall uninstall-am uninstall-libLTLIBRARIES
b9668ba4
AK
477
478# Tell versions [3.59,3.63) of GNU make to not export all variables.
479# Otherwise a system limit (for SysV at least) may be exceeded.
480.NOEXPORT:
This page took 2.385411 seconds and 5 git commands to generate.