comparison gc/doc/Makefile.in @ 51488:5de98dce4bd1

*** empty log message ***
author Dave Love <fx@gnu.org>
date Thu, 05 Jun 2003 17:49:22 +0000
parents
children
comparison
equal deleted inserted replaced
51487:01d68b199093 51488:5de98dce4bd1
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # 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 SHELL = @SHELL@
30
31 srcdir = @srcdir@
32 top_srcdir = @top_srcdir@
33 VPATH = @srcdir@
34 prefix = @prefix@
35 exec_prefix = @exec_prefix@
36
37 bindir = @bindir@
38 sbindir = @sbindir@
39 libexecdir = @libexecdir@
40 datadir = @datadir@
41 sysconfdir = @sysconfdir@
42 sharedstatedir = @sharedstatedir@
43 localstatedir = @localstatedir@
44 libdir = @libdir@
45 infodir = @infodir@
46 mandir = @mandir@
47 includedir = @includedir@
48 oldincludedir = /usr/include
49 pkgdatadir = $(datadir)/@PACKAGE@
50 pkglibdir = $(libdir)/@PACKAGE@
51 pkgincludedir = $(includedir)/@PACKAGE@
52 top_builddir = ..
53
54 ACLOCAL = @ACLOCAL@
55 AUTOCONF = @AUTOCONF@
56 AUTOMAKE = @AUTOMAKE@
57 AUTOHEADER = @AUTOHEADER@
58
59 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
60 INSTALL = @INSTALL@
61 INSTALL_PROGRAM = @INSTALL_PROGRAM@
62 INSTALL_DATA = @INSTALL_DATA@
63 install_sh_DATA = $(install_sh) -c -m 644
64 install_sh_PROGRAM = $(install_sh) -c
65 install_sh_SCRIPT = $(install_sh) -c
66 INSTALL_SCRIPT = @INSTALL_SCRIPT@
67 INSTALL_HEADER = $(INSTALL_DATA)
68 transform = @program_transform_name@
69 NORMAL_INSTALL = :
70 PRE_INSTALL = :
71 POST_INSTALL = :
72 NORMAL_UNINSTALL = :
73 PRE_UNINSTALL = :
74 POST_UNINSTALL = :
75 host_alias = @host_alias@
76 host_triplet = @host@
77
78 EXEEXT = @EXEEXT@
79 OBJEXT = @OBJEXT@
80 PATH_SEPARATOR = @PATH_SEPARATOR@
81 AMTAR = @AMTAR@
82 AR = @AR@
83 AS = @AS@
84 AWK = @AWK@
85 CC = @CC@
86 CCAS = @CCAS@
87 CCASFLAGS = @CCASFLAGS@
88 CFLAGS = @CFLAGS@
89 CXX = @CXX@
90 CXXFLAGS = @CXXFLAGS@
91 CXXINCLUDES = @CXXINCLUDES@
92 DEPDIR = @DEPDIR@
93 DLLTOOL = @DLLTOOL@
94 ECHO = @ECHO@
95 EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
96 GC_CFLAGS = @GC_CFLAGS@
97 GC_VERSION = @GC_VERSION@
98 INCLUDES = @INCLUDES@
99 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
100 LIBTOOL = @LIBTOOL@
101 LN_S = @LN_S@
102 MAINT = @MAINT@
103 MY_CFLAGS = @MY_CFLAGS@
104 OBJDUMP = @OBJDUMP@
105 PACKAGE = @PACKAGE@
106 RANLIB = @RANLIB@
107 STRIP = @STRIP@
108 THREADLIBS = @THREADLIBS@
109 VERSION = @VERSION@
110 addincludes = @addincludes@
111 addobjs = @addobjs@
112 addtests = @addtests@
113 am__include = @am__include@
114 am__quote = @am__quote@
115 install_sh = @install_sh@
116 target_all = @target_all@
117
118 # installed documentation
119 #
120 dist_pkgdata_DATA = barrett_diagram debugging.html gc.man \
121 gcdescr.html README README.amiga README.arm.cross \
122 README.autoconf README.changes README.contributors \
123 README.cords README.DGUX386 README.dj README.environment \
124 README.ews4800 README.hp README.linux README.Mac \
125 README.MacOSX README.macros README.OS2 README.rs6000 \
126 README.sgi README.solaris2 README.uts README.win32 \
127 tree.html leak.html gcinterface.html scale.html
128
129 subdir = doc
130 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
131 CONFIG_CLEAN_FILES =
132 DIST_SOURCES =
133 DATA = $(dist_pkgdata_DATA)
134
135 DIST_COMMON = README $(dist_pkgdata_DATA) Makefile.am Makefile.in
136 all: all-am
137
138 .SUFFIXES:
139 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
140 cd $(top_srcdir) && \
141 $(AUTOMAKE) --gnu doc/Makefile
142 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
143 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
144
145 mostlyclean-libtool:
146 -rm -f *.lo
147
148 clean-libtool:
149 -rm -rf .libs _libs
150
151 distclean-libtool:
152 -rm -f libtool
153 uninstall-info-am:
154 dist_pkgdataDATA_INSTALL = $(INSTALL_DATA)
155 install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
156 @$(NORMAL_INSTALL)
157 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
158 @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
159 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
160 f="`echo $$p | sed -e 's|^.*/||'`"; \
161 echo " $(dist_pkgdataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f"; \
162 $(dist_pkgdataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f; \
163 done
164
165 uninstall-dist_pkgdataDATA:
166 @$(NORMAL_UNINSTALL)
167 @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
168 f="`echo $$p | sed -e 's|^.*/||'`"; \
169 echo " rm -f $(DESTDIR)$(pkgdatadir)/$$f"; \
170 rm -f $(DESTDIR)$(pkgdatadir)/$$f; \
171 done
172 tags: TAGS
173 TAGS:
174
175 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176
177 top_distdir = ..
178 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
179
180 distdir: $(DISTFILES)
181 @list='$(DISTFILES)'; for file in $$list; do \
182 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
183 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
184 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
185 dir="/$$dir"; \
186 $(mkinstalldirs) "$(distdir)$$dir"; \
187 else \
188 dir=''; \
189 fi; \
190 if test -d $$d/$$file; then \
191 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
192 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
193 fi; \
194 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
195 else \
196 test -f $(distdir)/$$file \
197 || cp -p $$d/$$file $(distdir)/$$file \
198 || exit 1; \
199 fi; \
200 done
201 check-am: all-am
202 check: check-am
203 all-am: Makefile $(DATA)
204
205 installdirs:
206 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
207
208 install: install-am
209 install-exec: install-exec-am
210 install-data: install-data-am
211 uninstall: uninstall-am
212
213 install-am: all-am
214 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
215
216 installcheck: installcheck-am
217 install-strip:
218 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
219 INSTALL_STRIP_FLAG=-s \
220 `test -z '$(STRIP)' || \
221 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
222 mostlyclean-generic:
223
224 clean-generic:
225
226 distclean-generic:
227 -rm -f Makefile $(CONFIG_CLEAN_FILES)
228
229 maintainer-clean-generic:
230 @echo "This command is intended for maintainers to use"
231 @echo "it deletes files that may require special tools to rebuild."
232 clean: clean-am
233
234 clean-am: clean-generic clean-libtool mostlyclean-am
235
236 distclean: distclean-am
237
238 distclean-am: clean-am distclean-generic distclean-libtool
239
240 dvi: dvi-am
241
242 dvi-am:
243
244 info: info-am
245
246 info-am:
247
248 install-data-am: install-dist_pkgdataDATA
249
250 install-exec-am:
251
252 install-info: install-info-am
253
254 install-man:
255
256 installcheck-am:
257
258 maintainer-clean: maintainer-clean-am
259
260 maintainer-clean-am: distclean-am maintainer-clean-generic
261
262 mostlyclean: mostlyclean-am
263
264 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
265
266 uninstall-am: uninstall-dist_pkgdataDATA uninstall-info-am
267
268 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
269 distclean distclean-generic distclean-libtool distdir dvi \
270 dvi-am info info-am install install-am install-data \
271 install-data-am install-dist_pkgdataDATA install-exec \
272 install-exec-am install-info install-info-am install-man \
273 install-strip installcheck installcheck-am installdirs \
274 maintainer-clean maintainer-clean-generic mostlyclean \
275 mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
276 uninstall-dist_pkgdataDATA uninstall-info-am
277
278 # Tell versions [3.59,3.63) of GNU make to not export all variables.
279 # Otherwise a system limit (for SysV at least) may be exceeded.
280 .NOEXPORT: