Working towards better make dist
[cacao.git] / doc / 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 EXTRA_DIST=collect.doc thread.tex cacao.1 gen.doc
75 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
76 CONFIG_HEADER = ../config.h
77 CONFIG_CLEAN_FILES = 
78 DIST_COMMON =  Makefile.am Makefile.in
79
80
81 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
82
83 TAR = tar
84 GZIP = --best
85 all: Makefile
86
87 .SUFFIXES:
88 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
89         cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile
90
91 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
92         cd $(top_builddir) \
93           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
94
95 tags: TAGS
96 TAGS:
97
98
99 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
100
101 subdir = doc
102
103 distdir: $(DISTFILES)
104         here=`cd $(top_builddir) && pwd`; \
105         top_distdir=`cd $(top_distdir) && pwd`; \
106         distdir=`cd $(distdir) && pwd`; \
107         cd $(top_srcdir) \
108           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile
109         @for file in $(DISTFILES); do \
110           d=$(srcdir); \
111           test -f $(distdir)/$$file \
112           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
113           || cp -p $$d/$$file $(distdir)/$$file; \
114         done
115 info:
116 dvi:
117 check: all
118         $(MAKE)
119 installcheck:
120 install-exec: 
121         @$(NORMAL_INSTALL)
122
123 install-data: 
124         @$(NORMAL_INSTALL)
125
126 install: install-exec install-data all
127         @:
128
129 uninstall: 
130
131 install-strip:
132         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
133 installdirs:
134
135
136 mostlyclean-generic:
137         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
138
139 clean-generic:
140         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
141
142 distclean-generic:
143         -rm -f Makefile $(DISTCLEANFILES)
144         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
145         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
146
147 maintainer-clean-generic:
148         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
149         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
150 mostlyclean:  mostlyclean-generic
151
152 clean:  clean-generic mostlyclean
153
154 distclean:  distclean-generic clean
155         -rm -f config.status
156
157 maintainer-clean:  maintainer-clean-generic distclean
158         @echo "This command is intended for maintainers to use;"
159         @echo "it deletes files that may require special tools to rebuild."
160
161 .PHONY: tags distdir info dvi installcheck install-exec install-data \
162 install uninstall all installdirs mostlyclean-generic distclean-generic \
163 clean-generic maintainer-clean-generic clean mostlyclean distclean \
164 maintainer-clean
165
166
167 # Tell versions [3.59,3.63) of GNU make to not export all variables.
168 # Otherwise a system limit (for SysV at least) may be exceeded.
169 .NOEXPORT: