fixed old_copiler/new_compiler issue and other merged the IRIX makefile in
[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 = gtar
105 GZIP = --best
106 SOURCES = $(libtoolbox_a_SOURCES)
107 OBJECTS = $(libtoolbox_a_OBJECTS)
108
109 all: Makefile $(LIBRARIES)
110
111 .SUFFIXES:
112 .SUFFIXES: .S .c .o .s
113 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
114         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps toolbox/Makefile
115
116 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
117         cd $(top_builddir) \
118           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
119
120
121 mostlyclean-noinstLIBRARIES:
122
123 clean-noinstLIBRARIES:
124         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
125
126 distclean-noinstLIBRARIES:
127
128 maintainer-clean-noinstLIBRARIES:
129
130 .c.o:
131         $(COMPILE) -c $<
132
133 .s.o:
134         $(COMPILE) -c $<
135
136 .S.o:
137         $(COMPILE) -c $<
138
139 mostlyclean-compile:
140         -rm -f *.o core *.core
141
142 clean-compile:
143
144 distclean-compile:
145         -rm -f *.tab.c
146
147 maintainer-clean-compile:
148
149 libtoolbox.a: $(libtoolbox_a_OBJECTS) $(libtoolbox_a_DEPENDENCIES)
150         -rm -f libtoolbox.a
151         $(AR) cru libtoolbox.a $(libtoolbox_a_OBJECTS) $(libtoolbox_a_LIBADD)
152         $(RANLIB) libtoolbox.a
153
154 tags: TAGS
155
156 ID: $(HEADERS) $(SOURCES) $(LISP)
157         here=`pwd` && cd $(srcdir) \
158           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
159
160 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
161         tags=; \
162         here=`pwd`; \
163         list='$(SOURCES) $(HEADERS)'; \
164         unique=`for i in $$list; do echo $$i; done | \
165           awk '    { files[$$0] = 1; } \
166                END { for (i in files) print i; }'`; \
167         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
168           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
169
170 mostlyclean-tags:
171
172 clean-tags:
173
174 distclean-tags:
175         -rm -f TAGS ID
176
177 maintainer-clean-tags:
178
179 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
180
181 subdir = toolbox
182
183 distdir: $(DISTFILES)
184         @for file in $(DISTFILES); do \
185           d=$(srcdir); \
186           test -f $(distdir)/$$file \
187           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
188           || cp -p $$d/$$file $(distdir)/$$file; \
189         done
190 info:
191 dvi:
192 check: all
193         $(MAKE)
194 installcheck:
195 install-exec: 
196         @$(NORMAL_INSTALL)
197
198 install-data: 
199         @$(NORMAL_INSTALL)
200
201 install: install-exec install-data all
202         @:
203
204 uninstall: 
205
206 install-strip:
207         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
208 installdirs:
209
210
211 mostlyclean-generic:
212         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
213
214 clean-generic:
215         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
216
217 distclean-generic:
218         -rm -f Makefile $(DISTCLEANFILES)
219         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
220         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
221
222 maintainer-clean-generic:
223         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
224         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
225 mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
226                 mostlyclean-tags mostlyclean-generic
227
228 clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
229                 mostlyclean
230
231 distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
232                 distclean-generic clean
233         -rm -f config.status
234
235 maintainer-clean:  maintainer-clean-noinstLIBRARIES \
236                 maintainer-clean-compile maintainer-clean-tags \
237                 maintainer-clean-generic distclean
238         @echo "This command is intended for maintainers to use;"
239         @echo "it deletes files that may require special tools to rebuild."
240
241 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
242 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
243 mostlyclean-compile distclean-compile clean-compile \
244 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
245 clean-tags maintainer-clean-tags distdir info dvi installcheck \
246 install-exec install-data install uninstall all installdirs \
247 mostlyclean-generic distclean-generic clean-generic \
248 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
249
250
251 # Tell versions [3.59,3.63) of GNU make to not export all variables.
252 # Otherwise a system limit (for SysV at least) may be exceeded.
253 .NOEXPORT: