Mercurial > noffle
comparison docs/Makefile.in @ 44:bb6a1bf61279 noffle
[svn] Oops. Forgot three files in my last commit:
* Removed Makefile.
* Added docs/Makefile.am and docs/Makefile.in
author | uh1763 |
---|---|
date | Fri, 05 May 2000 22:50:13 +0100 |
parents | |
children | 32ba1198c6fa |
comparison
equal
deleted
inserted
replaced
43:2842f50feb55 | 44:bb6a1bf61279 |
---|---|
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am | |
2 | |
3 # Copyright (C) 1994, 1995-8, 1999 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 # Process this file with automake to produce Makefile.in | |
14 | |
15 | |
16 SHELL = @SHELL@ | |
17 | |
18 srcdir = @srcdir@ | |
19 top_srcdir = @top_srcdir@ | |
20 VPATH = @srcdir@ | |
21 prefix = @prefix@ | |
22 exec_prefix = @exec_prefix@ | |
23 | |
24 bindir = @bindir@ | |
25 sbindir = @sbindir@ | |
26 libexecdir = @libexecdir@ | |
27 datadir = @datadir@ | |
28 sysconfdir = @sysconfdir@ | |
29 sharedstatedir = @sharedstatedir@ | |
30 localstatedir = @localstatedir@ | |
31 libdir = @libdir@ | |
32 infodir = @infodir@ | |
33 mandir = @mandir@ | |
34 includedir = @includedir@ | |
35 oldincludedir = /usr/include | |
36 | |
37 DESTDIR = | |
38 | |
39 pkgdatadir = $(datadir)/@PACKAGE@ | |
40 pkglibdir = $(libdir)/@PACKAGE@ | |
41 pkgincludedir = $(includedir)/@PACKAGE@ | |
42 | |
43 top_builddir = .. | |
44 | |
45 ACLOCAL = @ACLOCAL@ | |
46 AUTOCONF = @AUTOCONF@ | |
47 AUTOMAKE = @AUTOMAKE@ | |
48 AUTOHEADER = @AUTOHEADER@ | |
49 | |
50 INSTALL = @INSTALL@ | |
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) | |
52 INSTALL_DATA = @INSTALL_DATA@ | |
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
54 transform = @program_transform_name@ | |
55 | |
56 NORMAL_INSTALL = : | |
57 PRE_INSTALL = : | |
58 POST_INSTALL = : | |
59 NORMAL_UNINSTALL = : | |
60 PRE_UNINSTALL = : | |
61 POST_UNINSTALL = : | |
62 CC = @CC@ | |
63 CONFIGFILE = @CONFIGFILE@ | |
64 DOCDIR = @DOCDIR@ | |
65 MAKEINFO = @MAKEINFO@ | |
66 PACKAGE = @PACKAGE@ | |
67 SPOOLDIR = @SPOOLDIR@ | |
68 VERSION = @VERSION@ | |
69 | |
70 man_MANS = $(PACKAGE).1 $(PACKAGE).conf.5 | |
71 | |
72 EXTRA_DIST = FAQ NOTES ${man_MANS} $(PACKAGE).lsm | |
73 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
74 CONFIG_HEADER = ../config.h | |
75 CONFIG_CLEAN_FILES = | |
76 man1dir = $(mandir)/man1 | |
77 man5dir = $(mandir)/man5 | |
78 MANS = $(man_MANS) | |
79 | |
80 NROFF = nroff | |
81 DIST_COMMON = Makefile.am Makefile.in | |
82 | |
83 | |
84 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | |
85 | |
86 TAR = tar | |
87 GZIP_ENV = --best | |
88 all: all-redirect | |
89 .SUFFIXES: | |
90 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | |
91 cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile | |
92 | |
93 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) | |
94 cd $(top_builddir) \ | |
95 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | |
96 | |
97 | |
98 install-man1: | |
99 $(mkinstalldirs) $(DESTDIR)$(man1dir) | |
100 @list='$(man1_MANS)'; \ | |
101 l2='$(man_MANS)'; for i in $$l2; do \ | |
102 case "$$i" in \ | |
103 *.1*) list="$$list $$i" ;; \ | |
104 esac; \ | |
105 done; \ | |
106 for i in $$list; do \ | |
107 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ | |
108 else file=$$i; fi; \ | |
109 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ | |
110 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ | |
111 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ | |
112 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \ | |
113 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \ | |
114 done | |
115 | |
116 uninstall-man1: | |
117 @list='$(man1_MANS)'; \ | |
118 l2='$(man_MANS)'; for i in $$l2; do \ | |
119 case "$$i" in \ | |
120 *.1*) list="$$list $$i" ;; \ | |
121 esac; \ | |
122 done; \ | |
123 for i in $$list; do \ | |
124 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ | |
125 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ | |
126 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ | |
127 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \ | |
128 rm -f $(DESTDIR)$(man1dir)/$$inst; \ | |
129 done | |
130 | |
131 install-man5: | |
132 $(mkinstalldirs) $(DESTDIR)$(man5dir) | |
133 @list='$(man5_MANS)'; \ | |
134 l2='$(man_MANS)'; for i in $$l2; do \ | |
135 case "$$i" in \ | |
136 *.5*) list="$$list $$i" ;; \ | |
137 esac; \ | |
138 done; \ | |
139 for i in $$list; do \ | |
140 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ | |
141 else file=$$i; fi; \ | |
142 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ | |
143 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ | |
144 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ | |
145 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst"; \ | |
146 $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst; \ | |
147 done | |
148 | |
149 uninstall-man5: | |
150 @list='$(man5_MANS)'; \ | |
151 l2='$(man_MANS)'; for i in $$l2; do \ | |
152 case "$$i" in \ | |
153 *.5*) list="$$list $$i" ;; \ | |
154 esac; \ | |
155 done; \ | |
156 for i in $$list; do \ | |
157 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ | |
158 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ | |
159 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ | |
160 echo " rm -f $(DESTDIR)$(man5dir)/$$inst"; \ | |
161 rm -f $(DESTDIR)$(man5dir)/$$inst; \ | |
162 done | |
163 install-man: $(MANS) | |
164 @$(NORMAL_INSTALL) | |
165 $(MAKE) $(AM_MAKEFLAGS) install-man1 install-man5 | |
166 uninstall-man: | |
167 @$(NORMAL_UNINSTALL) | |
168 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1 uninstall-man5 | |
169 tags: TAGS | |
170 TAGS: | |
171 | |
172 | |
173 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | |
174 | |
175 subdir = docs | |
176 | |
177 distdir: $(DISTFILES) | |
178 here=`cd $(top_builddir) && pwd`; \ | |
179 top_distdir=`cd $(top_distdir) && pwd`; \ | |
180 distdir=`cd $(distdir) && pwd`; \ | |
181 cd $(top_srcdir) \ | |
182 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu docs/Makefile | |
183 @for file in $(DISTFILES); do \ | |
184 d=$(srcdir); \ | |
185 if test -d $$d/$$file; then \ | |
186 cp -pr $$/$$file $(distdir)/$$file; \ | |
187 else \ | |
188 test -f $(distdir)/$$file \ | |
189 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | |
190 || cp -p $$d/$$file $(distdir)/$$file || :; \ | |
191 fi; \ | |
192 done | |
193 info-am: | |
194 info: info-am | |
195 dvi-am: | |
196 dvi: dvi-am | |
197 check-am: all-am | |
198 check: check-am | |
199 installcheck-am: | |
200 installcheck: installcheck-am | |
201 install-exec-am: | |
202 install-exec: install-exec-am | |
203 | |
204 install-data-am: install-man install-data-local | |
205 install-data: install-data-am | |
206 | |
207 install-am: all-am | |
208 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
209 install: install-am | |
210 uninstall-am: uninstall-man uninstall-local | |
211 uninstall: uninstall-am | |
212 all-am: Makefile $(MANS) | |
213 all-redirect: all-am | |
214 install-strip: | |
215 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | |
216 installdirs: | |
217 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5 | |
218 | |
219 | |
220 mostlyclean-generic: | |
221 | |
222 clean-generic: | |
223 | |
224 distclean-generic: | |
225 -rm -f Makefile $(CONFIG_CLEAN_FILES) | |
226 -rm -f config.cache config.log stamp-h stamp-h[0-9]* | |
227 | |
228 maintainer-clean-generic: | |
229 mostlyclean-am: mostlyclean-generic | |
230 | |
231 mostlyclean: mostlyclean-am | |
232 | |
233 clean-am: clean-generic mostlyclean-am | |
234 | |
235 clean: clean-am | |
236 | |
237 distclean-am: distclean-generic clean-am | |
238 | |
239 distclean: distclean-am | |
240 | |
241 maintainer-clean-am: maintainer-clean-generic distclean-am | |
242 @echo "This command is intended for maintainers to use;" | |
243 @echo "it deletes files that may require special tools to rebuild." | |
244 | |
245 maintainer-clean: maintainer-clean-am | |
246 | |
247 .PHONY: install-man1 uninstall-man1 install-man5 uninstall-man5 \ | |
248 install-man uninstall-man tags distdir info-am info dvi-am dvi check \ | |
249 check-am installcheck-am installcheck install-exec-am install-exec \ | |
250 install-data-local install-data-am install-data install-am install \ | |
251 uninstall-local uninstall-am uninstall all-redirect all-am all \ | |
252 installdirs mostlyclean-generic distclean-generic clean-generic \ | |
253 maintainer-clean-generic clean mostlyclean distclean maintainer-clean | |
254 | |
255 | |
256 install-data-local: | |
257 $(INSTALL) -o 0 -g 0 -d $(DOCDIR) | |
258 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/FAQ $(DOCDIR) | |
259 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NOTES $(DOCDIR) | |
260 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/$(PACKAGE).lsm $(DOCDIR) | |
261 | |
262 uninstall-local: | |
263 rm -f $(DOCDIR)/FAQ | |
264 rm -f $(DOCDIR)/NOTES | |
265 rm -f $(DOCDIR)/$(PACKAGE).lsm | |
266 | |
267 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
268 # Otherwise a system limit (for SysV at least) may be exceeded. | |
269 .NOEXPORT: |