]> andersk Git - libyaml.git/blob - src/Makefile.in
Imported Upstream version 0.1.3
[libyaml.git] / src / Makefile.in
1 # Makefile.in generated by automake 1.10.2 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008  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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 build_triplet = @build@
34 host_triplet = @host@
35 subdir = src
36 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
39 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40         $(ACLOCAL_M4)
41 mkinstalldirs = $(install_sh) -d
42 CONFIG_HEADER = $(top_builddir)/config.h
43 CONFIG_CLEAN_FILES =
44 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
45 am__vpath_adj = case $$p in \
46     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
47     *) f=$$p;; \
48   esac;
49 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
50 am__installdirs = "$(DESTDIR)$(libdir)"
51 libLTLIBRARIES_INSTALL = $(INSTALL)
52 LTLIBRARIES = $(lib_LTLIBRARIES)
53 libyaml_la_LIBADD =
54 am_libyaml_la_OBJECTS = api.lo reader.lo scanner.lo parser.lo \
55         loader.lo writer.lo emitter.lo dumper.lo
56 libyaml_la_OBJECTS = $(am_libyaml_la_OBJECTS)
57 libyaml_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
58         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
59         $(libyaml_la_LDFLAGS) $(LDFLAGS) -o $@
60 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
61 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
62 am__depfiles_maybe = depfiles
63 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
66         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
67         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68 CCLD = $(CC)
69 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
70         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
71         $(LDFLAGS) -o $@
72 SOURCES = $(libyaml_la_SOURCES)
73 DIST_SOURCES = $(libyaml_la_SOURCES)
74 ETAGS = etags
75 CTAGS = ctags
76 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77 ACLOCAL = @ACLOCAL@
78 AMTAR = @AMTAR@
79 AR = @AR@
80 AUTOCONF = @AUTOCONF@
81 AUTOHEADER = @AUTOHEADER@
82 AUTOMAKE = @AUTOMAKE@
83 AWK = @AWK@
84 CC = @CC@
85 CCDEPMODE = @CCDEPMODE@
86 CFLAGS = @CFLAGS@
87 CPP = @CPP@
88 CPPFLAGS = @CPPFLAGS@
89 CYGPATH_W = @CYGPATH_W@
90 DEFS = @DEFS@
91 DEPDIR = @DEPDIR@
92 DOXYGEN = @DOXYGEN@
93 DSYMUTIL = @DSYMUTIL@
94 DUMPBIN = @DUMPBIN@
95 ECHO_C = @ECHO_C@
96 ECHO_N = @ECHO_N@
97 ECHO_T = @ECHO_T@
98 EGREP = @EGREP@
99 EXEEXT = @EXEEXT@
100 FGREP = @FGREP@
101 GREP = @GREP@
102 INSTALL = @INSTALL@
103 INSTALL_DATA = @INSTALL_DATA@
104 INSTALL_PROGRAM = @INSTALL_PROGRAM@
105 INSTALL_SCRIPT = @INSTALL_SCRIPT@
106 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
107 LD = @LD@
108 LDFLAGS = @LDFLAGS@
109 LIBOBJS = @LIBOBJS@
110 LIBS = @LIBS@
111 LIBTOOL = @LIBTOOL@
112 LIPO = @LIPO@
113 LN_S = @LN_S@
114 LTLIBOBJS = @LTLIBOBJS@
115 MAKEINFO = @MAKEINFO@
116 MKDIR_P = @MKDIR_P@
117 NM = @NM@
118 NMEDIT = @NMEDIT@
119 OBJDUMP = @OBJDUMP@
120 OBJEXT = @OBJEXT@
121 OTOOL = @OTOOL@
122 OTOOL64 = @OTOOL64@
123 PACKAGE = @PACKAGE@
124 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
125 PACKAGE_NAME = @PACKAGE_NAME@
126 PACKAGE_STRING = @PACKAGE_STRING@
127 PACKAGE_TARNAME = @PACKAGE_TARNAME@
128 PACKAGE_VERSION = @PACKAGE_VERSION@
129 PATH_SEPARATOR = @PATH_SEPARATOR@
130 RANLIB = @RANLIB@
131 SED = @SED@
132 SET_MAKE = @SET_MAKE@
133 SHELL = @SHELL@
134 STRIP = @STRIP@
135 VERSION = @VERSION@
136 YAML_LT_AGE = @YAML_LT_AGE@
137 YAML_LT_CURRENT = @YAML_LT_CURRENT@
138 YAML_LT_RELEASE = @YAML_LT_RELEASE@
139 YAML_LT_REVISION = @YAML_LT_REVISION@
140 abs_builddir = @abs_builddir@
141 abs_srcdir = @abs_srcdir@
142 abs_top_builddir = @abs_top_builddir@
143 abs_top_srcdir = @abs_top_srcdir@
144 ac_ct_CC = @ac_ct_CC@
145 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
146 am__include = @am__include@
147 am__leading_dot = @am__leading_dot@
148 am__quote = @am__quote@
149 am__tar = @am__tar@
150 am__untar = @am__untar@
151 bindir = @bindir@
152 build = @build@
153 build_alias = @build_alias@
154 build_cpu = @build_cpu@
155 build_os = @build_os@
156 build_vendor = @build_vendor@
157 builddir = @builddir@
158 datadir = @datadir@
159 datarootdir = @datarootdir@
160 docdir = @docdir@
161 dvidir = @dvidir@
162 exec_prefix = @exec_prefix@
163 host = @host@
164 host_alias = @host_alias@
165 host_cpu = @host_cpu@
166 host_os = @host_os@
167 host_vendor = @host_vendor@
168 htmldir = @htmldir@
169 includedir = @includedir@
170 infodir = @infodir@
171 install_sh = @install_sh@
172 libdir = @libdir@
173 libexecdir = @libexecdir@
174 localedir = @localedir@
175 localstatedir = @localstatedir@
176 lt_ECHO = @lt_ECHO@
177 mandir = @mandir@
178 mkdir_p = @mkdir_p@
179 oldincludedir = @oldincludedir@
180 pdfdir = @pdfdir@
181 prefix = @prefix@
182 program_transform_name = @program_transform_name@
183 psdir = @psdir@
184 sbindir = @sbindir@
185 sharedstatedir = @sharedstatedir@
186 srcdir = @srcdir@
187 sysconfdir = @sysconfdir@
188 target_alias = @target_alias@
189 top_build_prefix = @top_build_prefix@
190 top_builddir = @top_builddir@
191 top_srcdir = @top_srcdir@
192 AM_CPPFLAGS = -I$(top_srcdir)/include
193 lib_LTLIBRARIES = libyaml.la
194 libyaml_la_SOURCES = yaml_private.h api.c reader.c scanner.c parser.c loader.c writer.c emitter.c dumper.c
195 libyaml_la_LDFLAGS = -release $(YAML_LT_RELEASE) -version-info $(YAML_LT_CURRENT):$(YAML_LT_REVISION):$(YAML_LT_AGE)
196 all: 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*) \
204               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
205                 && { if test -f $@; then exit 0; else break; fi; }; \
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
213 Makefile: $(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
229 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
230         @$(NORMAL_INSTALL)
231         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
232         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
233           if test -f $$p; then \
234             f=$(am__strip_dir) \
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"; \
237           else :; fi; \
238         done
239
240 uninstall-libLTLIBRARIES:
241         @$(NORMAL_UNINSTALL)
242         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
243           p=$(am__strip_dir) \
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"; \
246         done
247
248 clean-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
256 libyaml.la: $(libyaml_la_OBJECTS) $(libyaml_la_DEPENDENCIES) 
257         $(libyaml_la_LINK) -rpath $(libdir) $(libyaml_la_OBJECTS) $(libyaml_la_LIBADD) $(LIBS)
258
259 mostlyclean-compile:
260         -rm -f *.$(OBJEXT)
261
262 distclean-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:
275 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
276 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
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:
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
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:
289 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
290 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
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
295 mostlyclean-libtool:
296         -rm -f *.lo
297
298 clean-libtool:
299         -rm -rf .libs _libs
300
301 ID: $(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 | \
306           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
307               END { if (nonempty) { for (i in files) print i; }; }'`; \
308         mkid -fID $$unique
309 tags: TAGS
310
311 TAGS:  $(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 | \
319           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
320               END { if (nonempty) { for (i in files) print i; }; }'`; \
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
326 ctags: CTAGS
327 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
328                 $(TAGS_FILES) $(LISP)
329         tags=; \
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 | \
334           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
335               END { if (nonempty) { for (i in files) print i; }; }'`; \
336         test -z "$(CTAGS_ARGS)$$tags$$unique" \
337           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
338              $$tags $$unique
339
340 GTAGS:
341         here=`$(am__cd) $(top_builddir) && pwd` \
342           && cd $(top_srcdir) \
343           && gtags -i $(GTAGS_ARGS) $$here
344
345 distclean-tags:
346         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
347
348 distdir: $(DISTFILES)
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 \
361           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
362           if test -d $$d/$$file; then \
363             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
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
374 check-am: all-am
375 check: check-am
376 all-am: Makefile $(LTLIBRARIES)
377 installdirs:
378         for dir in "$(DESTDIR)$(libdir)"; do \
379           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
380         done
381 install: install-am
382 install-exec: install-exec-am
383 install-data: install-data-am
384 uninstall: uninstall-am
385
386 install-am: all-am
387         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
388
389 installcheck: installcheck-am
390 install-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
395 mostlyclean-generic:
396
397 clean-generic:
398
399 distclean-generic:
400         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
401
402 maintainer-clean-generic:
403         @echo "This command is intended for maintainers to use"
404         @echo "it deletes files that may require special tools to rebuild."
405 clean: clean-am
406
407 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
408         mostlyclean-am
409
410 distclean: distclean-am
411         -rm -rf ./$(DEPDIR)
412         -rm -f Makefile
413 distclean-am: clean-am distclean-compile distclean-generic \
414         distclean-tags
415
416 dvi: dvi-am
417
418 dvi-am:
419
420 html: html-am
421
422 info: info-am
423
424 info-am:
425
426 install-data-am:
427
428 install-dvi: install-dvi-am
429
430 install-exec-am: install-libLTLIBRARIES
431
432 install-html: install-html-am
433
434 install-info: install-info-am
435
436 install-man:
437
438 install-pdf: install-pdf-am
439
440 install-ps: install-ps-am
441
442 installcheck-am:
443
444 maintainer-clean: maintainer-clean-am
445         -rm -rf ./$(DEPDIR)
446         -rm -f Makefile
447 maintainer-clean-am: distclean-am maintainer-clean-generic
448
449 mostlyclean: mostlyclean-am
450
451 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
452         mostlyclean-libtool
453
454 pdf: pdf-am
455
456 pdf-am:
457
458 ps: ps-am
459
460 ps-am:
461
462 uninstall-am: uninstall-libLTLIBRARIES
463
464 .MAKE: install-am install-strip
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 \
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 \
475         installcheck-am installdirs maintainer-clean \
476         maintainer-clean-generic mostlyclean mostlyclean-compile \
477         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
478         tags uninstall uninstall-am uninstall-libLTLIBRARIES
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.077176 seconds and 5 git commands to generate.