]> andersk Git - libyaml.git/blame - src/Makefile.in
debian: Add libyaml-0-2.symbols file
[libyaml.git] / src / Makefile.in
CommitLineData
0044e680 1# Makefile.in generated by automake 1.14.1 from Makefile.am.
b9668ba4
AK
2# @configure_input@
3
0044e680
AK
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
b9668ba4
AK
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
b9668ba4 17VPATH = @srcdir@
0044e680
AK
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
31 case $$MAKEFLAGS in \
32 *\\[\ \ ]*) \
33 bs=\\; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 esac; \
37 fi; \
38 skip_next=no; \
39 strip_trailopt () \
40 { \
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 }; \
43 for flg in $$sane_makeflags; do \
44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
b9668ba4 63pkgdatadir = $(datadir)/@PACKAGE@
b9668ba4 64pkgincludedir = $(includedir)/@PACKAGE@
0fbeb4dc
AK
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
b9668ba4 67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
b9668ba4
AK
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81subdir = src
0044e680
AK
82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83 $(top_srcdir)/config/depcomp
b9668ba4
AK
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85am__aclocal_m4_deps = $(top_srcdir)/configure.ac
86am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87 $(ACLOCAL_M4)
88mkinstalldirs = $(install_sh) -d
89CONFIG_HEADER = $(top_builddir)/config.h
90CONFIG_CLEAN_FILES =
0fbeb4dc 91CONFIG_CLEAN_VPATH_FILES =
b9668ba4
AK
92am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
93am__vpath_adj = case $$p in \
94 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
95 *) f=$$p;; \
96 esac;
0fbeb4dc
AK
97am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
98am__install_max = 40
99am__nobase_strip_setup = \
100 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
101am__nobase_strip = \
102 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
103am__nobase_list = $(am__nobase_strip_setup); \
104 for p in $$list; do echo "$$p $$p"; done | \
105 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
106 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
107 if (++n[$$2] == $(am__install_max)) \
108 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
109 END { for (dir in files) print dir, files[dir] }'
110am__base_list = \
111 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
112 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
059850b5
AK
113am__uninstall_files_from_dir = { \
114 test -z "$$files" \
115 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
116 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
117 $(am__cd) "$$dir" && rm -f $$files; }; \
118 }
b9668ba4 119am__installdirs = "$(DESTDIR)$(libdir)"
b9668ba4
AK
120LTLIBRARIES = $(lib_LTLIBRARIES)
121libyaml_la_LIBADD =
122am_libyaml_la_OBJECTS = api.lo reader.lo scanner.lo parser.lo \
123 loader.lo writer.lo emitter.lo dumper.lo
124libyaml_la_OBJECTS = $(am_libyaml_la_OBJECTS)
0044e680
AK
125AM_V_lt = $(am__v_lt_@AM_V@)
126am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
127am__v_lt_0 = --silent
128am__v_lt_1 =
129libyaml_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
5c706339
AK
130 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
131 $(libyaml_la_LDFLAGS) $(LDFLAGS) -o $@
0044e680
AK
132AM_V_P = $(am__v_P_@AM_V@)
133am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
134am__v_P_0 = false
135am__v_P_1 = :
136AM_V_GEN = $(am__v_GEN_@AM_V@)
137am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
138am__v_GEN_0 = @echo " GEN " $@;
139am__v_GEN_1 =
140AM_V_at = $(am__v_at_@AM_V@)
141am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
142am__v_at_0 = @
143am__v_at_1 =
5c706339 144DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
b9668ba4
AK
145depcomp = $(SHELL) $(top_srcdir)/config/depcomp
146am__depfiles_maybe = depfiles
0fbeb4dc 147am__mv = mv -f
b9668ba4
AK
148COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
149 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
0044e680
AK
150LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
151 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
152 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
153 $(AM_CFLAGS) $(CFLAGS)
154AM_V_CC = $(am__v_CC_@AM_V@)
155am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
156am__v_CC_0 = @echo " CC " $@;
157am__v_CC_1 =
b9668ba4 158CCLD = $(CC)
0044e680
AK
159LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
160 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
161 $(AM_LDFLAGS) $(LDFLAGS) -o $@
162AM_V_CCLD = $(am__v_CCLD_@AM_V@)
163am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
164am__v_CCLD_0 = @echo " CCLD " $@;
165am__v_CCLD_1 =
b9668ba4
AK
166SOURCES = $(libyaml_la_SOURCES)
167DIST_SOURCES = $(libyaml_la_SOURCES)
0044e680
AK
168am__can_run_installinfo = \
169 case $$AM_UPDATE_INFO_DIR in \
170 n|no|NO) false;; \
171 *) (install-info --version) >/dev/null 2>&1;; \
172 esac
173am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
174# Read a list of newline-separated strings from the standard input,
175# and print each of them once, without duplicates. Input order is
176# *not* preserved.
177am__uniquify_input = $(AWK) '\
178 BEGIN { nonempty = 0; } \
179 { items[$$0] = 1; nonempty = 1; } \
180 END { if (nonempty) { for (i in items) print i; }; } \
181'
182# Make sure the list of sources is unique. This is necessary because,
183# e.g., the same source file might be shared among _SOURCES variables
184# for different programs/libraries.
185am__define_uniq_tagged_files = \
186 list='$(am__tagged_files)'; \
187 unique=`for i in $$list; do \
188 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
189 done | $(am__uniquify_input)`
b9668ba4
AK
190ETAGS = etags
191CTAGS = ctags
192DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
193ACLOCAL = @ACLOCAL@
b9668ba4 194AMTAR = @AMTAR@
0044e680 195AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
b9668ba4
AK
196AR = @AR@
197AUTOCONF = @AUTOCONF@
198AUTOHEADER = @AUTOHEADER@
199AUTOMAKE = @AUTOMAKE@
200AWK = @AWK@
201CC = @CC@
202CCDEPMODE = @CCDEPMODE@
203CFLAGS = @CFLAGS@
204CPP = @CPP@
205CPPFLAGS = @CPPFLAGS@
b9668ba4
AK
206CYGPATH_W = @CYGPATH_W@
207DEFS = @DEFS@
208DEPDIR = @DEPDIR@
059850b5 209DLLTOOL = @DLLTOOL@
b9668ba4 210DOXYGEN = @DOXYGEN@
5c706339
AK
211DSYMUTIL = @DSYMUTIL@
212DUMPBIN = @DUMPBIN@
b9668ba4
AK
213ECHO_C = @ECHO_C@
214ECHO_N = @ECHO_N@
215ECHO_T = @ECHO_T@
216EGREP = @EGREP@
217EXEEXT = @EXEEXT@
5c706339 218FGREP = @FGREP@
b9668ba4 219GREP = @GREP@
5c706339 220INSTALL = @INSTALL@
b9668ba4
AK
221INSTALL_DATA = @INSTALL_DATA@
222INSTALL_PROGRAM = @INSTALL_PROGRAM@
223INSTALL_SCRIPT = @INSTALL_SCRIPT@
224INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
5c706339 225LD = @LD@
b9668ba4
AK
226LDFLAGS = @LDFLAGS@
227LIBOBJS = @LIBOBJS@
228LIBS = @LIBS@
229LIBTOOL = @LIBTOOL@
5c706339 230LIPO = @LIPO@
b9668ba4
AK
231LN_S = @LN_S@
232LTLIBOBJS = @LTLIBOBJS@
233MAKEINFO = @MAKEINFO@
059850b5 234MANIFEST_TOOL = @MANIFEST_TOOL@
5c706339
AK
235MKDIR_P = @MKDIR_P@
236NM = @NM@
237NMEDIT = @NMEDIT@
47dc80f6 238OBJDUMP = @OBJDUMP@
b9668ba4 239OBJEXT = @OBJEXT@
5c706339
AK
240OTOOL = @OTOOL@
241OTOOL64 = @OTOOL64@
b9668ba4
AK
242PACKAGE = @PACKAGE@
243PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
244PACKAGE_NAME = @PACKAGE_NAME@
245PACKAGE_STRING = @PACKAGE_STRING@
246PACKAGE_TARNAME = @PACKAGE_TARNAME@
0fbeb4dc 247PACKAGE_URL = @PACKAGE_URL@
b9668ba4
AK
248PACKAGE_VERSION = @PACKAGE_VERSION@
249PATH_SEPARATOR = @PATH_SEPARATOR@
250RANLIB = @RANLIB@
5c706339 251SED = @SED@
b9668ba4
AK
252SET_MAKE = @SET_MAKE@
253SHELL = @SHELL@
254STRIP = @STRIP@
255VERSION = @VERSION@
256YAML_LT_AGE = @YAML_LT_AGE@
257YAML_LT_CURRENT = @YAML_LT_CURRENT@
258YAML_LT_RELEASE = @YAML_LT_RELEASE@
259YAML_LT_REVISION = @YAML_LT_REVISION@
5c706339
AK
260abs_builddir = @abs_builddir@
261abs_srcdir = @abs_srcdir@
262abs_top_builddir = @abs_top_builddir@
263abs_top_srcdir = @abs_top_srcdir@
059850b5 264ac_ct_AR = @ac_ct_AR@
b9668ba4 265ac_ct_CC = @ac_ct_CC@
5c706339 266ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
b9668ba4
AK
267am__include = @am__include@
268am__leading_dot = @am__leading_dot@
269am__quote = @am__quote@
270am__tar = @am__tar@
271am__untar = @am__untar@
272bindir = @bindir@
273build = @build@
274build_alias = @build_alias@
275build_cpu = @build_cpu@
276build_os = @build_os@
277build_vendor = @build_vendor@
5c706339 278builddir = @builddir@
b9668ba4
AK
279datadir = @datadir@
280datarootdir = @datarootdir@
281docdir = @docdir@
282dvidir = @dvidir@
283exec_prefix = @exec_prefix@
284host = @host@
285host_alias = @host_alias@
286host_cpu = @host_cpu@
287host_os = @host_os@
288host_vendor = @host_vendor@
289htmldir = @htmldir@
290includedir = @includedir@
291infodir = @infodir@
292install_sh = @install_sh@
293libdir = @libdir@
294libexecdir = @libexecdir@
295localedir = @localedir@
296localstatedir = @localstatedir@
297mandir = @mandir@
298mkdir_p = @mkdir_p@
299oldincludedir = @oldincludedir@
300pdfdir = @pdfdir@
301prefix = @prefix@
302program_transform_name = @program_transform_name@
303psdir = @psdir@
304sbindir = @sbindir@
305sharedstatedir = @sharedstatedir@
5c706339 306srcdir = @srcdir@
b9668ba4
AK
307sysconfdir = @sysconfdir@
308target_alias = @target_alias@
47dc80f6 309top_build_prefix = @top_build_prefix@
5c706339
AK
310top_builddir = @top_builddir@
311top_srcdir = @top_srcdir@
b9668ba4
AK
312AM_CPPFLAGS = -I$(top_srcdir)/include
313lib_LTLIBRARIES = libyaml.la
314libyaml_la_SOURCES = yaml_private.h api.c reader.c scanner.c parser.c loader.c writer.c emitter.c dumper.c
315libyaml_la_LDFLAGS = -release $(YAML_LT_RELEASE) -version-info $(YAML_LT_CURRENT):$(YAML_LT_REVISION):$(YAML_LT_AGE)
316all: all-am
317
318.SUFFIXES:
319.SUFFIXES: .c .lo .o .obj
320$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
321 @for dep in $?; do \
322 case '$(am__configure_deps)' in \
323 *$$dep*) \
47dc80f6
AK
324 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
325 && { if test -f $@; then exit 0; else break; fi; }; \
b9668ba4
AK
326 exit 1;; \
327 esac; \
328 done; \
0fbeb4dc
AK
329 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
330 $(am__cd) $(top_srcdir) && \
331 $(AUTOMAKE) --foreign src/Makefile
b9668ba4
AK
332.PRECIOUS: Makefile
333Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
334 @case '$?' in \
335 *config.status*) \
336 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
337 *) \
338 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
339 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
340 esac;
341
342$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
343 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
344
345$(top_srcdir)/configure: $(am__configure_deps)
346 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347$(ACLOCAL_M4): $(am__aclocal_m4_deps)
348 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
0fbeb4dc 349$(am__aclocal_m4_deps):
0044e680 350
b9668ba4
AK
351install-libLTLIBRARIES: $(lib_LTLIBRARIES)
352 @$(NORMAL_INSTALL)
0fbeb4dc
AK
353 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
354 list2=; for p in $$list; do \
b9668ba4 355 if test -f $$p; then \
0fbeb4dc 356 list2="$$list2 $$p"; \
b9668ba4 357 else :; fi; \
0fbeb4dc
AK
358 done; \
359 test -z "$$list2" || { \
0044e680
AK
360 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
361 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
0fbeb4dc
AK
362 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
363 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
364 }
b9668ba4
AK
365
366uninstall-libLTLIBRARIES:
367 @$(NORMAL_UNINSTALL)
0fbeb4dc
AK
368 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
369 for p in $$list; do \
370 $(am__strip_dir) \
371 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
372 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
b9668ba4
AK
373 done
374
375clean-libLTLIBRARIES:
376 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
0044e680
AK
377 @list='$(lib_LTLIBRARIES)'; \
378 locs=`for p in $$list; do echo $$p; done | \
379 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
380 sort -u`; \
381 test -z "$$locs" || { \
382 echo rm -f $${locs}; \
383 rm -f $${locs}; \
384 }
385
059850b5 386libyaml.la: $(libyaml_la_OBJECTS) $(libyaml_la_DEPENDENCIES) $(EXTRA_libyaml_la_DEPENDENCIES)
0044e680 387 $(AM_V_CCLD)$(libyaml_la_LINK) -rpath $(libdir) $(libyaml_la_OBJECTS) $(libyaml_la_LIBADD) $(LIBS)
b9668ba4
AK
388
389mostlyclean-compile:
390 -rm -f *.$(OBJEXT)
391
392distclean-compile:
393 -rm -f *.tab.c
394
395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/api.Plo@am__quote@
396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dumper.Plo@am__quote@
397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emitter.Plo@am__quote@
398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loader.Plo@am__quote@
399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Plo@am__quote@
400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reader.Plo@am__quote@
401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanner.Plo@am__quote@
402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/writer.Plo@am__quote@
403
404.c.o:
0044e680
AK
405@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
406@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
407@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
b9668ba4 408@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
0044e680 409@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
b9668ba4
AK
410
411.c.obj:
0044e680
AK
412@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
413@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
414@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
b9668ba4 415@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
0044e680 416@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
b9668ba4
AK
417
418.c.lo:
0044e680
AK
419@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
420@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
421@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
b9668ba4 422@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
0044e680 423@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
b9668ba4
AK
424
425mostlyclean-libtool:
426 -rm -f *.lo
427
428clean-libtool:
429 -rm -rf .libs _libs
430
0044e680
AK
431ID: $(am__tagged_files)
432 $(am__define_uniq_tagged_files); mkid -fID $$unique
433tags: tags-am
434TAGS: tags
435
436tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
0fbeb4dc 437 set x; \
b9668ba4 438 here=`pwd`; \
0044e680 439 $(am__define_uniq_tagged_files); \
0fbeb4dc
AK
440 shift; \
441 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
b9668ba4 442 test -n "$$unique" || unique=$$empty_fix; \
0fbeb4dc
AK
443 if test $$# -gt 0; then \
444 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445 "$$@" $$unique; \
446 else \
447 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
448 $$unique; \
449 fi; \
b9668ba4 450 fi
0044e680
AK
451ctags: ctags-am
452
453CTAGS: ctags
454ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
455 $(am__define_uniq_tagged_files); \
0fbeb4dc 456 test -z "$(CTAGS_ARGS)$$unique" \
b9668ba4 457 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
0fbeb4dc 458 $$unique
b9668ba4
AK
459
460GTAGS:
461 here=`$(am__cd) $(top_builddir) && pwd` \
0fbeb4dc
AK
462 && $(am__cd) $(top_srcdir) \
463 && gtags -i $(GTAGS_ARGS) "$$here"
0044e680
AK
464cscopelist: cscopelist-am
465
466cscopelist-am: $(am__tagged_files)
467 list='$(am__tagged_files)'; \
468 case "$(srcdir)" in \
469 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
470 *) sdir=$(subdir)/$(srcdir) ;; \
471 esac; \
472 for i in $$list; do \
473 if test -f "$$i"; then \
474 echo "$(subdir)/$$i"; \
475 else \
476 echo "$$sdir/$$i"; \
477 fi; \
478 done >> $(top_builddir)/cscope.files
b9668ba4
AK
479
480distclean-tags:
481 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
482
483distdir: $(DISTFILES)
5c706339
AK
484 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
485 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486 list='$(DISTFILES)'; \
487 dist_files=`for file in $$list; do echo $$file; done | \
488 sed -e "s|^$$srcdirstrip/||;t" \
489 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
490 case $$dist_files in \
491 */*) $(MKDIR_P) `echo "$$dist_files" | \
492 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
493 sort -u` ;; \
494 esac; \
495 for file in $$dist_files; do \
b9668ba4 496 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
b9668ba4 497 if test -d $$d/$$file; then \
5c706339 498 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
0fbeb4dc
AK
499 if test -d "$(distdir)/$$file"; then \
500 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
501 fi; \
b9668ba4 502 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
0fbeb4dc
AK
503 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
504 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
b9668ba4 505 fi; \
0fbeb4dc 506 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
b9668ba4 507 else \
0fbeb4dc
AK
508 test -f "$(distdir)/$$file" \
509 || cp -p $$d/$$file "$(distdir)/$$file" \
b9668ba4
AK
510 || exit 1; \
511 fi; \
512 done
513check-am: all-am
514check: check-am
515all-am: Makefile $(LTLIBRARIES)
516installdirs:
517 for dir in "$(DESTDIR)$(libdir)"; do \
5c706339 518 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
b9668ba4
AK
519 done
520install: install-am
521install-exec: install-exec-am
522install-data: install-data-am
523uninstall: uninstall-am
524
525install-am: all-am
526 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
527
528installcheck: installcheck-am
529install-strip:
059850b5
AK
530 if test -z '$(STRIP)'; then \
531 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
532 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
533 install; \
534 else \
535 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
536 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
537 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
538 fi
b9668ba4
AK
539mostlyclean-generic:
540
541clean-generic:
542
543distclean-generic:
544 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
0fbeb4dc 545 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
b9668ba4
AK
546
547maintainer-clean-generic:
548 @echo "This command is intended for maintainers to use"
549 @echo "it deletes files that may require special tools to rebuild."
550clean: clean-am
551
552clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
553 mostlyclean-am
554
555distclean: distclean-am
556 -rm -rf ./$(DEPDIR)
557 -rm -f Makefile
558distclean-am: clean-am distclean-compile distclean-generic \
5c706339 559 distclean-tags
b9668ba4
AK
560
561dvi: dvi-am
562
563dvi-am:
564
565html: html-am
566
0fbeb4dc
AK
567html-am:
568
b9668ba4
AK
569info: info-am
570
571info-am:
572
573install-data-am:
574
5c706339
AK
575install-dvi: install-dvi-am
576
0fbeb4dc
AK
577install-dvi-am:
578
b9668ba4
AK
579install-exec-am: install-libLTLIBRARIES
580
5c706339
AK
581install-html: install-html-am
582
0fbeb4dc
AK
583install-html-am:
584
b9668ba4
AK
585install-info: install-info-am
586
0fbeb4dc
AK
587install-info-am:
588
b9668ba4
AK
589install-man:
590
5c706339
AK
591install-pdf: install-pdf-am
592
0fbeb4dc
AK
593install-pdf-am:
594
5c706339
AK
595install-ps: install-ps-am
596
0fbeb4dc
AK
597install-ps-am:
598
b9668ba4
AK
599installcheck-am:
600
601maintainer-clean: maintainer-clean-am
602 -rm -rf ./$(DEPDIR)
603 -rm -f Makefile
604maintainer-clean-am: distclean-am maintainer-clean-generic
605
606mostlyclean: mostlyclean-am
607
608mostlyclean-am: mostlyclean-compile mostlyclean-generic \
609 mostlyclean-libtool
610
611pdf: pdf-am
612
613pdf-am:
614
615ps: ps-am
616
617ps-am:
618
5c706339
AK
619uninstall-am: uninstall-libLTLIBRARIES
620
621.MAKE: install-am install-strip
b9668ba4 622
0044e680
AK
623.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
624 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
625 ctags-am distclean distclean-compile distclean-generic \
626 distclean-libtool distclean-tags distdir dvi dvi-am html \
627 html-am info info-am install install-am install-data \
628 install-data-am install-dvi install-dvi-am install-exec \
629 install-exec-am install-html install-html-am install-info \
630 install-info-am install-libLTLIBRARIES install-man install-pdf \
631 install-pdf-am install-ps install-ps-am install-strip \
632 installcheck installcheck-am installdirs maintainer-clean \
b9668ba4
AK
633 maintainer-clean-generic mostlyclean mostlyclean-compile \
634 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
0044e680 635 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
b9668ba4 636
0fbeb4dc 637
b9668ba4
AK
638# Tell versions [3.59,3.63) of GNU make to not export all variables.
639# Otherwise a system limit (for SysV at least) may be exceeded.
640.NOEXPORT:
This page took 0.14115 seconds and 5 git commands to generate.