English translation
[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 = tar
104 GZIP = --best
105 DEP_FILES =  .deps/locks.P .deps/thread.P .deps/threadio.P
106 SOURCES = $(libthreads_a_SOURCES)
107 OBJECTS = $(libthreads_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 threads/Makefile
115
116 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
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 .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 libthreads.a: $(libthreads_a_OBJECTS) $(libthreads_a_DEPENDENCIES)
147         -rm -f libthreads.a
148         $(AR) cru libthreads.a $(libthreads_a_OBJECTS) $(libthreads_a_LIBADD)
149         $(RANLIB) libthreads.a
150
151 tags: TAGS
152
153 ID: $(HEADERS) $(SOURCES) $(LISP)
154         here=`pwd` && cd $(srcdir) \
155           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
156
157 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
158         tags=; \
159         here=`pwd`; \
160         list='$(SOURCES) $(HEADERS)'; \
161         unique=`for i in $$list; do echo $$i; done | \
162           awk '    { files[$$0] = 1; } \
163                END { for (i in files) print i; }'`; \
164         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
165           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
166
167 mostlyclean-tags:
168
169 clean-tags:
170
171 distclean-tags:
172         -rm -f TAGS ID
173
174 maintainer-clean-tags:
175
176 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
177
178 subdir = threads
179
180 distdir: $(DISTFILES)
181         here=`cd $(top_builddir) && pwd`; \
182         top_distdir=`cd $(top_distdir) && pwd`; \
183         distdir=`cd $(distdir) && pwd`; \
184         cd $(top_srcdir) \
185           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu threads/Makefile
186         @for file in $(DISTFILES); do \
187           d=$(srcdir); \
188           test -f $(distdir)/$$file \
189           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
190           || cp -p $$d/$$file $(distdir)/$$file; \
191         done
192
193 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
194
195 -include $(DEP_FILES)
196
197 mostlyclean-depend:
198
199 clean-depend:
200
201 distclean-depend:
202
203 maintainer-clean-depend:
204         -rm -rf .deps
205
206 %.o: %.c
207         @echo '$(COMPILE) -c $<'; \
208         $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
209
210 %.lo: %.c
211         @echo '$(LTCOMPILE) -c $<'; \
212         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
213         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
214           < .deps/$(*F).p > .deps/$(*F).P
215         @-rm -f .deps/$(*F).p
216 info:
217 dvi:
218 check: all
219         $(MAKE)
220 installcheck:
221 install-exec: 
222         @$(NORMAL_INSTALL)
223
224 install-data: 
225         @$(NORMAL_INSTALL)
226
227 install: install-exec install-data all
228         @:
229
230 uninstall: 
231
232 install-strip:
233         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
234 installdirs:
235
236
237 mostlyclean-generic:
238         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
239
240 clean-generic:
241         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
242
243 distclean-generic:
244         -rm -f Makefile $(DISTCLEANFILES)
245         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
246         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
247
248 maintainer-clean-generic:
249         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
250         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
251 mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
252                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
253
254 clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
255                 clean-generic mostlyclean
256
257 distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
258                 distclean-depend distclean-generic clean
259         -rm -f config.status
260
261 maintainer-clean:  maintainer-clean-noinstLIBRARIES \
262                 maintainer-clean-compile maintainer-clean-tags \
263                 maintainer-clean-depend maintainer-clean-generic \
264                 distclean
265         @echo "This command is intended for maintainers to use;"
266         @echo "it deletes files that may require special tools to rebuild."
267
268 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
269 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
270 mostlyclean-compile distclean-compile clean-compile \
271 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
272 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
273 distclean-depend clean-depend maintainer-clean-depend info dvi \
274 installcheck install-exec install-data install uninstall all \
275 installdirs mostlyclean-generic distclean-generic clean-generic \
276 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
277
278
279 # Tell versions [3.59,3.63) of GNU make to not export all variables.
280 # Otherwise a system limit (for SysV at least) may be exceeded.
281 .NOEXPORT: