source: trunk/gc6.8/doc/Makefile.in@ 360

Last change on this file since 360 was 132, checked in by cinc, 19 years ago

Boehm-Demers-Weiser garbage collector. Single-threaded for OS/2.

File size: 11.3 KB
Line 
1# Makefile.in generated by automake 1.9.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004 Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#
18#
19# THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
20# OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
21#
22# Permission is hereby granted to use or copy this program
23# for any purpose, provided the above notices are retained on all copies.
24# Permission to modify the code and to distribute modified code is granted,
25# provided the above notices are retained, and a notice that the code was
26# modified is included with the above copyright notice.
27#
28# Modified by: Grzegorz Jakacki <jakacki at acm dot org>
29
30srcdir = @srcdir@
31top_srcdir = @top_srcdir@
32VPATH = @srcdir@
33pkgdatadir = $(datadir)/@PACKAGE@
34pkglibdir = $(libdir)/@PACKAGE@
35pkgincludedir = $(includedir)/@PACKAGE@
36top_builddir = ..
37am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
38INSTALL = @INSTALL@
39install_sh_DATA = $(install_sh) -c -m 644
40install_sh_PROGRAM = $(install_sh) -c
41install_sh_SCRIPT = $(install_sh) -c
42INSTALL_HEADER = $(INSTALL_DATA)
43transform = $(program_transform_name)
44NORMAL_INSTALL = :
45PRE_INSTALL = :
46POST_INSTALL = :
47NORMAL_UNINSTALL = :
48PRE_UNINSTALL = :
49POST_UNINSTALL = :
50build_triplet = @build@
51host_triplet = @host@
52target_triplet = @target@
53subdir = doc
54DIST_COMMON = README $(dist_pkgdata_DATA) $(srcdir)/Makefile.am \
55 $(srcdir)/Makefile.in
56ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
58 $(top_srcdir)/libtool.m4 $(top_srcdir)/configure.in
59am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60 $(ACLOCAL_M4)
61mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
62CONFIG_CLEAN_FILES =
63SOURCES =
64DIST_SOURCES =
65am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
66am__vpath_adj = case $$p in \
67 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
68 *) f=$$p;; \
69 esac;
70am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
71am__installdirs = "$(DESTDIR)$(pkgdatadir)"
72dist_pkgdataDATA_INSTALL = $(INSTALL_DATA)
73DATA = $(dist_pkgdata_DATA)
74DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75ACLOCAL = @ACLOCAL@
76AMDEP_FALSE = @AMDEP_FALSE@
77AMDEP_TRUE = @AMDEP_TRUE@
78AMTAR = @AMTAR@
79AR = @AR@
80AUTOCONF = @AUTOCONF@
81AUTOHEADER = @AUTOHEADER@
82AUTOMAKE = @AUTOMAKE@
83AWK = @AWK@
84CC = @CC@
85CCAS = @CCAS@
86CCASFLAGS = @CCASFLAGS@
87CCDEPMODE = @CCDEPMODE@
88CFLAGS = @CFLAGS@
89COMPILER_XLC_FALSE = @COMPILER_XLC_FALSE@
90COMPILER_XLC_TRUE = @COMPILER_XLC_TRUE@
91CPLUSPLUS_FALSE = @CPLUSPLUS_FALSE@
92CPLUSPLUS_TRUE = @CPLUSPLUS_TRUE@
93CPP = @CPP@
94CPPFLAGS = @CPPFLAGS@
95CXX = @CXX@
96CXXDEPMODE = @CXXDEPMODE@
97CXXFLAGS = @CXXFLAGS@
98CXXINCLUDES = @CXXINCLUDES@
99CYGPATH_W = @CYGPATH_W@
100DEFS = @DEFS@
101DEPDIR = @DEPDIR@
102ECHO = @ECHO@
103ECHO_C = @ECHO_C@
104ECHO_N = @ECHO_N@
105ECHO_T = @ECHO_T@
106EGREP = @EGREP@
107EXEEXT = @EXEEXT@
108EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
109GC_CFLAGS = @GC_CFLAGS@
110GC_VERSION = @GC_VERSION@
111INCLUDES = @INCLUDES@
112INSTALL_DATA = @INSTALL_DATA@
113INSTALL_PROGRAM = @INSTALL_PROGRAM@
114INSTALL_SCRIPT = @INSTALL_SCRIPT@
115INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
116LDFLAGS = @LDFLAGS@
117LIBOBJS = @LIBOBJS@
118LIBS = @LIBS@
119LIBTOOL = @LIBTOOL@
120LN_S = @LN_S@
121LTLIBOBJS = @LTLIBOBJS@
122MAINT = @MAINT@
123MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
124MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
125MAKEINFO = @MAKEINFO@
126MY_CFLAGS = @MY_CFLAGS@
127OBJEXT = @OBJEXT@
128PACKAGE = @PACKAGE@
129PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
130PACKAGE_NAME = @PACKAGE_NAME@
131PACKAGE_STRING = @PACKAGE_STRING@
132PACKAGE_TARNAME = @PACKAGE_TARNAME@
133PACKAGE_VERSION = @PACKAGE_VERSION@
134PATH_SEPARATOR = @PATH_SEPARATOR@
135POWERPC_DARWIN_FALSE = @POWERPC_DARWIN_FALSE@
136POWERPC_DARWIN_TRUE = @POWERPC_DARWIN_TRUE@
137RANLIB = @RANLIB@
138SET_MAKE = @SET_MAKE@
139SHELL = @SHELL@
140STRIP = @STRIP@
141THREADDLLIBS = @THREADDLLIBS@
142UNWINDLIBS = @UNWINDLIBS@
143USE_LIBDIR_FALSE = @USE_LIBDIR_FALSE@
144USE_LIBDIR_TRUE = @USE_LIBDIR_TRUE@
145VERSION = @VERSION@
146ac_ct_AR = @ac_ct_AR@
147ac_ct_CC = @ac_ct_CC@
148ac_ct_CXX = @ac_ct_CXX@
149ac_ct_RANLIB = @ac_ct_RANLIB@
150ac_ct_STRIP = @ac_ct_STRIP@
151addincludes = @addincludes@
152addlibs = @addlibs@
153addobjs = @addobjs@
154addtests = @addtests@
155am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
156am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
157am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
158am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
159am__include = @am__include@
160am__leading_dot = @am__leading_dot@
161am__quote = @am__quote@
162am__tar = @am__tar@
163am__untar = @am__untar@
164bindir = @bindir@
165build = @build@
166build_alias = @build_alias@
167build_cpu = @build_cpu@
168build_os = @build_os@
169build_vendor = @build_vendor@
170datadir = @datadir@
171exec_prefix = @exec_prefix@
172host = @host@
173host_alias = @host_alias@
174host_cpu = @host_cpu@
175host_os = @host_os@
176host_vendor = @host_vendor@
177includedir = @includedir@
178infodir = @infodir@
179install_sh = @install_sh@
180libdir = @libdir@
181libexecdir = @libexecdir@
182localstatedir = @localstatedir@
183mandir = @mandir@
184mkdir_p = @mkdir_p@
185oldincludedir = @oldincludedir@
186prefix = @prefix@
187program_transform_name = @program_transform_name@
188sbindir = @sbindir@
189sharedstatedir = @sharedstatedir@
190sysconfdir = @sysconfdir@
191target = @target@
192target_alias = @target_alias@
193target_all = @target_all@
194target_cpu = @target_cpu@
195target_os = @target_os@
196target_vendor = @target_vendor@
197
198# installed documentation
199#
200dist_pkgdata_DATA = barrett_diagram debugging.html gc.man \
201 gcdescr.html README README.amiga README.arm.cross \
202 README.autoconf README.changes README.contributors \
203 README.cords README.DGUX386 README.dj README.environment \
204 README.ews4800 README.hp README.linux README.Mac \
205 README.MacOSX README.macros README.OS2 README.rs6000 \
206 README.sgi README.solaris2 README.uts README.win32 \
207 tree.html leak.html gcinterface.html scale.html \
208 README.darwin simple_example.html
209
210all: all-am
211
212.SUFFIXES:
213$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
214 @for dep in $?; do \
215 case '$(am__configure_deps)' in \
216 *$$dep*) \
217 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
218 && exit 0; \
219 exit 1;; \
220 esac; \
221 done; \
222 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
223 cd $(top_srcdir) && \
224 $(AUTOMAKE) --gnu doc/Makefile
225.PRECIOUS: Makefile
226Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
227 @case '$?' in \
228 *config.status*) \
229 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
230 *) \
231 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
232 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
233 esac;
234
235$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
236 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
237
238$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
239 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
241 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242
243mostlyclean-libtool:
244 -rm -f *.lo
245
246clean-libtool:
247 -rm -rf .libs _libs
248
249distclean-libtool:
250 -rm -f libtool
251uninstall-info-am:
252install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
253 @$(NORMAL_INSTALL)
254 test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)"
255 @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
256 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
257 f=$(am__strip_dir) \
258 echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
259 $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
260 done
261
262uninstall-dist_pkgdataDATA:
263 @$(NORMAL_UNINSTALL)
264 @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
265 f=$(am__strip_dir) \
266 echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
267 rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
268 done
269tags: TAGS
270TAGS:
271
272ctags: CTAGS
273CTAGS:
274
275
276distdir: $(DISTFILES)
277 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
278 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
279 list='$(DISTFILES)'; for file in $$list; do \
280 case $$file in \
281 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
282 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
283 esac; \
284 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
285 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
286 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
287 dir="/$$dir"; \
288 $(mkdir_p) "$(distdir)$$dir"; \
289 else \
290 dir=''; \
291 fi; \
292 if test -d $$d/$$file; then \
293 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
294 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
295 fi; \
296 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
297 else \
298 test -f $(distdir)/$$file \
299 || cp -p $$d/$$file $(distdir)/$$file \
300 || exit 1; \
301 fi; \
302 done
303check-am: all-am
304check: check-am
305all-am: Makefile $(DATA)
306installdirs:
307 for dir in "$(DESTDIR)$(pkgdatadir)"; do \
308 test -z "$$dir" || $(mkdir_p) "$$dir"; \
309 done
310install: install-am
311install-exec: install-exec-am
312install-data: install-data-am
313uninstall: uninstall-am
314
315install-am: all-am
316 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
317
318installcheck: installcheck-am
319install-strip:
320 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
321 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
322 `test -z '$(STRIP)' || \
323 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
324mostlyclean-generic:
325
326clean-generic:
327
328distclean-generic:
329 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
330
331maintainer-clean-generic:
332 @echo "This command is intended for maintainers to use"
333 @echo "it deletes files that may require special tools to rebuild."
334clean: clean-am
335
336clean-am: clean-generic clean-libtool mostlyclean-am
337
338distclean: distclean-am
339 -rm -f Makefile
340distclean-am: clean-am distclean-generic distclean-libtool
341
342dvi: dvi-am
343
344dvi-am:
345
346html: html-am
347
348info: info-am
349
350info-am:
351
352install-data-am: install-dist_pkgdataDATA
353
354install-exec-am:
355
356install-info: install-info-am
357
358install-man:
359
360installcheck-am:
361
362maintainer-clean: maintainer-clean-am
363 -rm -f Makefile
364maintainer-clean-am: distclean-am maintainer-clean-generic
365
366mostlyclean: mostlyclean-am
367
368mostlyclean-am: mostlyclean-generic mostlyclean-libtool
369
370pdf: pdf-am
371
372pdf-am:
373
374ps: ps-am
375
376ps-am:
377
378uninstall-am: uninstall-dist_pkgdataDATA uninstall-info-am
379
380.PHONY: all all-am check check-am clean clean-generic clean-libtool \
381 distclean distclean-generic distclean-libtool distdir dvi \
382 dvi-am html html-am info info-am install install-am \
383 install-data install-data-am install-dist_pkgdataDATA \
384 install-exec install-exec-am install-info install-info-am \
385 install-man install-strip installcheck installcheck-am \
386 installdirs maintainer-clean maintainer-clean-generic \
387 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
388 ps ps-am uninstall uninstall-am uninstall-dist_pkgdataDATA \
389 uninstall-info-am
390
391# Tell versions [3.59,3.63) of GNU make to not export all variables.
392# Otherwise a system limit (for SysV at least) may be exceeded.
393.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.