]> andersk Git - libyaml.git/blame - src/Makefile.in
Merge commit 'upstream/0.1.3' into debian
[libyaml.git] / src / Makefile.in
CommitLineData
47dc80f6 1# Makefile.in generated by automake 1.10.2 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@
47dc80f6 119OBJDUMP = @OBJDUMP@
b9668ba4 120OBJEXT = @OBJEXT@
5c706339
AK
121OTOOL = @OTOOL@
122OTOOL64 = @OTOOL64@
b9668ba4
AK
123PACKAGE = @PACKAGE@
124PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
125PACKAGE_NAME = @PACKAGE_NAME@
126PACKAGE_STRING = @PACKAGE_STRING@
127PACKAGE_TARNAME = @PACKAGE_TARNAME@
128PACKAGE_VERSION = @PACKAGE_VERSION@
129PATH_SEPARATOR = @PATH_SEPARATOR@
130RANLIB = @RANLIB@
5c706339 131SED = @SED@
b9668ba4
AK
132SET_MAKE = @SET_MAKE@
133SHELL = @SHELL@
134STRIP = @STRIP@
135VERSION = @VERSION@
136YAML_LT_AGE = @YAML_LT_AGE@
137YAML_LT_CURRENT = @YAML_LT_CURRENT@
138YAML_LT_RELEASE = @YAML_LT_RELEASE@
139YAML_LT_REVISION = @YAML_LT_REVISION@
5c706339
AK
140abs_builddir = @abs_builddir@
141abs_srcdir = @abs_srcdir@
142abs_top_builddir = @abs_top_builddir@
143abs_top_srcdir = @abs_top_srcdir@
b9668ba4 144ac_ct_CC = @ac_ct_CC@
5c706339 145ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
b9668ba4
AK
146am__include = @am__include@
147am__leading_dot = @am__leading_dot@
148am__quote = @am__quote@
149am__tar = @am__tar@
150am__untar = @am__untar@
151bindir = @bindir@
152build = @build@
153build_alias = @build_alias@
154build_cpu = @build_cpu@
155build_os = @build_os@
156build_vendor = @build_vendor@
5c706339 157builddir = @builddir@
b9668ba4
AK
158datadir = @datadir@
159datarootdir = @datarootdir@
160docdir = @docdir@
161dvidir = @dvidir@
162exec_prefix = @exec_prefix@
163host = @host@
164host_alias = @host_alias@
165host_cpu = @host_cpu@
166host_os = @host_os@
167host_vendor = @host_vendor@
168htmldir = @htmldir@
169includedir = @includedir@
170infodir = @infodir@
171install_sh = @install_sh@
172libdir = @libdir@
173libexecdir = @libexecdir@
174localedir = @localedir@
175localstatedir = @localstatedir@
5c706339 176lt_ECHO = @lt_ECHO@
b9668ba4
AK
177mandir = @mandir@
178mkdir_p = @mkdir_p@
179oldincludedir = @oldincludedir@
180pdfdir = @pdfdir@
181prefix = @prefix@
182program_transform_name = @program_transform_name@
183psdir = @psdir@
184sbindir = @sbindir@
185sharedstatedir = @sharedstatedir@
5c706339 186srcdir = @srcdir@
b9668ba4
AK
187sysconfdir = @sysconfdir@
188target_alias = @target_alias@
47dc80f6 189top_build_prefix = @top_build_prefix@
5c706339
AK
190top_builddir = @top_builddir@
191top_srcdir = @top_srcdir@
b9668ba4
AK
192AM_CPPFLAGS = -I$(top_srcdir)/include
193lib_LTLIBRARIES = libyaml.la
194libyaml_la_SOURCES = yaml_private.h api.c reader.c scanner.c parser.c loader.c writer.c emitter.c dumper.c
195libyaml_la_LDFLAGS = -release $(YAML_LT_RELEASE) -version-info $(YAML_LT_CURRENT):$(YAML_LT_REVISION):$(YAML_LT_AGE)
196all: all-am
197
198.SUFFIXES:
199.SUFFIXES: .c .lo .o .obj
200$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
201 @for dep in $?; do \
202 case '$(am__configure_deps)' in \
203 *$$dep*) \
47dc80f6
AK
204 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
205 && { if test -f $@; then exit 0; else break; fi; }; \
b9668ba4
AK
206 exit 1;; \
207 esac; \
208 done; \
209 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
210 cd $(top_srcdir) && \
211 $(AUTOMAKE) --foreign src/Makefile
212.PRECIOUS: Makefile
213Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
214 @case '$?' in \
215 *config.status*) \
216 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
217 *) \
218 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
219 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
220 esac;
221
222$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
223 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
224
225$(top_srcdir)/configure: $(am__configure_deps)
226 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227$(ACLOCAL_M4): $(am__aclocal_m4_deps)
228 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
229install-libLTLIBRARIES: $(lib_LTLIBRARIES)
230 @$(NORMAL_INSTALL)
5c706339 231 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
b9668ba4
AK
232 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
233 if test -f $$p; then \
234 f=$(am__strip_dir) \
5c706339
AK
235 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
236 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
b9668ba4
AK
237 else :; fi; \
238 done
239
240uninstall-libLTLIBRARIES:
241 @$(NORMAL_UNINSTALL)
5c706339 242 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
b9668ba4 243 p=$(am__strip_dir) \
5c706339
AK
244 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
245 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
b9668ba4
AK
246 done
247
248clean-libLTLIBRARIES:
249 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
250 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
251 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
252 test "$$dir" != "$$p" || dir=.; \
253 echo "rm -f \"$${dir}/so_locations\""; \
254 rm -f "$${dir}/so_locations"; \
255 done
256libyaml.la: $(libyaml_la_OBJECTS) $(libyaml_la_DEPENDENCIES)
5c706339 257 $(libyaml_la_LINK) -rpath $(libdir) $(libyaml_la_OBJECTS) $(libyaml_la_LIBADD) $(LIBS)
b9668ba4
AK
258
259mostlyclean-compile:
260 -rm -f *.$(OBJEXT)
261
262distclean-compile:
263 -rm -f *.tab.c
264
265@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/api.Plo@am__quote@
266@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dumper.Plo@am__quote@
267@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emitter.Plo@am__quote@
268@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loader.Plo@am__quote@
269@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Plo@am__quote@
270@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reader.Plo@am__quote@
271@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanner.Plo@am__quote@
272@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/writer.Plo@am__quote@
273
274.c.o:
5c706339
AK
275@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
276@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
b9668ba4
AK
277@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
278@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
279@am__fastdepCC_FALSE@ $(COMPILE) -c $<
280
281.c.obj:
5c706339
AK
282@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
283@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
b9668ba4
AK
284@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
285@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
286@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
287
288.c.lo:
5c706339
AK
289@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
290@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
b9668ba4
AK
291@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
292@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
293@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
294
295mostlyclean-libtool:
296 -rm -f *.lo
297
298clean-libtool:
299 -rm -rf .libs _libs
300
b9668ba4
AK
301ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
302 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
303 unique=`for i in $$list; do \
304 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
305 done | \
47dc80f6 306 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5c706339 307 END { if (nonempty) { for (i in files) print i; }; }'`; \
b9668ba4
AK
308 mkid -fID $$unique
309tags: TAGS
310
311TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
312 $(TAGS_FILES) $(LISP)
313 tags=; \
314 here=`pwd`; \
315 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
316 unique=`for i in $$list; do \
317 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
318 done | \
5c706339
AK
319 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
320 END { if (nonempty) { for (i in files) print i; }; }'`; \
b9668ba4
AK
321 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
322 test -n "$$unique" || unique=$$empty_fix; \
323 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
324 $$tags $$unique; \
325 fi
326ctags: CTAGS
327CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
328 $(TAGS_FILES) $(LISP)
329 tags=; \
b9668ba4
AK
330 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
331 unique=`for i in $$list; do \
332 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333 done | \
5c706339
AK
334 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
335 END { if (nonempty) { for (i in files) print i; }; }'`; \
b9668ba4
AK
336 test -z "$(CTAGS_ARGS)$$tags$$unique" \
337 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
338 $$tags $$unique
339
340GTAGS:
341 here=`$(am__cd) $(top_builddir) && pwd` \
342 && cd $(top_srcdir) \
343 && gtags -i $(GTAGS_ARGS) $$here
344
345distclean-tags:
346 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
347
348distdir: $(DISTFILES)
5c706339
AK
349 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
350 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
351 list='$(DISTFILES)'; \
352 dist_files=`for file in $$list; do echo $$file; done | \
353 sed -e "s|^$$srcdirstrip/||;t" \
354 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
355 case $$dist_files in \
356 */*) $(MKDIR_P) `echo "$$dist_files" | \
357 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
358 sort -u` ;; \
359 esac; \
360 for file in $$dist_files; do \
b9668ba4 361 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
b9668ba4 362 if test -d $$d/$$file; then \
5c706339 363 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
b9668ba4
AK
364 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
365 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
366 fi; \
367 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
368 else \
369 test -f $(distdir)/$$file \
370 || cp -p $$d/$$file $(distdir)/$$file \
371 || exit 1; \
372 fi; \
373 done
374check-am: all-am
375check: check-am
376all-am: Makefile $(LTLIBRARIES)
377installdirs:
378 for dir in "$(DESTDIR)$(libdir)"; do \
5c706339 379 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
b9668ba4
AK
380 done
381install: install-am
382install-exec: install-exec-am
383install-data: install-data-am
384uninstall: uninstall-am
385
386install-am: all-am
387 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
388
389installcheck: installcheck-am
390install-strip:
391 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
392 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
393 `test -z '$(STRIP)' || \
394 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
395mostlyclean-generic:
396
397clean-generic:
398
399distclean-generic:
400 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
401
402maintainer-clean-generic:
403 @echo "This command is intended for maintainers to use"
404 @echo "it deletes files that may require special tools to rebuild."
405clean: clean-am
406
407clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
408 mostlyclean-am
409
410distclean: distclean-am
411 -rm -rf ./$(DEPDIR)
412 -rm -f Makefile
413distclean-am: clean-am distclean-compile distclean-generic \
5c706339 414 distclean-tags
b9668ba4
AK
415
416dvi: dvi-am
417
418dvi-am:
419
420html: html-am
421
422info: info-am
423
424info-am:
425
426install-data-am:
427
5c706339
AK
428install-dvi: install-dvi-am
429
b9668ba4
AK
430install-exec-am: install-libLTLIBRARIES
431
5c706339
AK
432install-html: install-html-am
433
b9668ba4
AK
434install-info: install-info-am
435
436install-man:
437
5c706339
AK
438install-pdf: install-pdf-am
439
440install-ps: install-ps-am
441
b9668ba4
AK
442installcheck-am:
443
444maintainer-clean: maintainer-clean-am
445 -rm -rf ./$(DEPDIR)
446 -rm -f Makefile
447maintainer-clean-am: distclean-am maintainer-clean-generic
448
449mostlyclean: mostlyclean-am
450
451mostlyclean-am: mostlyclean-compile mostlyclean-generic \
452 mostlyclean-libtool
453
454pdf: pdf-am
455
456pdf-am:
457
458ps: ps-am
459
460ps-am:
461
5c706339
AK
462uninstall-am: uninstall-libLTLIBRARIES
463
464.MAKE: install-am install-strip
b9668ba4
AK
465
466.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
467 clean-libLTLIBRARIES clean-libtool ctags distclean \
468 distclean-compile distclean-generic distclean-libtool \
469 distclean-tags distdir dvi dvi-am html html-am info info-am \
5c706339
AK
470 install install-am install-data install-data-am install-dvi \
471 install-dvi-am install-exec install-exec-am install-html \
472 install-html-am install-info install-info-am \
473 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
474 install-ps install-ps-am install-strip installcheck \
b9668ba4
AK
475 installcheck-am installdirs maintainer-clean \
476 maintainer-clean-generic mostlyclean mostlyclean-compile \
477 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
5c706339 478 tags uninstall uninstall-am uninstall-libLTLIBRARIES
b9668ba4
AK
479
480# Tell versions [3.59,3.63) of GNU make to not export all variables.
481# Otherwise a system limit (for SysV at least) may be exceeded.
482.NOEXPORT:
This page took 0.342293 seconds and 5 git commands to generate.