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