]> andersk Git - libyaml.git/blob - src/Makefile.in
Imported Upstream version 0.1.7
[libyaml.git] / src / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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
17 VPATH = @srcdir@
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 am__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
61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63 pkgdatadir = $(datadir)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65 pkglibdir = $(libdir)/@PACKAGE@
66 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68 install_sh_DATA = $(install_sh) -c -m 644
69 install_sh_PROGRAM = $(install_sh) -c
70 install_sh_SCRIPT = $(install_sh) -c
71 INSTALL_HEADER = $(INSTALL_DATA)
72 transform = $(program_transform_name)
73 NORMAL_INSTALL = :
74 PRE_INSTALL = :
75 POST_INSTALL = :
76 NORMAL_UNINSTALL = :
77 PRE_UNINSTALL = :
78 POST_UNINSTALL = :
79 build_triplet = @build@
80 host_triplet = @host@
81 subdir = src
82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83         $(top_srcdir)/config/depcomp
84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
86 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87         $(ACLOCAL_M4)
88 mkinstalldirs = $(install_sh) -d
89 CONFIG_HEADER = $(top_builddir)/config.h
90 CONFIG_CLEAN_FILES =
91 CONFIG_CLEAN_VPATH_FILES =
92 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
93 am__vpath_adj = case $$p in \
94     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
95     *) f=$$p;; \
96   esac;
97 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
98 am__install_max = 40
99 am__nobase_strip_setup = \
100   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
101 am__nobase_strip = \
102   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
103 am__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] }'
110 am__base_list = \
111   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
112   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
113 am__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   }
119 am__installdirs = "$(DESTDIR)$(libdir)"
120 LTLIBRARIES = $(lib_LTLIBRARIES)
121 libyaml_la_LIBADD =
122 am_libyaml_la_OBJECTS = api.lo reader.lo scanner.lo parser.lo \
123         loader.lo writer.lo emitter.lo dumper.lo
124 libyaml_la_OBJECTS = $(am_libyaml_la_OBJECTS)
125 AM_V_lt = $(am__v_lt_@AM_V@)
126 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
127 am__v_lt_0 = --silent
128 am__v_lt_1 = 
129 libyaml_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
130         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
131         $(libyaml_la_LDFLAGS) $(LDFLAGS) -o $@
132 AM_V_P = $(am__v_P_@AM_V@)
133 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
134 am__v_P_0 = false
135 am__v_P_1 = :
136 AM_V_GEN = $(am__v_GEN_@AM_V@)
137 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
138 am__v_GEN_0 = @echo "  GEN     " $@;
139 am__v_GEN_1 = 
140 AM_V_at = $(am__v_at_@AM_V@)
141 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
142 am__v_at_0 = @
143 am__v_at_1 = 
144 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
145 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
146 am__depfiles_maybe = depfiles
147 am__mv = mv -f
148 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
149         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
150 LTCOMPILE = $(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)
154 AM_V_CC = $(am__v_CC_@AM_V@)
155 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
156 am__v_CC_0 = @echo "  CC      " $@;
157 am__v_CC_1 = 
158 CCLD = $(CC)
159 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
160         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
161         $(AM_LDFLAGS) $(LDFLAGS) -o $@
162 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
163 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
164 am__v_CCLD_0 = @echo "  CCLD    " $@;
165 am__v_CCLD_1 = 
166 SOURCES = $(libyaml_la_SOURCES)
167 DIST_SOURCES = $(libyaml_la_SOURCES)
168 am__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
173 am__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.
177 am__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.
185 am__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)`
190 ETAGS = etags
191 CTAGS = ctags
192 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
193 ACLOCAL = @ACLOCAL@
194 AMTAR = @AMTAR@
195 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
196 AR = @AR@
197 AUTOCONF = @AUTOCONF@
198 AUTOHEADER = @AUTOHEADER@
199 AUTOMAKE = @AUTOMAKE@
200 AWK = @AWK@
201 CC = @CC@
202 CCDEPMODE = @CCDEPMODE@
203 CFLAGS = @CFLAGS@
204 CPP = @CPP@
205 CPPFLAGS = @CPPFLAGS@
206 CYGPATH_W = @CYGPATH_W@
207 DEFS = @DEFS@
208 DEPDIR = @DEPDIR@
209 DLLTOOL = @DLLTOOL@
210 DOXYGEN = @DOXYGEN@
211 DSYMUTIL = @DSYMUTIL@
212 DUMPBIN = @DUMPBIN@
213 ECHO_C = @ECHO_C@
214 ECHO_N = @ECHO_N@
215 ECHO_T = @ECHO_T@
216 EGREP = @EGREP@
217 EXEEXT = @EXEEXT@
218 FGREP = @FGREP@
219 GREP = @GREP@
220 INSTALL = @INSTALL@
221 INSTALL_DATA = @INSTALL_DATA@
222 INSTALL_PROGRAM = @INSTALL_PROGRAM@
223 INSTALL_SCRIPT = @INSTALL_SCRIPT@
224 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
225 LD = @LD@
226 LDFLAGS = @LDFLAGS@
227 LIBOBJS = @LIBOBJS@
228 LIBS = @LIBS@
229 LIBTOOL = @LIBTOOL@
230 LIPO = @LIPO@
231 LN_S = @LN_S@
232 LTLIBOBJS = @LTLIBOBJS@
233 MAKEINFO = @MAKEINFO@
234 MANIFEST_TOOL = @MANIFEST_TOOL@
235 MKDIR_P = @MKDIR_P@
236 NM = @NM@
237 NMEDIT = @NMEDIT@
238 OBJDUMP = @OBJDUMP@
239 OBJEXT = @OBJEXT@
240 OTOOL = @OTOOL@
241 OTOOL64 = @OTOOL64@
242 PACKAGE = @PACKAGE@
243 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
244 PACKAGE_NAME = @PACKAGE_NAME@
245 PACKAGE_STRING = @PACKAGE_STRING@
246 PACKAGE_TARNAME = @PACKAGE_TARNAME@
247 PACKAGE_URL = @PACKAGE_URL@
248 PACKAGE_VERSION = @PACKAGE_VERSION@
249 PATH_SEPARATOR = @PATH_SEPARATOR@
250 RANLIB = @RANLIB@
251 SED = @SED@
252 SET_MAKE = @SET_MAKE@
253 SHELL = @SHELL@
254 STRIP = @STRIP@
255 VERSION = @VERSION@
256 YAML_LT_AGE = @YAML_LT_AGE@
257 YAML_LT_CURRENT = @YAML_LT_CURRENT@
258 YAML_LT_RELEASE = @YAML_LT_RELEASE@
259 YAML_LT_REVISION = @YAML_LT_REVISION@
260 abs_builddir = @abs_builddir@
261 abs_srcdir = @abs_srcdir@
262 abs_top_builddir = @abs_top_builddir@
263 abs_top_srcdir = @abs_top_srcdir@
264 ac_ct_AR = @ac_ct_AR@
265 ac_ct_CC = @ac_ct_CC@
266 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
267 am__include = @am__include@
268 am__leading_dot = @am__leading_dot@
269 am__quote = @am__quote@
270 am__tar = @am__tar@
271 am__untar = @am__untar@
272 bindir = @bindir@
273 build = @build@
274 build_alias = @build_alias@
275 build_cpu = @build_cpu@
276 build_os = @build_os@
277 build_vendor = @build_vendor@
278 builddir = @builddir@
279 datadir = @datadir@
280 datarootdir = @datarootdir@
281 docdir = @docdir@
282 dvidir = @dvidir@
283 exec_prefix = @exec_prefix@
284 host = @host@
285 host_alias = @host_alias@
286 host_cpu = @host_cpu@
287 host_os = @host_os@
288 host_vendor = @host_vendor@
289 htmldir = @htmldir@
290 includedir = @includedir@
291 infodir = @infodir@
292 install_sh = @install_sh@
293 libdir = @libdir@
294 libexecdir = @libexecdir@
295 localedir = @localedir@
296 localstatedir = @localstatedir@
297 mandir = @mandir@
298 mkdir_p = @mkdir_p@
299 oldincludedir = @oldincludedir@
300 pdfdir = @pdfdir@
301 prefix = @prefix@
302 program_transform_name = @program_transform_name@
303 psdir = @psdir@
304 sbindir = @sbindir@
305 sharedstatedir = @sharedstatedir@
306 srcdir = @srcdir@
307 sysconfdir = @sysconfdir@
308 target_alias = @target_alias@
309 top_build_prefix = @top_build_prefix@
310 top_builddir = @top_builddir@
311 top_srcdir = @top_srcdir@
312 AM_CPPFLAGS = -I$(top_srcdir)/include
313 lib_LTLIBRARIES = libyaml.la
314 libyaml_la_SOURCES = yaml_private.h api.c reader.c scanner.c parser.c loader.c writer.c emitter.c dumper.c
315 libyaml_la_LDFLAGS = -release $(YAML_LT_RELEASE) -version-info $(YAML_LT_CURRENT):$(YAML_LT_REVISION):$(YAML_LT_AGE)
316 all: 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*) \
324               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
325                 && { if test -f $@; then exit 0; else break; fi; }; \
326               exit 1;; \
327           esac; \
328         done; \
329         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
330         $(am__cd) $(top_srcdir) && \
331           $(AUTOMAKE) --foreign src/Makefile
332 .PRECIOUS: Makefile
333 Makefile: $(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
349 $(am__aclocal_m4_deps):
350
351 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
352         @$(NORMAL_INSTALL)
353         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
354         list2=; for p in $$list; do \
355           if test -f $$p; then \
356             list2="$$list2 $$p"; \
357           else :; fi; \
358         done; \
359         test -z "$$list2" || { \
360           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
361           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
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         }
365
366 uninstall-libLTLIBRARIES:
367         @$(NORMAL_UNINSTALL)
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"; \
373         done
374
375 clean-libLTLIBRARIES:
376         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
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
386 libyaml.la: $(libyaml_la_OBJECTS) $(libyaml_la_DEPENDENCIES) $(EXTRA_libyaml_la_DEPENDENCIES) 
387         $(AM_V_CCLD)$(libyaml_la_LINK) -rpath $(libdir) $(libyaml_la_OBJECTS) $(libyaml_la_LIBADD) $(LIBS)
388
389 mostlyclean-compile:
390         -rm -f *.$(OBJEXT)
391
392 distclean-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:
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@
408 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
410
411 .c.obj:
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@
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
417
418 .c.lo:
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@
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
424
425 mostlyclean-libtool:
426         -rm -f *.lo
427
428 clean-libtool:
429         -rm -rf .libs _libs
430
431 ID: $(am__tagged_files)
432         $(am__define_uniq_tagged_files); mkid -fID $$unique
433 tags: tags-am
434 TAGS: tags
435
436 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
437         set x; \
438         here=`pwd`; \
439         $(am__define_uniq_tagged_files); \
440         shift; \
441         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
442           test -n "$$unique" || unique=$$empty_fix; \
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; \
450         fi
451 ctags: ctags-am
452
453 CTAGS: ctags
454 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
455         $(am__define_uniq_tagged_files); \
456         test -z "$(CTAGS_ARGS)$$unique" \
457           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
458              $$unique
459
460 GTAGS:
461         here=`$(am__cd) $(top_builddir) && pwd` \
462           && $(am__cd) $(top_srcdir) \
463           && gtags -i $(GTAGS_ARGS) "$$here"
464 cscopelist: cscopelist-am
465
466 cscopelist-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
479
480 distclean-tags:
481         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
482
483 distdir: $(DISTFILES)
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 \
496           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
497           if test -d $$d/$$file; then \
498             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
499             if test -d "$(distdir)/$$file"; then \
500               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
501             fi; \
502             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
503               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
504               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
505             fi; \
506             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
507           else \
508             test -f "$(distdir)/$$file" \
509             || cp -p $$d/$$file "$(distdir)/$$file" \
510             || exit 1; \
511           fi; \
512         done
513 check-am: all-am
514 check: check-am
515 all-am: Makefile $(LTLIBRARIES)
516 installdirs:
517         for dir in "$(DESTDIR)$(libdir)"; do \
518           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
519         done
520 install: install-am
521 install-exec: install-exec-am
522 install-data: install-data-am
523 uninstall: uninstall-am
524
525 install-am: all-am
526         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
527
528 installcheck: installcheck-am
529 install-strip:
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
539 mostlyclean-generic:
540
541 clean-generic:
542
543 distclean-generic:
544         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
545         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
546
547 maintainer-clean-generic:
548         @echo "This command is intended for maintainers to use"
549         @echo "it deletes files that may require special tools to rebuild."
550 clean: clean-am
551
552 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
553         mostlyclean-am
554
555 distclean: distclean-am
556         -rm -rf ./$(DEPDIR)
557         -rm -f Makefile
558 distclean-am: clean-am distclean-compile distclean-generic \
559         distclean-tags
560
561 dvi: dvi-am
562
563 dvi-am:
564
565 html: html-am
566
567 html-am:
568
569 info: info-am
570
571 info-am:
572
573 install-data-am:
574
575 install-dvi: install-dvi-am
576
577 install-dvi-am:
578
579 install-exec-am: install-libLTLIBRARIES
580
581 install-html: install-html-am
582
583 install-html-am:
584
585 install-info: install-info-am
586
587 install-info-am:
588
589 install-man:
590
591 install-pdf: install-pdf-am
592
593 install-pdf-am:
594
595 install-ps: install-ps-am
596
597 install-ps-am:
598
599 installcheck-am:
600
601 maintainer-clean: maintainer-clean-am
602         -rm -rf ./$(DEPDIR)
603         -rm -f Makefile
604 maintainer-clean-am: distclean-am maintainer-clean-generic
605
606 mostlyclean: mostlyclean-am
607
608 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
609         mostlyclean-libtool
610
611 pdf: pdf-am
612
613 pdf-am:
614
615 ps: ps-am
616
617 ps-am:
618
619 uninstall-am: uninstall-libLTLIBRARIES
620
621 .MAKE: install-am install-strip
622
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 \
633         maintainer-clean-generic mostlyclean mostlyclean-compile \
634         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
635         tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
636
637
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.079655 seconds and 5 git commands to generate.