]> andersk Git - libyaml.git/blame - src/Makefile.in
Merge commit 'upstream/0.1.4' into HEAD
[libyaml.git] / src / Makefile.in
CommitLineData
0fbeb4dc 1# Makefile.in generated by automake 1.11.1 from Makefile.am.
b9668ba4
AK
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
0fbeb4dc
AK
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
b9668ba4
AK
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
b9668ba4
AK
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
b9668ba4 20pkgincludedir = $(includedir)/@PACKAGE@
0fbeb4dc
AK
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
b9668ba4 23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
b9668ba4
AK
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 =
0fbeb4dc 46CONFIG_CLEAN_VPATH_FILES =
b9668ba4
AK
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;
0fbeb4dc
AK
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'
b9668ba4 68am__installdirs = "$(DESTDIR)$(libdir)"
b9668ba4
AK
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)
5c706339
AK
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)
b9668ba4
AK
78depcomp = $(SHELL) $(top_srcdir)/config/depcomp
79am__depfiles_maybe = depfiles
0fbeb4dc 80am__mv = mv -f
b9668ba4
AK
81COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
5c706339
AK
83LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
84 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
85 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
b9668ba4 86CCLD = $(CC)
5c706339
AK
87LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
89 $(LDFLAGS) -o $@
b9668ba4
AK
90SOURCES = $(libyaml_la_SOURCES)
91DIST_SOURCES = $(libyaml_la_SOURCES)
92ETAGS = etags
93CTAGS = ctags
94DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95ACLOCAL = @ACLOCAL@
b9668ba4
AK
96AMTAR = @AMTAR@
97AR = @AR@
98AUTOCONF = @AUTOCONF@
99AUTOHEADER = @AUTOHEADER@
100AUTOMAKE = @AUTOMAKE@
101AWK = @AWK@
102CC = @CC@
103CCDEPMODE = @CCDEPMODE@
104CFLAGS = @CFLAGS@
105CPP = @CPP@
106CPPFLAGS = @CPPFLAGS@
b9668ba4
AK
107CYGPATH_W = @CYGPATH_W@
108DEFS = @DEFS@
109DEPDIR = @DEPDIR@
110DOXYGEN = @DOXYGEN@
5c706339
AK
111DSYMUTIL = @DSYMUTIL@
112DUMPBIN = @DUMPBIN@
b9668ba4
AK
113ECHO_C = @ECHO_C@
114ECHO_N = @ECHO_N@
115ECHO_T = @ECHO_T@
116EGREP = @EGREP@
117EXEEXT = @EXEEXT@
5c706339 118FGREP = @FGREP@
b9668ba4 119GREP = @GREP@
5c706339 120INSTALL = @INSTALL@
b9668ba4
AK
121INSTALL_DATA = @INSTALL_DATA@
122INSTALL_PROGRAM = @INSTALL_PROGRAM@
123INSTALL_SCRIPT = @INSTALL_SCRIPT@
124INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
5c706339 125LD = @LD@
b9668ba4
AK
126LDFLAGS = @LDFLAGS@
127LIBOBJS = @LIBOBJS@
128LIBS = @LIBS@
129LIBTOOL = @LIBTOOL@
5c706339 130LIPO = @LIPO@
b9668ba4
AK
131LN_S = @LN_S@
132LTLIBOBJS = @LTLIBOBJS@
133MAKEINFO = @MAKEINFO@
5c706339
AK
134MKDIR_P = @MKDIR_P@
135NM = @NM@
136NMEDIT = @NMEDIT@
47dc80f6 137OBJDUMP = @OBJDUMP@
b9668ba4 138OBJEXT = @OBJEXT@
5c706339
AK
139OTOOL = @OTOOL@
140OTOOL64 = @OTOOL64@
b9668ba4
AK
141PACKAGE = @PACKAGE@
142PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
143PACKAGE_NAME = @PACKAGE_NAME@
144PACKAGE_STRING = @PACKAGE_STRING@
145PACKAGE_TARNAME = @PACKAGE_TARNAME@
0fbeb4dc 146PACKAGE_URL = @PACKAGE_URL@
b9668ba4
AK
147PACKAGE_VERSION = @PACKAGE_VERSION@
148PATH_SEPARATOR = @PATH_SEPARATOR@
149RANLIB = @RANLIB@
5c706339 150SED = @SED@
b9668ba4
AK
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@
5c706339
AK
159abs_builddir = @abs_builddir@
160abs_srcdir = @abs_srcdir@
161abs_top_builddir = @abs_top_builddir@
162abs_top_srcdir = @abs_top_srcdir@
b9668ba4 163ac_ct_CC = @ac_ct_CC@
5c706339 164ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
b9668ba4
AK
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@
5c706339 176builddir = @builddir@
b9668ba4
AK
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@
5c706339 195lt_ECHO = @lt_ECHO@
b9668ba4
AK
196mandir = @mandir@
197mkdir_p = @mkdir_p@
198oldincludedir = @oldincludedir@
199pdfdir = @pdfdir@
200prefix = @prefix@
201program_transform_name = @program_transform_name@
202psdir = @psdir@
203sbindir = @sbindir@
204sharedstatedir = @sharedstatedir@
5c706339 205srcdir = @srcdir@
b9668ba4
AK
206sysconfdir = @sysconfdir@
207target_alias = @target_alias@
47dc80f6 208top_build_prefix = @top_build_prefix@
5c706339
AK
209top_builddir = @top_builddir@
210top_srcdir = @top_srcdir@
b9668ba4
AK
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*) \
47dc80f6
AK
223 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
224 && { if test -f $@; then exit 0; else break; fi; }; \
b9668ba4
AK
225 exit 1;; \
226 esac; \
227 done; \
0fbeb4dc
AK
228 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
229 $(am__cd) $(top_srcdir) && \
230 $(AUTOMAKE) --foreign src/Makefile
b9668ba4
AK
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
0fbeb4dc 248$(am__aclocal_m4_deps):
b9668ba4
AK
249install-libLTLIBRARIES: $(lib_LTLIBRARIES)
250 @$(NORMAL_INSTALL)
5c706339 251 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
0fbeb4dc
AK
252 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
253 list2=; for p in $$list; do \
b9668ba4 254 if test -f $$p; then \
0fbeb4dc 255 list2="$$list2 $$p"; \
b9668ba4 256 else :; fi; \
0fbeb4dc
AK
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 }
b9668ba4
AK
262
263uninstall-libLTLIBRARIES:
264 @$(NORMAL_UNINSTALL)
0fbeb4dc
AK
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"; \
b9668ba4
AK
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)
5c706339 281 $(libyaml_la_LINK) -rpath $(libdir) $(libyaml_la_OBJECTS) $(libyaml_la_LIBADD) $(LIBS)
b9668ba4
AK
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:
5c706339 299@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
0fbeb4dc 300@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
b9668ba4
AK
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:
5c706339 306@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
0fbeb4dc 307@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
b9668ba4
AK
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:
5c706339 313@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
0fbeb4dc 314@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
b9668ba4
AK
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
b9668ba4
AK
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 | \
47dc80f6 330 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5c706339 331 END { if (nonempty) { for (i in files) print i; }; }'`; \
b9668ba4
AK
332 mkid -fID $$unique
333tags: TAGS
334
335TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
336 $(TAGS_FILES) $(LISP)
0fbeb4dc 337 set x; \
b9668ba4
AK
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 | \
5c706339
AK
343 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
344 END { if (nonempty) { for (i in files) print i; }; }'`; \
0fbeb4dc
AK
345 shift; \
346 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
b9668ba4 347 test -n "$$unique" || unique=$$empty_fix; \
0fbeb4dc
AK
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; \
b9668ba4
AK
355 fi
356ctags: CTAGS
357CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
358 $(TAGS_FILES) $(LISP)
b9668ba4
AK
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 | \
5c706339
AK
363 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
364 END { if (nonempty) { for (i in files) print i; }; }'`; \
0fbeb4dc 365 test -z "$(CTAGS_ARGS)$$unique" \
b9668ba4 366 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
0fbeb4dc 367 $$unique
b9668ba4
AK
368
369GTAGS:
370 here=`$(am__cd) $(top_builddir) && pwd` \
0fbeb4dc
AK
371 && $(am__cd) $(top_srcdir) \
372 && gtags -i $(GTAGS_ARGS) "$$here"
b9668ba4
AK
373
374distclean-tags:
375 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
376
377distdir: $(DISTFILES)
5c706339
AK
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 \
b9668ba4 390 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
b9668ba4 391 if test -d $$d/$$file; then \
5c706339 392 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
0fbeb4dc
AK
393 if test -d "$(distdir)/$$file"; then \
394 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
395 fi; \
b9668ba4 396 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
0fbeb4dc
AK
397 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
398 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
b9668ba4 399 fi; \
0fbeb4dc 400 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
b9668ba4 401 else \
0fbeb4dc
AK
402 test -f "$(distdir)/$$file" \
403 || cp -p $$d/$$file "$(distdir)/$$file" \
b9668ba4
AK
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 \
5c706339 412 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
b9668ba4
AK
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)
0fbeb4dc 434 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
b9668ba4
AK
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 \
5c706339 448 distclean-tags
b9668ba4
AK
449
450dvi: dvi-am
451
452dvi-am:
453
454html: html-am
455
0fbeb4dc
AK
456html-am:
457
b9668ba4
AK
458info: info-am
459
460info-am:
461
462install-data-am:
463
5c706339
AK
464install-dvi: install-dvi-am
465
0fbeb4dc
AK
466install-dvi-am:
467
b9668ba4
AK
468install-exec-am: install-libLTLIBRARIES
469
5c706339
AK
470install-html: install-html-am
471
0fbeb4dc
AK
472install-html-am:
473
b9668ba4
AK
474install-info: install-info-am
475
0fbeb4dc
AK
476install-info-am:
477
b9668ba4
AK
478install-man:
479
5c706339
AK
480install-pdf: install-pdf-am
481
0fbeb4dc
AK
482install-pdf-am:
483
5c706339
AK
484install-ps: install-ps-am
485
0fbeb4dc
AK
486install-ps-am:
487
b9668ba4
AK
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
5c706339
AK
508uninstall-am: uninstall-libLTLIBRARIES
509
510.MAKE: install-am install-strip
b9668ba4
AK
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 \
5c706339
AK
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 \
b9668ba4
AK
521 installcheck-am installdirs maintainer-clean \
522 maintainer-clean-generic mostlyclean mostlyclean-compile \
523 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
5c706339 524 tags uninstall uninstall-am uninstall-libLTLIBRARIES
b9668ba4 525
0fbeb4dc 526
b9668ba4
AK
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:
This page took 0.337943 seconds and 5 git commands to generate.