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