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