fixed old_copiler/new_compiler issue and other merged the IRIX makefile in
[cacao.git] / threads / 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 = @LIBTHREAD@
75 EXTRA_LIBRARIES = libthreads.a
76
77 libthreads_a_SOURCES = locks.c locks.h \
78                        thread.c thread.h \
79                        threadio.c threadio.h
80
81 INCLUDES=-I$(top_srcdir) -I$(top_srcdir)/@SYSDEP_DIR@
82 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
83 CONFIG_HEADER = ../config.h
84 CONFIG_CLEAN_FILES = 
85 LIBRARIES =  $(noinst_LIBRARIES)
86
87
88 DEFS = @DEFS@ -I. -I$(srcdir) -I..
89 CPPFLAGS = @CPPFLAGS@
90 LDFLAGS = @LDFLAGS@
91 LIBS = @LIBS@
92 libthreads_a_LIBADD = 
93 libthreads_a_OBJECTS =  locks.o thread.o threadio.o
94 AR = ar
95 CFLAGS = @CFLAGS@
96 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
97 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
98 DIST_COMMON =  Makefile.am Makefile.in
99
100
101 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102
103 TAR = gtar
104 GZIP = --best
105 SOURCES = $(libthreads_a_SOURCES)
106 OBJECTS = $(libthreads_a_OBJECTS)
107
108 all: Makefile $(LIBRARIES)
109
110 .SUFFIXES:
111 .SUFFIXES: .S .c .o .s
112 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
113         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps threads/Makefile
114
115 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
116         cd $(top_builddir) \
117           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
118
119
120 mostlyclean-noinstLIBRARIES:
121
122 clean-noinstLIBRARIES:
123         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
124
125 distclean-noinstLIBRARIES:
126
127 maintainer-clean-noinstLIBRARIES:
128
129 .c.o:
130         $(COMPILE) -c $<
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 libthreads.a: $(libthreads_a_OBJECTS) $(libthreads_a_DEPENDENCIES)
149         -rm -f libthreads.a
150         $(AR) cru libthreads.a $(libthreads_a_OBJECTS) $(libthreads_a_LIBADD)
151         $(RANLIB) libthreads.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 = threads
181
182 distdir: $(DISTFILES)
183         @for file in $(DISTFILES); do \
184           d=$(srcdir); \
185           test -f $(distdir)/$$file \
186           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
187           || cp -p $$d/$$file $(distdir)/$$file; \
188         done
189 info:
190 dvi:
191 check: all
192         $(MAKE)
193 installcheck:
194 install-exec: 
195         @$(NORMAL_INSTALL)
196
197 install-data: 
198         @$(NORMAL_INSTALL)
199
200 install: install-exec install-data all
201         @:
202
203 uninstall: 
204
205 install-strip:
206         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
207 installdirs:
208
209
210 mostlyclean-generic:
211         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
212
213 clean-generic:
214         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
215
216 distclean-generic:
217         -rm -f Makefile $(DISTCLEANFILES)
218         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
219         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
220
221 maintainer-clean-generic:
222         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
223         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
224 mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
225                 mostlyclean-tags mostlyclean-generic
226
227 clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
228                 mostlyclean
229
230 distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
231                 distclean-generic clean
232         -rm -f config.status
233
234 maintainer-clean:  maintainer-clean-noinstLIBRARIES \
235                 maintainer-clean-compile maintainer-clean-tags \
236                 maintainer-clean-generic distclean
237         @echo "This command is intended for maintainers to use;"
238         @echo "it deletes files that may require special tools to rebuild."
239
240 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
241 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
242 mostlyclean-compile distclean-compile clean-compile \
243 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
244 clean-tags maintainer-clean-tags distdir info dvi installcheck \
245 install-exec install-data install uninstall all installdirs \
246 mostlyclean-generic distclean-generic clean-generic \
247 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
248
249
250 # Tell versions [3.59,3.63) of GNU make to not export all variables.
251 # Otherwise a system limit (for SysV at least) may be exceeded.
252 .NOEXPORT: