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