~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/gc/doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2006-05-17 02:46:26 UTC
  • Revision ID: james.westby@ubuntu.com-20060517024626-lljr08ftv9g9vefl
Tags: upstream-0.9h-20060510
ImportĀ upstreamĀ versionĀ 0.9h-20060510

Show diffs side-by-side

added added

removed removed

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