Started a test setup
[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 utc.cpp \
81          amount.cpp out.cpp \
82          configuration.cpp
83
84
85 include_HEADERS = table.h menu.h button.h edit.h scroll.h pixmap.h \
86         xappl.h display.h xwindow.h frame.h geometry.h icon.h \
87         color.h font.h pattern.h cursor.h gc.h filedialog.h \
88         money.h String.h date.h configuration.h
89
90
91 LDADD = libAXE.a @LIBS@
92 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
93 CONFIG_CLEAN_FILES = 
94 LIBRARIES =  $(lib_LIBRARIES)
95
96
97 DEFS = @DEFS@ -I. -I$(srcdir) 
98 CPPFLAGS = @CPPFLAGS@
99 LDFLAGS = @LDFLAGS@
100 LIBS = @LIBS@
101 X_CFLAGS = @X_CFLAGS@
102 X_LIBS = @X_LIBS@
103 X_EXTRA_LIBS = @X_EXTRA_LIBS@
104 X_PRE_LIBS = @X_PRE_LIBS@
105 libAXE_a_LIBADD = 
106 libAXE_a_OBJECTS =  xappl.o xwindow.o font.o menu.o frame.o filedialog.o \
107 parsedate.o datelex.o dateyacc.o button.o edit.o scroll.o table.o \
108 geometry.o icon.o string.o regex.o integer.o date.o hour.o utc.o \
109 amount.o out.o configuration.o
110 AR = ar
111 CXXFLAGS = @CXXFLAGS@
112 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
113 CXXLD = $(CXX)
114 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
115 CFLAGS = @CFLAGS@
116 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
117 CCLD = $(CC)
118 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
119 HEADERS =  $(include_HEADERS)
120
121 DIST_COMMON =  Makefile.am Makefile.in dateyacc.c
122
123
124 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
125
126 TAR = gtar
127 GZIP_ENV = --best
128 DEP_FILES =  .deps/amount.P .deps/button.P .deps/configuration.P \
129 .deps/date.P .deps/datelex.P .deps/dateyacc.P .deps/edit.P \
130 .deps/filedialog.P .deps/font.P .deps/frame.P .deps/geometry.P \
131 .deps/hour.P .deps/icon.P .deps/integer.P .deps/menu.P .deps/out.P \
132 .deps/parsedate.P .deps/regex.P .deps/scroll.P .deps/string.P \
133 .deps/table.P .deps/utc.P .deps/xappl.P .deps/xwindow.P
134 SOURCES = $(libAXE_a_SOURCES)
135 OBJECTS = $(libAXE_a_OBJECTS)
136
137 all: all-redirect
138 .SUFFIXES:
139 .SUFFIXES: .S .c .cpp .o .s .y
140 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
141         cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
142
143 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
144         cd $(top_builddir) \
145           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
146
147
148 mostlyclean-libLIBRARIES:
149
150 clean-libLIBRARIES:
151         -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
152
153 distclean-libLIBRARIES:
154
155 maintainer-clean-libLIBRARIES:
156
157 install-libLIBRARIES: $(lib_LIBRARIES)
158         @$(NORMAL_INSTALL)
159         $(mkinstalldirs) $(DESTDIR)$(libdir)
160         @list='$(lib_LIBRARIES)'; for p in $$list; do \
161           if test -f $$p; then \
162             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
163             $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
164           else :; fi; \
165         done
166         @$(POST_INSTALL)
167         @list='$(lib_LIBRARIES)'; for p in $$list; do \
168           if test -f $$p; then \
169             echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
170             $(RANLIB) $(DESTDIR)$(libdir)/$$p; \
171           else :; fi; \
172         done
173
174 uninstall-libLIBRARIES:
175         @$(NORMAL_UNINSTALL)
176         list='$(lib_LIBRARIES)'; for p in $$list; do \
177           rm -f $(DESTDIR)$(libdir)/$$p; \
178         done
179
180 .s.o:
181         $(COMPILE) -c $<
182
183 .S.o:
184         $(COMPILE) -c $<
185
186 mostlyclean-compile:
187         -rm -f *.o core *.core
188
189 clean-compile:
190
191 distclean-compile:
192         -rm -f *.tab.c
193
194 maintainer-clean-compile:
195
196 libAXE.a: $(libAXE_a_OBJECTS) $(libAXE_a_DEPENDENCIES)
197         -rm -f libAXE.a
198         $(AR) cru libAXE.a $(libAXE_a_OBJECTS) $(libAXE_a_LIBADD)
199         $(RANLIB) libAXE.a
200 .cpp.o:
201         $(CXXCOMPILE) -c $<
202 .y.c:
203         $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && mv y.tab.c $*.c
204         if test -f y.tab.h; then \
205         if cmp -s y.tab.h $*.h; then rm -f y.tab.h; else mv y.tab.h $*.h; fi; \
206         else :; fi
207 dateyacc.h: dateyacc.c
208
209
210 install-includeHEADERS: $(include_HEADERS)
211         @$(NORMAL_INSTALL)
212         $(mkinstalldirs) $(DESTDIR)$(includedir)
213         @list='$(include_HEADERS)'; for p in $$list; do \
214           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
215           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
216           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
217         done
218
219 uninstall-includeHEADERS:
220         @$(NORMAL_UNINSTALL)
221         list='$(include_HEADERS)'; for p in $$list; do \
222           rm -f $(DESTDIR)$(includedir)/$$p; \
223         done
224
225 tags: TAGS
226
227 ID: $(HEADERS) $(SOURCES) $(LISP)
228         list='$(SOURCES) $(HEADERS)'; \
229         unique=`for i in $$list; do echo $$i; done | \
230           awk '    { files[$$0] = 1; } \
231                END { for (i in files) print i; }'`; \
232         here=`pwd` && cd $(srcdir) \
233           && mkid -f$$here/ID $$unique $(LISP)
234
235 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
236         tags=; \
237         here=`pwd`; \
238         list='$(SOURCES) $(HEADERS)'; \
239         unique=`for i in $$list; do echo $$i; done | \
240           awk '    { files[$$0] = 1; } \
241                END { for (i in files) print i; }'`; \
242         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
243           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
244
245 mostlyclean-tags:
246
247 clean-tags:
248
249 distclean-tags:
250         -rm -f TAGS ID
251
252 maintainer-clean-tags:
253
254 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
255
256 subdir = src
257
258 distdir: $(DISTFILES)
259         here=`cd $(top_builddir) && pwd`; \
260         top_distdir=`cd $(top_distdir) && pwd`; \
261         distdir=`cd $(distdir) && pwd`; \
262         cd $(top_srcdir) \
263           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
264         @for file in $(DISTFILES); do \
265           d=$(srcdir); \
266           if test -d $$d/$$file; then \
267             cp -pr $$d/$$file $(distdir)/$$file; \
268           else \
269             test -f $(distdir)/$$file \
270             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
271             || cp -p $$d/$$file $(distdir)/$$file || :; \
272           fi; \
273         done
274
275 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
276
277 -include $(DEP_FILES)
278
279 mostlyclean-depend:
280
281 clean-depend:
282
283 distclean-depend:
284         -rm -rf .deps
285
286 maintainer-clean-depend:
287
288 %.o: %.c
289         @echo '$(COMPILE) -c $<'; \
290         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
291         @-cp .deps/$(*F).pp .deps/$(*F).P; \
292         tr ' ' '\012' < .deps/$(*F).pp \
293           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
294             >> .deps/$(*F).P; \
295         rm .deps/$(*F).pp
296
297 %.lo: %.c
298         @echo '$(LTCOMPILE) -c $<'; \
299         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
300         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
301           < .deps/$(*F).pp > .deps/$(*F).P; \
302         tr ' ' '\012' < .deps/$(*F).pp \
303           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
304             >> .deps/$(*F).P; \
305         rm -f .deps/$(*F).pp
306
307 %.o: %.cpp
308         @echo '$(CXXCOMPILE) -c $<'; \
309         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
310         @-cp .deps/$(*F).pp .deps/$(*F).P; \
311         tr ' ' '\012' < .deps/$(*F).pp \
312           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
313             >> .deps/$(*F).P; \
314         rm .deps/$(*F).pp
315
316 %.lo: %.cpp
317         @echo '$(LTCXXCOMPILE) -c $<'; \
318         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
319         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
320           < .deps/$(*F).pp > .deps/$(*F).P; \
321         tr ' ' '\012' < .deps/$(*F).pp \
322           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
323             >> .deps/$(*F).P; \
324         rm -f .deps/$(*F).pp
325 info-am:
326 info: info-am
327 dvi-am:
328 dvi: dvi-am
329 check-am: all-am
330 check: check-am
331 installcheck-am:
332 installcheck: installcheck-am
333 install-exec-am: install-libLIBRARIES
334 install-exec: install-exec-am
335
336 install-data-am: install-includeHEADERS
337 install-data: install-data-am
338
339 install-am: all-am
340         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
341 install: install-am
342 uninstall-am: uninstall-libLIBRARIES uninstall-includeHEADERS
343 uninstall: uninstall-am
344 all-am: Makefile $(LIBRARIES) $(HEADERS)
345 all-redirect: all-am
346 install-strip:
347         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
348 installdirs:
349         $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
350
351
352 mostlyclean-generic:
353
354 clean-generic:
355
356 distclean-generic:
357         -rm -f Makefile $(CONFIG_CLEAN_FILES)
358         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
359
360 maintainer-clean-generic:
361         -test -z "dateyacchdateyaccc" || rm -f dateyacch dateyaccc
362 mostlyclean-am:  mostlyclean-libLIBRARIES mostlyclean-compile \
363                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
364
365 mostlyclean: mostlyclean-am
366
367 clean-am:  clean-libLIBRARIES clean-compile clean-tags clean-depend \
368                 clean-generic mostlyclean-am
369
370 clean: clean-am
371
372 distclean-am:  distclean-libLIBRARIES distclean-compile distclean-tags \
373                 distclean-depend distclean-generic clean-am
374
375 distclean: distclean-am
376
377 maintainer-clean-am:  maintainer-clean-libLIBRARIES \
378                 maintainer-clean-compile maintainer-clean-tags \
379                 maintainer-clean-depend maintainer-clean-generic \
380                 distclean-am
381         @echo "This command is intended for maintainers to use;"
382         @echo "it deletes files that may require special tools to rebuild."
383
384 maintainer-clean: maintainer-clean-am
385
386 .PHONY: mostlyclean-libLIBRARIES distclean-libLIBRARIES \
387 clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \
388 install-libLIBRARIES mostlyclean-compile distclean-compile \
389 clean-compile maintainer-clean-compile uninstall-includeHEADERS \
390 install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \
391 maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
392 clean-depend maintainer-clean-depend info-am info dvi-am dvi check \
393 check-am installcheck-am installcheck install-exec-am install-exec \
394 install-data-am install-data install-am install uninstall-am uninstall \
395 all-redirect all-am all installdirs mostlyclean-generic \
396 distclean-generic clean-generic maintainer-clean-generic clean \
397 mostlyclean distclean maintainer-clean
398
399
400 dateyacc.h : dateyacc.y
401         bison -d -o dateyacc.c dateyacc.y
402
403 # Tell versions [3.59,3.63) of GNU make to not export all variables.
404 # Otherwise a system limit (for SysV at least) may be exceeded.
405 .NOEXPORT: