Back to automake 1.4
[gnucomo.git] / src / lib / 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 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ../..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 AWK = @AWK@
61 CC = @CC@
62 CPP = @CPP@
63 CXX = @CXX@
64 LEX = @LEX@
65 LN_S = @LN_S@
66 MAKEINFO = @MAKEINFO@
67 PACKAGE = @PACKAGE@
68 RANLIB = @RANLIB@
69 VERSION = @VERSION@
70 XML_CONFIG = @XML_CONFIG@
71 YACC = @YACC@
72
73 lib_LIBRARIES = libgnucomo.a
74
75 INCLUDES = -I../include
76 libgnucomo_a_SOURCES = gnucomo_config.cpp database.cpp
77 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
78 CONFIG_CLEAN_FILES = 
79 LIBRARIES =  $(lib_LIBRARIES)
80
81
82 DEFS = @DEFS@ -I. -I$(srcdir) 
83 CPPFLAGS = @CPPFLAGS@
84 LDFLAGS = @LDFLAGS@
85 LIBS = @LIBS@
86 X_CFLAGS = @X_CFLAGS@
87 X_LIBS = @X_LIBS@
88 X_EXTRA_LIBS = @X_EXTRA_LIBS@
89 X_PRE_LIBS = @X_PRE_LIBS@
90 libgnucomo_a_LIBADD = 
91 libgnucomo_a_OBJECTS =  gnucomo_config.o database.o
92 AR = ar
93 CXXFLAGS = @CXXFLAGS@
94 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
95 CXXLD = $(CXX)
96 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
97 DIST_COMMON =  Makefile.am Makefile.in
98
99
100 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102 TAR = gtar
103 GZIP_ENV = --best
104 DEP_FILES =  .deps/database.P .deps/gnucomo_config.P
105 SOURCES = $(libgnucomo_a_SOURCES)
106 OBJECTS = $(libgnucomo_a_OBJECTS)
107
108 all: all-redirect
109 .SUFFIXES:
110 .SUFFIXES: .S .c .cpp .o .s
111 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
112         cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/Makefile
113
114 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
115         cd $(top_builddir) \
116           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
117
118
119 mostlyclean-libLIBRARIES:
120
121 clean-libLIBRARIES:
122         -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
123
124 distclean-libLIBRARIES:
125
126 maintainer-clean-libLIBRARIES:
127
128 install-libLIBRARIES: $(lib_LIBRARIES)
129         @$(NORMAL_INSTALL)
130         $(mkinstalldirs) $(DESTDIR)$(libdir)
131         @list='$(lib_LIBRARIES)'; for p in $$list; do \
132           if test -f $$p; then \
133             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
134             $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
135           else :; fi; \
136         done
137         @$(POST_INSTALL)
138         @list='$(lib_LIBRARIES)'; for p in $$list; do \
139           if test -f $$p; then \
140             echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
141             $(RANLIB) $(DESTDIR)$(libdir)/$$p; \
142           else :; fi; \
143         done
144
145 uninstall-libLIBRARIES:
146         @$(NORMAL_UNINSTALL)
147         list='$(lib_LIBRARIES)'; for p in $$list; do \
148           rm -f $(DESTDIR)$(libdir)/$$p; \
149         done
150
151 .s.o:
152         $(COMPILE) -c $<
153
154 .S.o:
155         $(COMPILE) -c $<
156
157 mostlyclean-compile:
158         -rm -f *.o core *.core
159
160 clean-compile:
161
162 distclean-compile:
163         -rm -f *.tab.c
164
165 maintainer-clean-compile:
166
167 libgnucomo.a: $(libgnucomo_a_OBJECTS) $(libgnucomo_a_DEPENDENCIES)
168         -rm -f libgnucomo.a
169         $(AR) cru libgnucomo.a $(libgnucomo_a_OBJECTS) $(libgnucomo_a_LIBADD)
170         $(RANLIB) libgnucomo.a
171 .cpp.o:
172         $(CXXCOMPILE) -c $<
173
174 tags: TAGS
175
176 ID: $(HEADERS) $(SOURCES) $(LISP)
177         list='$(SOURCES) $(HEADERS)'; \
178         unique=`for i in $$list; do echo $$i; done | \
179           awk '    { files[$$0] = 1; } \
180                END { for (i in files) print i; }'`; \
181         here=`pwd` && cd $(srcdir) \
182           && mkid -f$$here/ID $$unique $(LISP)
183
184 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
185         tags=; \
186         here=`pwd`; \
187         list='$(SOURCES) $(HEADERS)'; \
188         unique=`for i in $$list; do echo $$i; done | \
189           awk '    { files[$$0] = 1; } \
190                END { for (i in files) print i; }'`; \
191         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
192           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
193
194 mostlyclean-tags:
195
196 clean-tags:
197
198 distclean-tags:
199         -rm -f TAGS ID
200
201 maintainer-clean-tags:
202
203 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
204
205 subdir = src/lib
206
207 distdir: $(DISTFILES)
208         here=`cd $(top_builddir) && pwd`; \
209         top_distdir=`cd $(top_distdir) && pwd`; \
210         distdir=`cd $(distdir) && pwd`; \
211         cd $(top_srcdir) \
212           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/lib/Makefile
213         @for file in $(DISTFILES); do \
214           d=$(srcdir); \
215           if test -d $$d/$$file; then \
216             cp -pr $$d/$$file $(distdir)/$$file; \
217           else \
218             test -f $(distdir)/$$file \
219             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
220             || cp -p $$d/$$file $(distdir)/$$file || :; \
221           fi; \
222         done
223
224 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
225
226 -include $(DEP_FILES)
227
228 mostlyclean-depend:
229
230 clean-depend:
231
232 distclean-depend:
233         -rm -rf .deps
234
235 maintainer-clean-depend:
236
237 %.o: %.c
238         @echo '$(COMPILE) -c $<'; \
239         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
240         @-cp .deps/$(*F).pp .deps/$(*F).P; \
241         tr ' ' '\012' < .deps/$(*F).pp \
242           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
243             >> .deps/$(*F).P; \
244         rm .deps/$(*F).pp
245
246 %.lo: %.c
247         @echo '$(LTCOMPILE) -c $<'; \
248         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
249         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
250           < .deps/$(*F).pp > .deps/$(*F).P; \
251         tr ' ' '\012' < .deps/$(*F).pp \
252           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
253             >> .deps/$(*F).P; \
254         rm -f .deps/$(*F).pp
255
256 %.o: %.cpp
257         @echo '$(CXXCOMPILE) -c $<'; \
258         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
259         @-cp .deps/$(*F).pp .deps/$(*F).P; \
260         tr ' ' '\012' < .deps/$(*F).pp \
261           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
262             >> .deps/$(*F).P; \
263         rm .deps/$(*F).pp
264
265 %.lo: %.cpp
266         @echo '$(LTCXXCOMPILE) -c $<'; \
267         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
268         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
269           < .deps/$(*F).pp > .deps/$(*F).P; \
270         tr ' ' '\012' < .deps/$(*F).pp \
271           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
272             >> .deps/$(*F).P; \
273         rm -f .deps/$(*F).pp
274 info-am:
275 info: info-am
276 dvi-am:
277 dvi: dvi-am
278 check-am: all-am
279 check: check-am
280 installcheck-am:
281 installcheck: installcheck-am
282 install-exec-am: install-libLIBRARIES
283 install-exec: install-exec-am
284
285 install-data-am:
286 install-data: install-data-am
287
288 install-am: all-am
289         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
290 install: install-am
291 uninstall-am: uninstall-libLIBRARIES
292 uninstall: uninstall-am
293 all-am: Makefile $(LIBRARIES)
294 all-redirect: all-am
295 install-strip:
296         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
297 installdirs:
298         $(mkinstalldirs)  $(DESTDIR)$(libdir)
299
300
301 mostlyclean-generic:
302
303 clean-generic:
304
305 distclean-generic:
306         -rm -f Makefile $(CONFIG_CLEAN_FILES)
307         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
308
309 maintainer-clean-generic:
310 mostlyclean-am:  mostlyclean-libLIBRARIES mostlyclean-compile \
311                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
312
313 mostlyclean: mostlyclean-am
314
315 clean-am:  clean-libLIBRARIES clean-compile clean-tags clean-depend \
316                 clean-generic mostlyclean-am
317
318 clean: clean-am
319
320 distclean-am:  distclean-libLIBRARIES distclean-compile distclean-tags \
321                 distclean-depend distclean-generic clean-am
322
323 distclean: distclean-am
324
325 maintainer-clean-am:  maintainer-clean-libLIBRARIES \
326                 maintainer-clean-compile maintainer-clean-tags \
327                 maintainer-clean-depend maintainer-clean-generic \
328                 distclean-am
329         @echo "This command is intended for maintainers to use;"
330         @echo "it deletes files that may require special tools to rebuild."
331
332 maintainer-clean: maintainer-clean-am
333
334 .PHONY: mostlyclean-libLIBRARIES distclean-libLIBRARIES \
335 clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \
336 install-libLIBRARIES mostlyclean-compile distclean-compile \
337 clean-compile maintainer-clean-compile tags mostlyclean-tags \
338 distclean-tags clean-tags maintainer-clean-tags distdir \
339 mostlyclean-depend distclean-depend clean-depend \
340 maintainer-clean-depend info-am info dvi-am dvi check check-am \
341 installcheck-am installcheck install-exec-am install-exec \
342 install-data-am install-data install-am install uninstall-am uninstall \
343 all-redirect all-am all installdirs mostlyclean-generic \
344 distclean-generic clean-generic maintainer-clean-generic clean \
345 mostlyclean distclean maintainer-clean
346
347
348 # Tell versions [3.59,3.63) of GNU make to not export all variables.
349 # Otherwise a system limit (for SysV at least) may be exceeded.
350 .NOEXPORT: