]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/libyaml/src/Makefile.in
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / libyaml / src / Makefile.in
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
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = src
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42         $(ACLOCAL_M4)
43 mkinstalldirs = $(install_sh) -d
44 CONFIG_HEADER = $(top_builddir)/config.h
45 CONFIG_CLEAN_FILES =
46 CONFIG_CLEAN_VPATH_FILES =
47 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48 am__vpath_adj = case $$p in \
49     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50     *) f=$$p;; \
51   esac;
52 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
53 am__install_max = 40
54 am__nobase_strip_setup = \
55   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
56 am__nobase_strip = \
57   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
58 am__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] }'
65 am__base_list = \
66   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
67   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
68 am__installdirs = "$(DESTDIR)$(libdir)"
69 LTLIBRARIES = $(lib_LTLIBRARIES)
70 libyaml_la_LIBADD =
71 am_libyaml_la_OBJECTS = api.lo reader.lo scanner.lo parser.lo \
72         loader.lo writer.lo emitter.lo dumper.lo
73 libyaml_la_OBJECTS = $(am_libyaml_la_OBJECTS)
74 libyaml_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
75         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
76         $(libyaml_la_LDFLAGS) $(LDFLAGS) -o $@
77 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
78 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
79 am__depfiles_maybe = depfiles
80 am__mv = mv -f
81 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
84         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
85         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86 CCLD = $(CC)
87 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
89         $(LDFLAGS) -o $@
90 SOURCES = $(libyaml_la_SOURCES)
91 DIST_SOURCES = $(libyaml_la_SOURCES)
92 ETAGS = etags
93 CTAGS = ctags
94 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95 ACLOCAL = @ACLOCAL@
96 AMTAR = @AMTAR@
97 AR = @AR@
98 AUTOCONF = @AUTOCONF@
99 AUTOHEADER = @AUTOHEADER@
100 AUTOMAKE = @AUTOMAKE@
101 AWK = @AWK@
102 CC = @CC@
103 CCDEPMODE = @CCDEPMODE@
104 CFLAGS = @CFLAGS@
105 CPP = @CPP@
106 CPPFLAGS = @CPPFLAGS@
107 CYGPATH_W = @CYGPATH_W@
108 DEFS = @DEFS@
109 DEPDIR = @DEPDIR@
110 DOXYGEN = @DOXYGEN@
111 DSYMUTIL = @DSYMUTIL@
112 DUMPBIN = @DUMPBIN@
113 ECHO_C = @ECHO_C@
114 ECHO_N = @ECHO_N@
115 ECHO_T = @ECHO_T@
116 EGREP = @EGREP@
117 EXEEXT = @EXEEXT@
118 FGREP = @FGREP@
119 GREP = @GREP@
120 INSTALL = @INSTALL@
121 INSTALL_DATA = @INSTALL_DATA@
122 INSTALL_PROGRAM = @INSTALL_PROGRAM@
123 INSTALL_SCRIPT = @INSTALL_SCRIPT@
124 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
125 LD = @LD@
126 LDFLAGS = @LDFLAGS@
127 LIBOBJS = @LIBOBJS@
128 LIBS = @LIBS@
129 LIBTOOL = @LIBTOOL@
130 LIPO = @LIPO@
131 LN_S = @LN_S@
132 LTLIBOBJS = @LTLIBOBJS@
133 MAKEINFO = @MAKEINFO@
134 MKDIR_P = @MKDIR_P@
135 NM = @NM@
136 NMEDIT = @NMEDIT@
137 OBJDUMP = @OBJDUMP@
138 OBJEXT = @OBJEXT@
139 OTOOL = @OTOOL@
140 OTOOL64 = @OTOOL64@
141 PACKAGE = @PACKAGE@
142 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
143 PACKAGE_NAME = @PACKAGE_NAME@
144 PACKAGE_STRING = @PACKAGE_STRING@
145 PACKAGE_TARNAME = @PACKAGE_TARNAME@
146 PACKAGE_URL = @PACKAGE_URL@
147 PACKAGE_VERSION = @PACKAGE_VERSION@
148 PATH_SEPARATOR = @PATH_SEPARATOR@
149 RANLIB = @RANLIB@
150 SED = @SED@
151 SET_MAKE = @SET_MAKE@
152 SHELL = @SHELL@
153 STRIP = @STRIP@
154 VERSION = @VERSION@
155 YAML_LT_AGE = @YAML_LT_AGE@
156 YAML_LT_CURRENT = @YAML_LT_CURRENT@
157 YAML_LT_RELEASE = @YAML_LT_RELEASE@
158 YAML_LT_REVISION = @YAML_LT_REVISION@
159 abs_builddir = @abs_builddir@
160 abs_srcdir = @abs_srcdir@
161 abs_top_builddir = @abs_top_builddir@
162 abs_top_srcdir = @abs_top_srcdir@
163 ac_ct_CC = @ac_ct_CC@
164 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
165 am__include = @am__include@
166 am__leading_dot = @am__leading_dot@
167 am__quote = @am__quote@
168 am__tar = @am__tar@
169 am__untar = @am__untar@
170 bindir = @bindir@
171 build = @build@
172 build_alias = @build_alias@
173 build_cpu = @build_cpu@
174 build_os = @build_os@
175 build_vendor = @build_vendor@
176 builddir = @builddir@
177 datadir = @datadir@
178 datarootdir = @datarootdir@
179 docdir = @docdir@
180 dvidir = @dvidir@
181 exec_prefix = @exec_prefix@
182 host = @host@
183 host_alias = @host_alias@
184 host_cpu = @host_cpu@
185 host_os = @host_os@
186 host_vendor = @host_vendor@
187 htmldir = @htmldir@
188 includedir = @includedir@
189 infodir = @infodir@
190 install_sh = @install_sh@
191 libdir = @libdir@
192 libexecdir = @libexecdir@
193 localedir = @localedir@
194 localstatedir = @localstatedir@
195 lt_ECHO = @lt_ECHO@
196 mandir = @mandir@
197 mkdir_p = @mkdir_p@
198 oldincludedir = @oldincludedir@
199 pdfdir = @pdfdir@
200 prefix = @prefix@
201 program_transform_name = @program_transform_name@
202 psdir = @psdir@
203 sbindir = @sbindir@
204 sharedstatedir = @sharedstatedir@
205 srcdir = @srcdir@
206 sysconfdir = @sysconfdir@
207 target_alias = @target_alias@
208 top_build_prefix = @top_build_prefix@
209 top_builddir = @top_builddir@
210 top_srcdir = @top_srcdir@
211 AM_CPPFLAGS = -I$(top_srcdir)/include
212 lib_LTLIBRARIES = libyaml.la
213 libyaml_la_SOURCES = yaml_private.h api.c reader.c scanner.c parser.c loader.c writer.c emitter.c dumper.c
214 libyaml_la_LDFLAGS = -release $(YAML_LT_RELEASE) -version-info $(YAML_LT_CURRENT):$(YAML_LT_REVISION):$(YAML_LT_AGE)
215 all: 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
232 Makefile: $(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):
249 install-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
263 uninstall-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
272 clean-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
280 libyaml.la: $(libyaml_la_OBJECTS) $(libyaml_la_DEPENDENCIES) 
281         $(libyaml_la_LINK) -rpath $(libdir) $(libyaml_la_OBJECTS) $(libyaml_la_LIBADD) $(LIBS)
282
283 mostlyclean-compile:
284         -rm -f *.$(OBJEXT)
285
286 distclean-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
319 mostlyclean-libtool:
320         -rm -f *.lo
321
322 clean-libtool:
323         -rm -rf .libs _libs
324
325 ID: $(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
333 tags: TAGS
334
335 TAGS:  $(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
356 ctags: CTAGS
357 CTAGS:  $(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
369 GTAGS:
370         here=`$(am__cd) $(top_builddir) && pwd` \
371           && $(am__cd) $(top_srcdir) \
372           && gtags -i $(GTAGS_ARGS) "$$here"
373
374 distclean-tags:
375         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
376
377 distdir: $(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
407 check-am: all-am
408 check: check-am
409 all-am: Makefile $(LTLIBRARIES)
410 installdirs:
411         for dir in "$(DESTDIR)$(libdir)"; do \
412           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
413         done
414 install: install-am
415 install-exec: install-exec-am
416 install-data: install-data-am
417 uninstall: uninstall-am
418
419 install-am: all-am
420         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
421
422 installcheck: installcheck-am
423 install-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
428 mostlyclean-generic:
429
430 clean-generic:
431
432 distclean-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
436 maintainer-clean-generic:
437         @echo "This command is intended for maintainers to use"
438         @echo "it deletes files that may require special tools to rebuild."
439 clean: clean-am
440
441 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
442         mostlyclean-am
443
444 distclean: distclean-am
445         -rm -rf ./$(DEPDIR)
446         -rm -f Makefile
447 distclean-am: clean-am distclean-compile distclean-generic \
448         distclean-tags
449
450 dvi: dvi-am
451
452 dvi-am:
453
454 html: html-am
455
456 html-am:
457
458 info: info-am
459
460 info-am:
461
462 install-data-am:
463
464 install-dvi: install-dvi-am
465
466 install-dvi-am:
467
468 install-exec-am: install-libLTLIBRARIES
469
470 install-html: install-html-am
471
472 install-html-am:
473
474 install-info: install-info-am
475
476 install-info-am:
477
478 install-man:
479
480 install-pdf: install-pdf-am
481
482 install-pdf-am:
483
484 install-ps: install-ps-am
485
486 install-ps-am:
487
488 installcheck-am:
489
490 maintainer-clean: maintainer-clean-am
491         -rm -rf ./$(DEPDIR)
492         -rm -f Makefile
493 maintainer-clean-am: distclean-am maintainer-clean-generic
494
495 mostlyclean: mostlyclean-am
496
497 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
498         mostlyclean-libtool
499
500 pdf: pdf-am
501
502 pdf-am:
503
504 ps: ps-am
505
506 ps-am:
507
508 uninstall-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: