root/vtcross/branches/wrodgers/src/lib/tinyxml/Makefile.in @ 277

Revision 277, 13.1 KB (checked in by wrodgers, 15 years ago)

Updating SML functionality

Line 
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  Free Software Foundation, Inc.
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
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = ../../..
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25INSTALL = @INSTALL@
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39subdir = src/lib/tinyxml
40DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44        $(ACLOCAL_M4)
45mkinstalldirs = $(install_sh) -d
46CONFIG_HEADER = $(top_builddir)/src/include/vtcross/config.h
47CONFIG_CLEAN_FILES =
48LIBRARIES = $(noinst_LIBRARIES)
49ARFLAGS = cru
50libtinyxml_a_AR = $(AR) $(ARFLAGS)
51libtinyxml_a_LIBADD =
52am_libtinyxml_a_OBJECTS = tinystr.$(OBJEXT) tinyxml.$(OBJEXT) \
53        tinyxmlerror.$(OBJEXT) tinyxmlparser.$(OBJEXT)
54libtinyxml_a_OBJECTS = $(am_libtinyxml_a_OBJECTS)
55DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/include/vtcross
56depcomp = $(SHELL) $(top_srcdir)/depcomp
57am__depfiles_maybe = depfiles
58CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
59        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
60LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
61        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
62        $(AM_CXXFLAGS) $(CXXFLAGS)
63CXXLD = $(CXX)
64CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
65        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
66SOURCES = $(libtinyxml_a_SOURCES)
67DIST_SOURCES = $(libtinyxml_a_SOURCES)
68ETAGS = etags
69CTAGS = ctags
70DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71ACLOCAL = @ACLOCAL@
72AMDEP_FALSE = @AMDEP_FALSE@
73AMDEP_TRUE = @AMDEP_TRUE@
74AMTAR = @AMTAR@
75AR = @AR@
76AUTOCONF = @AUTOCONF@
77AUTOHEADER = @AUTOHEADER@
78AUTOMAKE = @AUTOMAKE@
79AWK = @AWK@
80CC = @CC@
81CCDEPMODE = @CCDEPMODE@
82CFLAGS = @CFLAGS@
83CPP = @CPP@
84CPPFLAGS = @CPPFLAGS@
85CXX = @CXX@
86CXXCPP = @CXXCPP@
87CXXDEPMODE = @CXXDEPMODE@
88CXXFLAGS = @CXXFLAGS@
89CYGPATH_W = @CYGPATH_W@
90DEFS = @DEFS@
91DEPDIR = @DEPDIR@
92DSYMUTIL = @DSYMUTIL@
93ECHO = @ECHO@
94ECHO_C = @ECHO_C@
95ECHO_N = @ECHO_N@
96ECHO_T = @ECHO_T@
97EGREP = @EGREP@
98EXEEXT = @EXEEXT@
99F77 = @F77@
100FFLAGS = @FFLAGS@
101GREP = @GREP@
102INSTALL_DATA = @INSTALL_DATA@
103INSTALL_PROGRAM = @INSTALL_PROGRAM@
104INSTALL_SCRIPT = @INSTALL_SCRIPT@
105INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
106LDFLAGS = @LDFLAGS@
107LIBOBJS = @LIBOBJS@
108LIBS = @LIBS@
109LIBTOOL = @LIBTOOL@
110LN_S = @LN_S@
111LTLIBOBJS = @LTLIBOBJS@
112MAKEINFO = @MAKEINFO@
113NMEDIT = @NMEDIT@
114OBJEXT = @OBJEXT@
115PACKAGE = @PACKAGE@
116PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
117PACKAGE_NAME = @PACKAGE_NAME@
118PACKAGE_STRING = @PACKAGE_STRING@
119PACKAGE_TARNAME = @PACKAGE_TARNAME@
120PACKAGE_VERSION = @PACKAGE_VERSION@
121PATH_SEPARATOR = @PATH_SEPARATOR@
122RANLIB = @RANLIB@
123SED = @SED@
124SET_MAKE = @SET_MAKE@
125SHELL = @SHELL@
126STRIP = @STRIP@
127VERSION = @VERSION@
128ac_ct_CC = @ac_ct_CC@
129ac_ct_CXX = @ac_ct_CXX@
130ac_ct_F77 = @ac_ct_F77@
131am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
132am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
133am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
134am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
135am__include = @am__include@
136am__leading_dot = @am__leading_dot@
137am__quote = @am__quote@
138am__tar = @am__tar@
139am__untar = @am__untar@
140bindir = @bindir@
141build = @build@
142build_alias = @build_alias@
143build_cpu = @build_cpu@
144build_os = @build_os@
145build_vendor = @build_vendor@
146datadir = @datadir@
147datarootdir = @datarootdir@
148docdir = @docdir@
149dvidir = @dvidir@
150exec_prefix = @exec_prefix@
151host = @host@
152host_alias = @host_alias@
153host_cpu = @host_cpu@
154host_os = @host_os@
155host_vendor = @host_vendor@
156htmldir = @htmldir@
157includedir = @includedir@
158infodir = @infodir@
159install_sh = @install_sh@
160libdir = @libdir@
161libexecdir = @libexecdir@
162localedir = @localedir@
163localstatedir = @localstatedir@
164mandir = @mandir@
165mkdir_p = @mkdir_p@
166oldincludedir = @oldincludedir@
167pdfdir = @pdfdir@
168prefix = @prefix@
169program_transform_name = @program_transform_name@
170psdir = @psdir@
171sbindir = @sbindir@
172sharedstatedir = @sharedstatedir@
173sysconfdir = @sysconfdir@
174target_alias = @target_alias@
175INCLUDES = -I$(top_srcdir)/src/include/tinyxml
176noinst_LIBRARIES = libtinyxml.a
177libtinyxml_a_SOURCES = tinystr.cpp tinyxml.cpp tinyxmlerror.cpp tinyxmlparser.cpp
178all: all-am
179
180.SUFFIXES:
181.SUFFIXES: .cpp .lo .o .obj
182$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
183        @for dep in $?; do \
184          case '$(am__configure_deps)' in \
185            *$$dep*) \
186              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
187                && exit 0; \
188              exit 1;; \
189          esac; \
190        done; \
191        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/tinyxml/Makefile'; \
192        cd $(top_srcdir) && \
193          $(AUTOMAKE) --gnu  src/lib/tinyxml/Makefile
194.PRECIOUS: Makefile
195Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
196        @case '$?' in \
197          *config.status*) \
198            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
199          *) \
200            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
201            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
202        esac;
203
204$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
205        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
206
207$(top_srcdir)/configure:  $(am__configure_deps)
208        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
209$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
210        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
211
212clean-noinstLIBRARIES:
213        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
214libtinyxml.a: $(libtinyxml_a_OBJECTS) $(libtinyxml_a_DEPENDENCIES)
215        -rm -f libtinyxml.a
216        $(libtinyxml_a_AR) libtinyxml.a $(libtinyxml_a_OBJECTS) $(libtinyxml_a_LIBADD)
217        $(RANLIB) libtinyxml.a
218
219mostlyclean-compile:
220        -rm -f *.$(OBJEXT)
221
222distclean-compile:
223        -rm -f *.tab.c
224
225@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tinystr.Po@am__quote@
226@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tinyxml.Po@am__quote@
227@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tinyxmlerror.Po@am__quote@
228@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tinyxmlparser.Po@am__quote@
229
230.cpp.o:
231@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
232@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
233@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
234@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
235@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
236
237.cpp.obj:
238@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
239@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
240@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
241@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
242@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
243
244.cpp.lo:
245@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
246@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
247@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
248@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
249@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
250
251mostlyclean-libtool:
252        -rm -f *.lo
253
254clean-libtool:
255        -rm -rf .libs _libs
256
257distclean-libtool:
258        -rm -f libtool
259uninstall-info-am:
260
261ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
262        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
263        unique=`for i in $$list; do \
264            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
265          done | \
266          $(AWK) '    { files[$$0] = 1; } \
267               END { for (i in files) print i; }'`; \
268        mkid -fID $$unique
269tags: TAGS
270
271TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
272                $(TAGS_FILES) $(LISP)
273        tags=; \
274        here=`pwd`; \
275        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
276        unique=`for i in $$list; do \
277            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
278          done | \
279          $(AWK) '    { files[$$0] = 1; } \
280               END { for (i in files) print i; }'`; \
281        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
282          test -n "$$unique" || unique=$$empty_fix; \
283          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
284            $$tags $$unique; \
285        fi
286ctags: CTAGS
287CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
288                $(TAGS_FILES) $(LISP)
289        tags=; \
290        here=`pwd`; \
291        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
292        unique=`for i in $$list; do \
293            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
294          done | \
295          $(AWK) '    { files[$$0] = 1; } \
296               END { for (i in files) print i; }'`; \
297        test -z "$(CTAGS_ARGS)$$tags$$unique" \
298          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
299             $$tags $$unique
300
301GTAGS:
302        here=`$(am__cd) $(top_builddir) && pwd` \
303          && cd $(top_srcdir) \
304          && gtags -i $(GTAGS_ARGS) $$here
305
306distclean-tags:
307        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
308
309distdir: $(DISTFILES)
310        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
311        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
312        list='$(DISTFILES)'; for file in $$list; do \
313          case $$file in \
314            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
315            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
316          esac; \
317          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
318          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
319          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
320            dir="/$$dir"; \
321            $(mkdir_p) "$(distdir)$$dir"; \
322          else \
323            dir=''; \
324          fi; \
325          if test -d $$d/$$file; then \
326            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
327              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
328            fi; \
329            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
330          else \
331            test -f $(distdir)/$$file \
332            || cp -p $$d/$$file $(distdir)/$$file \
333            || exit 1; \
334          fi; \
335        done
336check-am: all-am
337check: check-am
338all-am: Makefile $(LIBRARIES)
339installdirs:
340install: install-am
341install-exec: install-exec-am
342install-data: install-data-am
343uninstall: uninstall-am
344
345install-am: all-am
346        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
347
348installcheck: installcheck-am
349install-strip:
350        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
351          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
352          `test -z '$(STRIP)' || \
353            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
354mostlyclean-generic:
355
356clean-generic:
357
358distclean-generic:
359        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
360
361maintainer-clean-generic:
362        @echo "This command is intended for maintainers to use"
363        @echo "it deletes files that may require special tools to rebuild."
364clean: clean-am
365
366clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
367        mostlyclean-am
368
369distclean: distclean-am
370        -rm -rf ./$(DEPDIR)
371        -rm -f Makefile
372distclean-am: clean-am distclean-compile distclean-generic \
373        distclean-libtool distclean-tags
374
375dvi: dvi-am
376
377dvi-am:
378
379html: html-am
380
381info: info-am
382
383info-am:
384
385install-data-am:
386
387install-exec-am:
388
389install-info: install-info-am
390
391install-man:
392
393installcheck-am:
394
395maintainer-clean: maintainer-clean-am
396        -rm -rf ./$(DEPDIR)
397        -rm -f Makefile
398maintainer-clean-am: distclean-am maintainer-clean-generic
399
400mostlyclean: mostlyclean-am
401
402mostlyclean-am: mostlyclean-compile mostlyclean-generic \
403        mostlyclean-libtool
404
405pdf: pdf-am
406
407pdf-am:
408
409ps: ps-am
410
411ps-am:
412
413uninstall-am: uninstall-info-am
414
415.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
416        clean-libtool clean-noinstLIBRARIES ctags distclean \
417        distclean-compile distclean-generic distclean-libtool \
418        distclean-tags distdir dvi dvi-am html html-am info info-am \
419        install install-am install-data install-data-am install-exec \
420        install-exec-am install-info install-info-am install-man \
421        install-strip installcheck installcheck-am installdirs \
422        maintainer-clean maintainer-clean-generic mostlyclean \
423        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
424        pdf pdf-am ps ps-am tags uninstall uninstall-am \
425        uninstall-info-am
426
427# Tell versions [3.59,3.63) of GNU make to not export all variables.
428# Otherwise a system limit (for SysV at least) may be exceeded.
429.NOEXPORT:
Note: See TracBrowser for help on using the browser.