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