Annotation of OpenXM_contrib2/asir2000/gc/doc/Makefile.in, Revision 1.2
1.1 noro 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: addlibs = @addlibs@
112: addobjs = @addobjs@
113: addtests = @addtests@
114: am__include = @am__include@
115: am__quote = @am__quote@
116: install_sh = @install_sh@
117: target_all = @target_all@
118:
119: # installed documentation
120: #
121: dist_pkgdata_DATA = barrett_diagram debugging.html gc.man \
122: gcdescr.html README README.amiga README.arm.cross \
123: README.autoconf README.changes README.contributors \
124: README.cords README.DGUX386 README.dj README.environment \
125: README.ews4800 README.hp README.linux README.Mac \
126: README.MacOSX README.macros README.OS2 README.rs6000 \
127: README.sgi README.solaris2 README.uts README.win32 \
1.2 ! noro 128: tree.html leak.html gcinterface.html scale.html \
! 129: README.darwin
1.1 noro 130:
131: subdir = doc
132: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
133: CONFIG_CLEAN_FILES =
134: DIST_SOURCES =
135: DATA = $(dist_pkgdata_DATA)
136:
137: DIST_COMMON = README $(dist_pkgdata_DATA) Makefile.am Makefile.in
138: all: all-am
139:
140: .SUFFIXES:
141: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
142: cd $(top_srcdir) && \
143: $(AUTOMAKE) --gnu doc/Makefile
144: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
145: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
146:
147: mostlyclean-libtool:
148: -rm -f *.lo
149:
150: clean-libtool:
151: -rm -rf .libs _libs
152:
153: distclean-libtool:
154: -rm -f libtool
155: uninstall-info-am:
156: dist_pkgdataDATA_INSTALL = $(INSTALL_DATA)
157: install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
158: @$(NORMAL_INSTALL)
159: $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
160: @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
161: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
162: f="`echo $$p | sed -e 's|^.*/||'`"; \
163: echo " $(dist_pkgdataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f"; \
164: $(dist_pkgdataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f; \
165: done
166:
167: uninstall-dist_pkgdataDATA:
168: @$(NORMAL_UNINSTALL)
169: @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
170: f="`echo $$p | sed -e 's|^.*/||'`"; \
171: echo " rm -f $(DESTDIR)$(pkgdatadir)/$$f"; \
172: rm -f $(DESTDIR)$(pkgdatadir)/$$f; \
173: done
174: tags: TAGS
175: TAGS:
176:
177: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
178:
179: top_distdir = ..
180: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
181:
182: distdir: $(DISTFILES)
183: @list='$(DISTFILES)'; for file in $$list; do \
184: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
185: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
186: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
187: dir="/$$dir"; \
188: $(mkinstalldirs) "$(distdir)$$dir"; \
189: else \
190: dir=''; \
191: fi; \
192: if test -d $$d/$$file; then \
193: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
194: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
195: fi; \
196: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
197: else \
198: test -f $(distdir)/$$file \
199: || cp -p $$d/$$file $(distdir)/$$file \
200: || exit 1; \
201: fi; \
202: done
203: check-am: all-am
204: check: check-am
205: all-am: Makefile $(DATA)
206:
207: installdirs:
208: $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
209:
210: install: install-am
211: install-exec: install-exec-am
212: install-data: install-data-am
213: uninstall: uninstall-am
214:
215: install-am: all-am
216: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
217:
218: installcheck: installcheck-am
219: install-strip:
220: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
221: INSTALL_STRIP_FLAG=-s \
222: `test -z '$(STRIP)' || \
223: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
224: mostlyclean-generic:
225:
226: clean-generic:
227:
228: distclean-generic:
229: -rm -f Makefile $(CONFIG_CLEAN_FILES)
230:
231: maintainer-clean-generic:
232: @echo "This command is intended for maintainers to use"
233: @echo "it deletes files that may require special tools to rebuild."
234: clean: clean-am
235:
236: clean-am: clean-generic clean-libtool mostlyclean-am
237:
238: distclean: distclean-am
239:
240: distclean-am: clean-am distclean-generic distclean-libtool
241:
242: dvi: dvi-am
243:
244: dvi-am:
245:
246: info: info-am
247:
248: info-am:
249:
250: install-data-am: install-dist_pkgdataDATA
251:
252: install-exec-am:
253:
254: install-info: install-info-am
255:
256: install-man:
257:
258: installcheck-am:
259:
260: maintainer-clean: maintainer-clean-am
261:
262: maintainer-clean-am: distclean-am maintainer-clean-generic
263:
264: mostlyclean: mostlyclean-am
265:
266: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
267:
268: uninstall-am: uninstall-dist_pkgdataDATA uninstall-info-am
269:
270: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
271: distclean distclean-generic distclean-libtool distdir dvi \
272: dvi-am info info-am install install-am install-data \
273: install-data-am install-dist_pkgdataDATA install-exec \
274: install-exec-am install-info install-info-am install-man \
275: install-strip installcheck installcheck-am installdirs \
276: maintainer-clean maintainer-clean-generic mostlyclean \
277: mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
278: uninstall-dist_pkgdataDATA uninstall-info-am
279:
280: # Tell versions [3.59,3.63) of GNU make to not export all variables.
281: # Otherwise a system limit (for SysV at least) may be exceeded.
282: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>