source: trunk/third/jwgc/lib/libxode/Makefile.in @ 22406

Revision 22406, 12.4 KB checked in by ghudson, 19 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r22405, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated by automake 1.7.6 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# 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 = ../..
24
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38host_triplet = @host@
39ACLOCAL = @ACLOCAL@
40AMDEP_FALSE = @AMDEP_FALSE@
41AMDEP_TRUE = @AMDEP_TRUE@
42AMTAR = @AMTAR@
43AUTOCONF = @AUTOCONF@
44AUTOHEADER = @AUTOHEADER@
45AUTOMAKE = @AUTOMAKE@
46AWK = @AWK@
47CC = @CC@
48CCDEPMODE = @CCDEPMODE@
49CFLAGS = @CFLAGS@
50CPP = @CPP@
51CPPFLAGS = @CPPFLAGS@
52CYGPATH_W = @CYGPATH_W@
53DEFS = @DEFS@
54DEPDIR = @DEPDIR@
55ECHO_C = @ECHO_C@
56ECHO_N = @ECHO_N@
57ECHO_T = @ECHO_T@
58EGREP = @EGREP@
59EXEEXT = @EXEEXT@
60INSTALL_DATA = @INSTALL_DATA@
61INSTALL_PROGRAM = @INSTALL_PROGRAM@
62INSTALL_SCRIPT = @INSTALL_SCRIPT@
63INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
64LDFLAGS = @LDFLAGS@
65LIBOBJS = @LIBOBJS@
66LIBS = @LIBS@
67LTLIBOBJS = @LTLIBOBJS@
68MAKEINFO = @MAKEINFO@
69OBJEXT = @OBJEXT@
70PACKAGE = @PACKAGE@
71PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
72PACKAGE_NAME = @PACKAGE_NAME@
73PACKAGE_STRING = @PACKAGE_STRING@
74PACKAGE_TARNAME = @PACKAGE_TARNAME@
75PACKAGE_VERSION = @PACKAGE_VERSION@
76PATH_SEPARATOR = @PATH_SEPARATOR@
77RANLIB = @RANLIB@
78SET_MAKE = @SET_MAKE@
79SHELL = @SHELL@
80STRIP = @STRIP@
81VERSION = @VERSION@
82YACC = @YACC@
83ac_ct_CC = @ac_ct_CC@
84ac_ct_RANLIB = @ac_ct_RANLIB@
85ac_ct_STRIP = @ac_ct_STRIP@
86am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
87am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
88am__include = @am__include@
89am__leading_dot = @am__leading_dot@
90am__quote = @am__quote@
91bindir = @bindir@
92build = @build@
93build_alias = @build_alias@
94build_cpu = @build_cpu@
95build_os = @build_os@
96build_vendor = @build_vendor@
97datadir = @datadir@
98exec_prefix = @exec_prefix@
99host = @host@
100host_alias = @host_alias@
101host_cpu = @host_cpu@
102host_os = @host_os@
103host_vendor = @host_vendor@
104includedir = @includedir@
105infodir = @infodir@
106install_sh = @install_sh@
107libdir = @libdir@
108libexecdir = @libexecdir@
109localstatedir = @localstatedir@
110mandir = @mandir@
111oldincludedir = @oldincludedir@
112prefix = @prefix@
113program_transform_name = @program_transform_name@
114sbindir = @sbindir@
115sharedstatedir = @sharedstatedir@
116sysconfdir = @sysconfdir@
117target_alias = @target_alias@
118INCLUDES = -Iinclude -I../libjwgc/include -I../libjabber/include
119noinst_LIBRARIES = libxode.a
120libxode_a_SOURCES = pool.c snprintf.c str.c xmlparse.c xmlrole.c xmltok.c \
121xode.c xode_from.c xstream.c
122
123EXTRA_libxode_a_SOURCES = xmltok_impl.c xmltok_ns.c
124CLEANFILES = Makefile
125EXTRA_DIST = include/ascii.h include/asciitab.h include/expat.h \
126include/iasciitab.h include/latin1tab.h include/libxode.h include/nametab.h \
127include/utf8tab.h include/winconfig.h include/xmlrole.h include/xmltok.h \
128include/xmltok_impl.h
129
130subdir = lib/libxode
131ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
132mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
133CONFIG_HEADER = $(top_builddir)/config.h
134CONFIG_CLEAN_FILES =
135LIBRARIES = $(noinst_LIBRARIES)
136
137libxode_a_AR = $(AR) cru
138libxode_a_LIBADD =
139am_libxode_a_OBJECTS = pool.$(OBJEXT) snprintf.$(OBJEXT) str.$(OBJEXT) \
140        xmlparse.$(OBJEXT) xmlrole.$(OBJEXT) xmltok.$(OBJEXT) \
141        xode.$(OBJEXT) xode_from.$(OBJEXT) xstream.$(OBJEXT)
142libxode_a_OBJECTS = $(am_libxode_a_OBJECTS)
143
144DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
145depcomp = $(SHELL) $(top_srcdir)/depcomp
146am__depfiles_maybe = depfiles
147@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/pool.Po ./$(DEPDIR)/snprintf.Po \
148@AMDEP_TRUE@    ./$(DEPDIR)/str.Po ./$(DEPDIR)/xmlparse.Po \
149@AMDEP_TRUE@    ./$(DEPDIR)/xmlrole.Po ./$(DEPDIR)/xmltok.Po \
150@AMDEP_TRUE@    ./$(DEPDIR)/xmltok_impl.Po ./$(DEPDIR)/xmltok_ns.Po \
151@AMDEP_TRUE@    ./$(DEPDIR)/xode.Po ./$(DEPDIR)/xode_from.Po \
152@AMDEP_TRUE@    ./$(DEPDIR)/xstream.Po
153COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
154        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
155CCLD = $(CC)
156LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
157DIST_SOURCES = $(libxode_a_SOURCES) $(EXTRA_libxode_a_SOURCES)
158DIST_COMMON = Makefile.am Makefile.in
159SOURCES = $(libxode_a_SOURCES) $(EXTRA_libxode_a_SOURCES)
160
161all: all-am
162
163.SUFFIXES:
164.SUFFIXES: .c .o .obj
165$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
166        cd $(top_srcdir) && \
167          $(AUTOMAKE) --gnu  lib/libxode/Makefile
168Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
169        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
170
171AR = ar
172
173clean-noinstLIBRARIES:
174        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
175libxode.a: $(libxode_a_OBJECTS) $(libxode_a_DEPENDENCIES)
176        -rm -f libxode.a
177        $(libxode_a_AR) libxode.a $(libxode_a_OBJECTS) $(libxode_a_LIBADD)
178        $(RANLIB) libxode.a
179
180mostlyclean-compile:
181        -rm -f *.$(OBJEXT) core *.core
182
183distclean-compile:
184        -rm -f *.tab.c
185
186@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool.Po@am__quote@
187@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf.Po@am__quote@
188@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/str.Po@am__quote@
189@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlparse.Po@am__quote@
190@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlrole.Po@am__quote@
191@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmltok.Po@am__quote@
192@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmltok_impl.Po@am__quote@
193@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmltok_ns.Po@am__quote@
194@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xode.Po@am__quote@
195@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xode_from.Po@am__quote@
196@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstream.Po@am__quote@
197
198distclean-depend:
199        -rm -rf ./$(DEPDIR)
200
201.c.o:
202@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
203@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
204@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
205@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
206@am__fastdepCC_TRUE@    fi
207@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
208@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
209@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
210@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
211
212.c.obj:
213@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
214@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
215@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
216@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
217@am__fastdepCC_TRUE@    fi
218@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
219@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
220@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
221@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
222uninstall-info-am:
223
224ETAGS = etags
225ETAGSFLAGS =
226
227CTAGS = ctags
228CTAGSFLAGS =
229
230tags: TAGS
231
232ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
233        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
234        unique=`for i in $$list; do \
235            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
236          done | \
237          $(AWK) '    { files[$$0] = 1; } \
238               END { for (i in files) print i; }'`; \
239        mkid -fID $$unique
240
241TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
242                $(TAGS_FILES) $(LISP)
243        tags=; \
244        here=`pwd`; \
245        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
246        unique=`for i in $$list; do \
247            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
248          done | \
249          $(AWK) '    { files[$$0] = 1; } \
250               END { for (i in files) print i; }'`; \
251        test -z "$(ETAGS_ARGS)$$tags$$unique" \
252          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
253             $$tags $$unique
254
255ctags: CTAGS
256CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
257                $(TAGS_FILES) $(LISP)
258        tags=; \
259        here=`pwd`; \
260        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
261        unique=`for i in $$list; do \
262            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
263          done | \
264          $(AWK) '    { files[$$0] = 1; } \
265               END { for (i in files) print i; }'`; \
266        test -z "$(CTAGS_ARGS)$$tags$$unique" \
267          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
268             $$tags $$unique
269
270GTAGS:
271        here=`$(am__cd) $(top_builddir) && pwd` \
272          && cd $(top_srcdir) \
273          && gtags -i $(GTAGS_ARGS) $$here
274
275distclean-tags:
276        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
277DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
278
279top_distdir = ../..
280distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
281
282distdir: $(DISTFILES)
283        $(mkinstalldirs) $(distdir)/include
284        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
285        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
286        list='$(DISTFILES)'; for file in $$list; do \
287          case $$file in \
288            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
289            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
290          esac; \
291          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
292          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
293          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
294            dir="/$$dir"; \
295            $(mkinstalldirs) "$(distdir)$$dir"; \
296          else \
297            dir=''; \
298          fi; \
299          if test -d $$d/$$file; then \
300            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
301              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
302            fi; \
303            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
304          else \
305            test -f $(distdir)/$$file \
306            || cp -p $$d/$$file $(distdir)/$$file \
307            || exit 1; \
308          fi; \
309        done
310check-am: all-am
311check: check-am
312all-am: Makefile $(LIBRARIES)
313
314installdirs:
315install: install-am
316install-exec: install-exec-am
317install-data: install-data-am
318uninstall: uninstall-am
319
320install-am: all-am
321        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
322
323installcheck: installcheck-am
324install-strip:
325        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
326          INSTALL_STRIP_FLAG=-s \
327          `test -z '$(STRIP)' || \
328            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
329mostlyclean-generic:
330
331clean-generic:
332        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
333
334distclean-generic:
335        -rm -f Makefile $(CONFIG_CLEAN_FILES)
336
337maintainer-clean-generic:
338        @echo "This command is intended for maintainers to use"
339        @echo "it deletes files that may require special tools to rebuild."
340clean: clean-am
341
342clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
343
344distclean: distclean-am
345
346distclean-am: clean-am distclean-compile distclean-depend \
347        distclean-generic distclean-tags
348
349dvi: dvi-am
350
351dvi-am:
352
353info: info-am
354
355info-am:
356
357install-data-am:
358
359install-exec-am:
360
361install-info: install-info-am
362
363install-man:
364
365installcheck-am:
366
367maintainer-clean: maintainer-clean-am
368
369maintainer-clean-am: distclean-am maintainer-clean-generic
370
371mostlyclean: mostlyclean-am
372
373mostlyclean-am: mostlyclean-compile mostlyclean-generic
374
375pdf: pdf-am
376
377pdf-am:
378
379ps: ps-am
380
381ps-am:
382
383uninstall-am: uninstall-info-am
384
385.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
386        clean-noinstLIBRARIES ctags distclean distclean-compile \
387        distclean-depend distclean-generic distclean-tags distdir dvi \
388        dvi-am info info-am install install-am install-data \
389        install-data-am install-exec install-exec-am install-info \
390        install-info-am install-man install-strip installcheck \
391        installcheck-am installdirs maintainer-clean \
392        maintainer-clean-generic mostlyclean mostlyclean-compile \
393        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
394        uninstall-am uninstall-info-am
395
396# Tell versions [3.59,3.63) of GNU make to not export all variables.
397# Otherwise a system limit (for SysV at least) may be exceeded.
398.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.