Improved XML library config
[AXE.git] / src / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 oldincludedir = /usr/include
33
34 DESTDIR =
35
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39
40 top_builddir = ..
41
42 ACLOCAL = @ACLOCAL@
43 AUTOCONF = @AUTOCONF@
44 AUTOMAKE = @AUTOMAKE@
45 AUTOHEADER = @AUTOHEADER@
46
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
49 INSTALL_DATA = @INSTALL_DATA@
50 INSTALL_SCRIPT = @INSTALL_SCRIPT@
51 transform = @program_transform_name@
52
53 NORMAL_INSTALL = :
54 PRE_INSTALL = :
55 POST_INSTALL = :
56 NORMAL_UNINSTALL = :
57 PRE_UNINSTALL = :
58 POST_UNINSTALL = :
59 AWK = @AWK@
60 CC = @CC@
61 CPP = @CPP@
62 CXX = @CXX@
63 LEX = @LEX@
64 LN_S = @LN_S@
65 MAKEINFO = @MAKEINFO@
66 PACKAGE = @PACKAGE@
67 RANLIB = @RANLIB@
68 VERSION = @VERSION@
69 XML_CONFIG = @XML_CONFIG@
70 YACC = @YACC@
71
72 includedir = $(prefix)/include/AXE
73
74 lib_LIBRARIES = libAXE.a
75
76 libAXE_a_SOURCES = xappl.cpp xwindow.cpp font.cpp menu.cpp frame.cpp \
77          filedialog.cpp \
78          parsedate.c datelex.c dateyacc.y \
79          button.cpp edit.cpp scroll.cpp table.cpp geometry.cpp icon.cpp \
80          string.cpp regex.cpp integer.cpp date.cpp hour.cpp amount.cpp out.cpp \
81          configuration.cpp
82
83
84 include_HEADERS = table.h menu.h button.h edit.h scroll.h pixmap.h \
85         xappl.h display.h xwindow.h frame.h geometry.h icon.h \
86         color.h font.h pattern.h cursor.h gc.h filedialog.h \
87         money.h String.h date.h configuration.h
88
89
90 LDADD = libAXE.a @LIBS@
91 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
92 CONFIG_CLEAN_FILES = 
93 LIBRARIES =  $(lib_LIBRARIES)
94
95
96 DEFS = @DEFS@ -I. -I$(srcdir) 
97 CPPFLAGS = @CPPFLAGS@
98 LDFLAGS = @LDFLAGS@
99 LIBS = @LIBS@
100 X_CFLAGS = @X_CFLAGS@
101 X_LIBS = @X_LIBS@
102 X_EXTRA_LIBS = @X_EXTRA_LIBS@
103 X_PRE_LIBS = @X_PRE_LIBS@
104 libAXE_a_LIBADD = 
105 libAXE_a_OBJECTS =  xappl.o xwindow.o font.o menu.o frame.o filedialog.o \
106 parsedate.o datelex.o dateyacc.o button.o edit.o scroll.o table.o \
107 geometry.o icon.o string.o regex.o integer.o date.o hour.o amount.o \
108 out.o configuration.o
109 AR = ar
110 CXXFLAGS = @CXXFLAGS@
111 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
112 CXXLD = $(CXX)
113 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
114 CFLAGS = @CFLAGS@
115 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
116 CCLD = $(CC)
117 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
118 HEADERS =  $(include_HEADERS)
119
120 DIST_COMMON =  Makefile.am Makefile.in dateyacc.c
121
122
123 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
124
125 TAR = gtar
126 GZIP_ENV = --best
127 DEP_FILES =  .deps/amount.P .deps/button.P .deps/configuration.P \
128 .deps/date.P .deps/datelex.P .deps/dateyacc.P .deps/edit.P \
129 .deps/filedialog.P .deps/font.P .deps/frame.P .deps/geometry.P \
130 .deps/hour.P .deps/icon.P .deps/integer.P .deps/menu.P .deps/out.P \
131 .deps/parsedate.P .deps/regex.P .deps/scroll.P .deps/string.P \
132 .deps/table.P .deps/xappl.P .deps/xwindow.P
133 SOURCES = $(libAXE_a_SOURCES)
134 OBJECTS = $(libAXE_a_OBJECTS)
135
136 all: all-redirect
137 .SUFFIXES:
138 .SUFFIXES: .S .c .cpp .o .s .y
139 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
140         cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
141
142 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
143         cd $(top_builddir) \
144           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
145
146
147 mostlyclean-libLIBRARIES:
148
149 clean-libLIBRARIES:
150         -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
151
152 distclean-libLIBRARIES:
153
154 maintainer-clean-libLIBRARIES:
155
156 install-libLIBRARIES: $(lib_LIBRARIES)
157         @$(NORMAL_INSTALL)
158         $(mkinstalldirs) $(DESTDIR)$(libdir)
159         @list='$(lib_LIBRARIES)'; for p in $$list; do \
160           if test -f $$p; then \
161             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
162             $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
163           else :; fi; \
164         done
165         @$(POST_INSTALL)
166         @list='$(lib_LIBRARIES)'; for p in $$list; do \
167           if test -f $$p; then \
168             echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
169             $(RANLIB) $(DESTDIR)$(libdir)/$$p; \
170           else :; fi; \
171         done
172
173 uninstall-libLIBRARIES:
174         @$(NORMAL_UNINSTALL)
175         list='$(lib_LIBRARIES)'; for p in $$list; do \
176           rm -f $(DESTDIR)$(libdir)/$$p; \
177         done
178
179 .s.o:
180         $(COMPILE) -c $<
181
182 .S.o:
183         $(COMPILE) -c $<
184
185 mostlyclean-compile:
186         -rm -f *.o core *.core
187
188 clean-compile:
189
190 distclean-compile:
191         -rm -f *.tab.c
192
193 maintainer-clean-compile:
194
195 libAXE.a: $(libAXE_a_OBJECTS) $(libAXE_a_DEPENDENCIES)
196         -rm -f libAXE.a
197         $(AR) cru libAXE.a $(libAXE_a_OBJECTS) $(libAXE_a_LIBADD)
198         $(RANLIB) libAXE.a
199 .cpp.o:
200         $(CXXCOMPILE) -c $<
201 .y.c:
202         $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && mv y.tab.c $*.c
203         if test -f y.tab.h; then \
204         if cmp -s y.tab.h $*.h; then rm -f y.tab.h; else mv y.tab.h $*.h; fi; \
205         else :; fi
206 dateyacc.h: dateyacc.c
207
208
209 install-includeHEADERS: $(include_HEADERS)
210         @$(NORMAL_INSTALL)
211         $(mkinstalldirs) $(DESTDIR)$(includedir)
212         @list='$(include_HEADERS)'; for p in $$list; do \
213           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
214           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
215           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
216         done
217
218 uninstall-includeHEADERS:
219         @$(NORMAL_UNINSTALL)
220         list='$(include_HEADERS)'; for p in $$list; do \
221           rm -f $(DESTDIR)$(includedir)/$$p; \
222         done
223
224 tags: TAGS
225
226 ID: $(HEADERS) $(SOURCES) $(LISP)
227         list='$(SOURCES) $(HEADERS)'; \
228         unique=`for i in $$list; do echo $$i; done | \
229           awk '    { files[$$0] = 1; } \
230                END { for (i in files) print i; }'`; \
231         here=`pwd` && cd $(srcdir) \
232           && mkid -f$$here/ID $$unique $(LISP)
233
234 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
235         tags=; \
236         here=`pwd`; \
237         list='$(SOURCES) $(HEADERS)'; \
238         unique=`for i in $$list; do echo $$i; done | \
239           awk '    { files[$$0] = 1; } \
240                END { for (i in files) print i; }'`; \
241         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
242           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
243
244 mostlyclean-tags:
245
246 clean-tags:
247
248 distclean-tags:
249         -rm -f TAGS ID
250
251 maintainer-clean-tags:
252
253 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
254
255 subdir = src
256
257 distdir: $(DISTFILES)
258         here=`cd $(top_builddir) && pwd`; \
259         top_distdir=`cd $(top_distdir) && pwd`; \
260         distdir=`cd $(distdir) && pwd`; \
261         cd $(top_srcdir) \
262           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
263         @for file in $(DISTFILES); do \
264           d=$(srcdir); \
265           if test -d $$d/$$file; then \
266             cp -pr $$d/$$file $(distdir)/$$file; \
267           else \
268             test -f $(distdir)/$$file \
269             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
270             || cp -p $$d/$$file $(distdir)/$$file || :; \
271           fi; \
272         done
273
274 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
275
276 -include $(DEP_FILES)
277
278 mostlyclean-depend:
279
280 clean-depend:
281
282 distclean-depend:
283         -rm -rf .deps
284
285 maintainer-clean-depend:
286
287 %.o: %.c
288         @echo '$(COMPILE) -c $<'; \
289         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
290         @-cp .deps/$(*F).pp .deps/$(*F).P; \
291         tr ' ' '\012' < .deps/$(*F).pp \
292           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
293             >> .deps/$(*F).P; \
294         rm .deps/$(*F).pp
295
296 %.lo: %.c
297         @echo '$(LTCOMPILE) -c $<'; \
298         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
299         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
300           < .deps/$(*F).pp > .deps/$(*F).P; \
301         tr ' ' '\012' < .deps/$(*F).pp \
302           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
303             >> .deps/$(*F).P; \
304         rm -f .deps/$(*F).pp
305
306 %.o: %.cpp
307         @echo '$(CXXCOMPILE) -c $<'; \
308         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
309         @-cp .deps/$(*F).pp .deps/$(*F).P; \
310         tr ' ' '\012' < .deps/$(*F).pp \
311           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
312             >> .deps/$(*F).P; \
313         rm .deps/$(*F).pp
314
315 %.lo: %.cpp
316         @echo '$(LTCXXCOMPILE) -c $<'; \
317         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
318         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
319           < .deps/$(*F).pp > .deps/$(*F).P; \
320         tr ' ' '\012' < .deps/$(*F).pp \
321           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
322             >> .deps/$(*F).P; \
323         rm -f .deps/$(*F).pp
324 info-am:
325 info: info-am
326 dvi-am:
327 dvi: dvi-am
328 check-am: all-am
329 check: check-am
330 installcheck-am:
331 installcheck: installcheck-am
332 install-exec-am: install-libLIBRARIES
333 install-exec: install-exec-am
334
335 install-data-am: install-includeHEADERS
336 install-data: install-data-am
337
338 install-am: all-am
339         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
340 install: install-am
341 uninstall-am: uninstall-libLIBRARIES uninstall-includeHEADERS
342 uninstall: uninstall-am
343 all-am: Makefile $(LIBRARIES) $(HEADERS)
344 all-redirect: all-am
345 install-strip:
346         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
347 installdirs:
348         $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
349
350
351 mostlyclean-generic:
352
353 clean-generic:
354
355 distclean-generic:
356         -rm -f Makefile $(CONFIG_CLEAN_FILES)
357         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
358
359 maintainer-clean-generic:
360         -test -z "dateyacchdateyaccc" || rm -f dateyacch dateyaccc
361 mostlyclean-am:  mostlyclean-libLIBRARIES mostlyclean-compile \
362                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
363
364 mostlyclean: mostlyclean-am
365
366 clean-am:  clean-libLIBRARIES clean-compile clean-tags clean-depend \
367                 clean-generic mostlyclean-am
368
369 clean: clean-am
370
371 distclean-am:  distclean-libLIBRARIES distclean-compile distclean-tags \
372                 distclean-depend distclean-generic clean-am
373
374 distclean: distclean-am
375
376 maintainer-clean-am:  maintainer-clean-libLIBRARIES \
377                 maintainer-clean-compile maintainer-clean-tags \
378                 maintainer-clean-depend maintainer-clean-generic \
379                 distclean-am
380         @echo "This command is intended for maintainers to use;"
381         @echo "it deletes files that may require special tools to rebuild."
382
383 maintainer-clean: maintainer-clean-am
384
385 .PHONY: mostlyclean-libLIBRARIES distclean-libLIBRARIES \
386 clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \
387 install-libLIBRARIES mostlyclean-compile distclean-compile \
388 clean-compile maintainer-clean-compile uninstall-includeHEADERS \
389 install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \
390 maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
391 clean-depend maintainer-clean-depend info-am info dvi-am dvi check \
392 check-am installcheck-am installcheck install-exec-am install-exec \
393 install-data-am install-data install-am install uninstall-am uninstall \
394 all-redirect all-am all installdirs mostlyclean-generic \
395 distclean-generic clean-generic maintainer-clean-generic clean \
396 mostlyclean distclean maintainer-clean
397
398
399 dateyacc.h : dateyacc.y
400         bison -d -o dateyacc.c dateyacc.y
401
402 # Tell versions [3.59,3.63) of GNU make to not export all variables.
403 # Otherwise a system limit (for SysV at least) may be exceeded.
404 .NOEXPORT: