898911f6480604c8236b7fbd0557bf6675499192
[cacao.git] / toolbox / Makefile.in
1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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 = /bin/sh
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 DISTDIR =
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@
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 host_alias = @host_alias@
61 host_triplet = @host@
62 CC = @CC@
63 COMPILER_OBJECTS = @COMPILER_OBJECTS@
64 COMPILER_SOURCES = @COMPILER_SOURCES@
65 GC_OBJ = @GC_OBJ@
66 LIBTHREAD = @LIBTHREAD@
67 MAKEINFO = @MAKEINFO@
68 PACKAGE = @PACKAGE@
69 RANLIB = @RANLIB@
70 SYSDEP_DIR = @SYSDEP_DIR@
71 THREAD_OBJ = @THREAD_OBJ@
72 VERSION = @VERSION@
73
74 noinst_LIBRARIES = libtoolbox.a
75
76 libtoolbox_a_SOURCES = memory.c memory.h \
77                        loging.c loging.h \
78                        chain.c chain.h \
79                        tree.c tree.h \
80                        list.c list.h
81
82 INCLUDES=-I$(top_srcdir) -I$(top_srcdir)/@SYSDEP_DIR@
83 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
84 CONFIG_HEADER = ../config.h
85 CONFIG_CLEAN_FILES = 
86 LIBRARIES =  $(noinst_LIBRARIES)
87
88
89 DEFS = @DEFS@ -I. -I$(srcdir) -I..
90 CPPFLAGS = @CPPFLAGS@
91 LDFLAGS = @LDFLAGS@
92 LIBS = @LIBS@
93 libtoolbox_a_LIBADD = 
94 libtoolbox_a_OBJECTS =  memory.o loging.o chain.o tree.o list.o
95 AR = ar
96 CFLAGS = @CFLAGS@
97 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
98 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
99 DIST_COMMON =  Makefile.am Makefile.in
100
101
102 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
103
104 TAR = tar
105 GZIP = --best
106 DEP_FILES =  .deps/chain.P .deps/list.P .deps/loging.P .deps/memory.P \
107 .deps/tree.P
108 SOURCES = $(libtoolbox_a_SOURCES)
109 OBJECTS = $(libtoolbox_a_OBJECTS)
110
111 all: Makefile $(LIBRARIES)
112
113 .SUFFIXES:
114 .SUFFIXES: .S .c .o .s
115 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
116         cd $(top_srcdir) && $(AUTOMAKE) --gnu toolbox/Makefile
117
118 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
119         cd $(top_builddir) \
120           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
121
122
123 mostlyclean-noinstLIBRARIES:
124
125 clean-noinstLIBRARIES:
126         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
127
128 distclean-noinstLIBRARIES:
129
130 maintainer-clean-noinstLIBRARIES:
131
132 .s.o:
133         $(COMPILE) -c $<
134
135 .S.o:
136         $(COMPILE) -c $<
137
138 mostlyclean-compile:
139         -rm -f *.o core *.core
140
141 clean-compile:
142
143 distclean-compile:
144         -rm -f *.tab.c
145
146 maintainer-clean-compile:
147
148 libtoolbox.a: $(libtoolbox_a_OBJECTS) $(libtoolbox_a_DEPENDENCIES)
149         -rm -f libtoolbox.a
150         $(AR) cru libtoolbox.a $(libtoolbox_a_OBJECTS) $(libtoolbox_a_LIBADD)
151         $(RANLIB) libtoolbox.a
152
153 tags: TAGS
154
155 ID: $(HEADERS) $(SOURCES) $(LISP)
156         here=`pwd` && cd $(srcdir) \
157           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
158
159 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
160         tags=; \
161         here=`pwd`; \
162         list='$(SOURCES) $(HEADERS)'; \
163         unique=`for i in $$list; do echo $$i; done | \
164           awk '    { files[$$0] = 1; } \
165                END { for (i in files) print i; }'`; \
166         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
167           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
168
169 mostlyclean-tags:
170
171 clean-tags:
172
173 distclean-tags:
174         -rm -f TAGS ID
175
176 maintainer-clean-tags:
177
178 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
179
180 subdir = toolbox
181
182 distdir: $(DISTFILES)
183         here=`cd $(top_builddir) && pwd`; \
184         top_distdir=`cd $(top_distdir) && pwd`; \
185         distdir=`cd $(distdir) && pwd`; \
186         cd $(top_srcdir) \
187           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu toolbox/Makefile
188         @for file in $(DISTFILES); do \
189           d=$(srcdir); \
190           test -f $(distdir)/$$file \
191           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
192           || cp -p $$d/$$file $(distdir)/$$file; \
193         done
194
195 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
196
197 -include $(DEP_FILES)
198
199 mostlyclean-depend:
200
201 clean-depend:
202
203 distclean-depend:
204
205 maintainer-clean-depend:
206         -rm -rf .deps
207
208 %.o: %.c
209         @echo '$(COMPILE) -c $<'; \
210         $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
211
212 %.lo: %.c
213         @echo '$(LTCOMPILE) -c $<'; \
214         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
215         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
216           < .deps/$(*F).p > .deps/$(*F).P
217         @-rm -f .deps/$(*F).p
218 info:
219 dvi:
220 check: all
221         $(MAKE)
222 installcheck:
223 install-exec: 
224         @$(NORMAL_INSTALL)
225
226 install-data: 
227         @$(NORMAL_INSTALL)
228
229 install: install-exec install-data all
230         @:
231
232 uninstall: 
233
234 install-strip:
235         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
236 installdirs:
237
238
239 mostlyclean-generic:
240         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
241
242 clean-generic:
243         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
244
245 distclean-generic:
246         -rm -f Makefile $(DISTCLEANFILES)
247         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
248         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
249
250 maintainer-clean-generic:
251         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
252         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
253 mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
254                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
255
256 clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
257                 clean-generic mostlyclean
258
259 distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
260                 distclean-depend distclean-generic clean
261         -rm -f config.status
262
263 maintainer-clean:  maintainer-clean-noinstLIBRARIES \
264                 maintainer-clean-compile maintainer-clean-tags \
265                 maintainer-clean-depend maintainer-clean-generic \
266                 distclean
267         @echo "This command is intended for maintainers to use;"
268         @echo "it deletes files that may require special tools to rebuild."
269
270 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
271 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
272 mostlyclean-compile distclean-compile clean-compile \
273 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
274 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
275 distclean-depend clean-depend maintainer-clean-depend info dvi \
276 installcheck install-exec install-data install uninstall all \
277 installdirs mostlyclean-generic distclean-generic clean-generic \
278 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
279
280
281 # Tell versions [3.59,3.63) of GNU make to not export all variables.
282 # Otherwise a system limit (for SysV at least) may be exceeded.
283 .NOEXPORT: