]> Dogcows Code - chaz/tar/blob - Makefile.in
55a4fc7afdcfeb692b122737f5c4c8e64c6f1eb4
[chaz/tar] / Makefile.in
1 # Makefile.in generated automatically by automake 1.1n from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy, distribute and modify it.
6
7 # Main Makefile for GNU tar.
8 # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
9
10 # This program is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; either version 2, or (at your option)
13 # any later version.
14
15 # This program is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # GNU General Public License for more details.
19
20 # You should have received a copy of the GNU General Public License
21 # along with this program; if not, write to the Free Software
22 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
23 # 02111-1307, USA.
24
25
26 SHELL = /bin/sh
27
28 srcdir = @srcdir@
29 top_srcdir = @top_srcdir@
30 VPATH = @srcdir@
31 prefix = @prefix@
32 exec_prefix = @exec_prefix@
33
34 bindir = @bindir@
35 sbindir = @sbindir@
36 libexecdir = @libexecdir@
37 datadir = @datadir@
38 sysconfdir = @sysconfdir@
39 sharedstatedir = @sharedstatedir@
40 localstatedir = @localstatedir@
41 libdir = @libdir@
42 infodir = @infodir@
43 mandir = @mandir@
44 includedir = @includedir@
45 oldincludedir = /usr/include
46
47 pkgdatadir = $(datadir)/@PACKAGE@
48 pkglibdir = $(libdir)/@PACKAGE@
49 pkgincludedir = $(includedir)/@PACKAGE@
50
51 top_builddir = .
52
53 ACLOCAL = @ACLOCAL@
54 AUTOCONF = @AUTOCONF@
55 AUTOMAKE = @AUTOMAKE@
56 AUTOHEADER = @AUTOHEADER@
57
58 INSTALL = @INSTALL@
59 INSTALL_PROGRAM = @INSTALL_PROGRAM@
60 INSTALL_DATA = @INSTALL_DATA@
61 INSTALL_SCRIPT = @INSTALL_SCRIPT@
62 transform = @program_transform_name@
63
64 NORMAL_INSTALL = true
65 PRE_INSTALL = true
66 POST_INSTALL = true
67 NORMAL_UNINSTALL = true
68 PRE_UNINSTALL = true
69 POST_UNINSTALL = true
70 ACLOCAL = @ACLOCAL@
71 AUTOCONF = @AUTOCONF@
72 AUTOHEADER = @AUTOHEADER@
73 AUTOMAKE = @AUTOMAKE@
74 CATALOGS = @CATALOGS@
75 CATOBJEXT = @CATOBJEXT@
76 CC = @CC@
77 DATADIRNAME = @DATADIRNAME@
78 ECHO_C = @ECHO_C@
79 ECHO_N = @ECHO_N@
80 GENCAT = @GENCAT@
81 GMOFILES = @GMOFILES@
82 GMSGFMT = @GMSGFMT@
83 GT_NO = @GT_NO@
84 GT_YES = @GT_YES@
85 INSTOBJEXT = @INSTOBJEXT@
86 INTLDEPS = @INTLDEPS@
87 INTLLIBS = @INTLLIBS@
88 INTLOBJS = @INTLOBJS@
89 MAKEINFO = @MAKEINFO@
90 MKINSTALLDIRS = @MKINSTALLDIRS@
91 MSGFMT = @MSGFMT@
92 PACKAGE = @PACKAGE@
93 POFILES = @POFILES@
94 POSUB = @POSUB@
95 RANLIB = @RANLIB@
96 RMT = @RMT@
97 U = @U@
98 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
99 USE_NLS = @USE_NLS@
100 VERSION = @VERSION@
101 YACC = @YACC@
102
103 AUTOMAKE_OPTIONS = gnits dist-shar
104
105 BABYL = rmail/* admin/*/RMAIL
106 EXTRA_DIST = AC-PATCHES AM-PATCHES BI-PATCHES PORTS rebox.el
107 SUBDIRS = doc lib intl src scripts po tests
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 CONFIG_HEADER_IN = config.h.in
110 CONFIG_HEADER_FULL = config.h
111 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
112 CONFIG_HEADER = config.h
113 CONFIG_CLEAN_FILES =
114 DIST_COMMON = README ABOUT-NLS AUTHORS BACKLOG COPYING ChangeLog \
115 INSTALL Makefile.am Makefile.in NEWS THANKS TODO acconfig.h \
116 acinclude.m4 aclocal.m4 config.h.in configure configure.in install-sh \
117 missing mkinstalldirs stamp-h.in
118
119
120 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
121
122 TAR = tar
123 GZIP = --best
124 default: all
125
126 .SUFFIXES:
127 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
128 cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile
129
130 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
131 cd $(top_builddir) \
132 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
133
134 $(srcdir)/aclocal.m4: configure.in acinclude.m4
135 cd $(srcdir) && $(ACLOCAL)
136
137 config.status: configure
138 $(SHELL) ./config.status --recheck
139 $(srcdir)/configure: configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
140 cd $(srcdir) && $(AUTOCONF)
141
142 $(CONFIG_HEADER): stamp-h
143 stamp-h: $(CONFIG_HEADER_IN) $(top_builddir)/config.status
144 cd $(top_builddir) \
145 && CONFIG_FILES= CONFIG_HEADERS=$(CONFIG_HEADER_FULL) \
146 $(SHELL) ./config.status
147 @echo timestamp > stamp-h
148 $(srcdir)/$(CONFIG_HEADER_IN): stamp-h.in
149 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
150 cd $(top_srcdir) && $(AUTOHEADER)
151 echo timestamp > $(srcdir)/stamp-h.in
152
153 mostlyclean-hdr:
154
155 clean-hdr:
156
157 distclean-hdr:
158 rm -f $(CONFIG_HEADER)
159
160 maintainer-clean-hdr:
161
162 # This directory's subdirectories are mostly independent; you can cd
163 # into them and run `make' without going through this Makefile.
164 # To change the values of `make' variables: instead of editing Makefiles,
165 # (1) if the variable is set in `config.status', edit `config.status'
166 # (which will cause the Makefiles to be regenerated when you run `make');
167 # (2) otherwise, pass the desired values on the `make' command line.
168
169 @SET_MAKE@
170
171 all-recursive install-data-recursive install-exec-recursive \
172 installdirs-recursive install-recursive uninstall-recursive \
173 check-recursive installcheck-recursive info-recursive dvi-recursive \
174 mostlyclean-recursive clean-recursive distclean-recursive \
175 maintainer-clean-recursive:
176 @for subdir in $(SUBDIRS); do \
177 target=`echo $@ | sed s/-recursive//`; \
178 echo "Making $$target in $$subdir"; \
179 (cd $$subdir && $(MAKE) $$target) \
180 || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
181 done && test -z "$$fail"
182 tags-recursive:
183 list='$(SUBDIRS)'; for subdir in $$list; do \
184 (cd $$subdir && $(MAKE) tags); \
185 done
186
187 tags: TAGS
188
189 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES)
190 tags=; \
191 here=`pwd`; \
192 list='$(SUBDIRS)'; for subdir in $$list; do \
193 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
194 done; \
195 test -z "$(ETAGS_ARGS)config.h.in$(SOURCES)$(HEADERS)$$tags" \
196 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $(SOURCES) $(HEADERS) -o $$here/TAGS)
197
198 mostlyclean-tags:
199
200 clean-tags:
201
202 distclean-tags:
203 rm -f TAGS ID
204
205 maintainer-clean-tags:
206
207 distdir = $(PACKAGE)-$(VERSION)
208 # This target untars the dist file and tries a VPATH configuration. Then
209 # it guarantees that the distribution is self-contained by making another
210 # tarfile.
211 distcheck: dist
212 rm -rf $(distdir)
213 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz --mode=a+r
214 mkdir $(distdir)/=build
215 mkdir $(distdir)/=inst
216 dc_install_base=`cd $(distdir)/=inst && pwd`; \
217 cd $(distdir)/=build \
218 && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
219 && $(MAKE) \
220 && $(MAKE) dvi \
221 && $(MAKE) check \
222 && $(MAKE) install \
223 && $(MAKE) installcheck \
224 && $(MAKE) dist
225 rm -rf $(distdir)
226 @echo "========================"; \
227 echo "$(distdir).tar.gz is ready for distribution"; \
228 echo "========================"
229 dist: distdir
230 -chmod -R a+r $(distdir)
231 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz --mode=a+r $(distdir)
232 rm -rf $(distdir)
233 dist-shar: distdir
234 -chmod -R a+r $(distdir)
235 rm -rf $(distdir)
236 dist-all: distdir
237 -chmod -R a+r $(distdir)
238 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz --mode=a+r $(distdir)
239 rm -rf $(distdir)
240 distdir: $(DISTFILES)
241 @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" > /dev/null; then :; else \
242 echo "NEWS not updated; not releasing" 1>&2; \
243 exit 1; \
244 fi
245 rm -rf $(distdir)
246 mkdir $(distdir)
247 -chmod 755 $(distdir)
248 @for file in $(DISTFILES); do \
249 d=$(srcdir); \
250 test -f $(distdir)/$$file \
251 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
252 || cp -p $$d/$$file $(distdir)/$$file; \
253 done
254 for subdir in $(SUBDIRS); do \
255 test -d $(distdir)/$$subdir \
256 || mkdir $(distdir)/$$subdir \
257 || exit 1; \
258 chmod 755 $(distdir)/$$subdir; \
259 (cd $$subdir && $(MAKE) distdir=../$(distdir)/$$subdir distdir) \
260 || exit 1; \
261 done
262 info: info-recursive
263 dvi: dvi-recursive
264 check: all-am
265 $(MAKE) check-recursive
266 installcheck: installcheck-recursive
267 all-recursive-am: $(CONFIG_HEADER)
268 $(MAKE) all-recursive
269
270 all-am: Makefile config.h all-local
271
272 install-exec: install-exec-recursive
273 @$(NORMAL_INSTALL)
274
275 install-data: install-data-recursive
276 @$(NORMAL_INSTALL)
277
278 install: install-recursive
279 @:
280
281 uninstall: uninstall-recursive
282
283 all: all-recursive-am all-am
284
285 install-strip:
286 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
287 installdirs: installdirs-recursive
288
289
290 mostlyclean-generic:
291 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
292
293 clean-generic:
294 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
295
296 distclean-generic:
297 rm -f Makefile $(DISTCLEANFILES)
298 rm -f config.cache config.log stamp-h
299 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
300
301 maintainer-clean-generic:
302 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
303 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
304 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
305
306 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
307
308 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
309
310 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
311 maintainer-clean-generic distclean-am
312
313 mostlyclean: mostlyclean-recursive mostlyclean-am
314
315 clean: clean-recursive clean-am
316
317 distclean: distclean-recursive distclean-am
318 rm -f config.status
319
320 maintainer-clean: maintainer-clean-recursive maintainer-clean-am
321 @echo "This command is intended for maintainers to use;"
322 @echo "it deletes files that may require special tools to rebuild."
323 rm -f config.status
324
325 .PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
326 maintainer-clean-hdr install-data-recursive uninstall-data-recursive \
327 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
328 uninstalldirs-recursive all-recursive check-recursive \
329 installcheck-recursive info-recursive dvi-recursive \
330 mostlyclean-recursive distclean-recursive clean-recursive \
331 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
332 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
333 installcheck all-recursive-am all-am install-exec install-data install \
334 uninstall all installdirs mostlyclean-generic distclean-generic \
335 clean-generic maintainer-clean-generic clean mostlyclean distclean \
336 maintainer-clean
337
338
339 all-local: $(CONFIG_HEADER)
340
341 id: ID
342
343 ID:
344 cd lib && $(MAKE) $@
345 cd src && $(MAKE) $@
346
347 dist-zoo: $(DISTFILES)
348 rm -rf $(distdir)
349 mkdir $(distdir)
350 distdir=`cd $(distdir) && pwd` \
351 && cd $(srcdir) \
352 && automake --include-deps --output-dir=$$distdir
353 @for file in $(DISTFILES); do \
354 test -f $(distdir)/$$file \
355 || cp -p $(srcdir)/$$file $(distdir)/$$file; \
356 done
357 for subdir in $(SUBDIRS); do \
358 test -d $(distdir)/$$subdir \
359 || mkdir $(distdir)/$$subdir \
360 || exit 1; \
361 chmod 777 $(distdir)/$$subdir; \
362 (cd $$subdir && $(MAKE) dist) || exit 1; \
363 done
364 @sublist="$(DIST_SUBDIRS)"; \
365 for dir in $$sublist; do \
366 echo copying directory $$dir; \
367 tar -chf - $$dir | (cd $(distdir) && tar -xBpf -); \
368 done
369 chmod -R a+r $(distdir)
370 find $(distdir) -type f | xargs dosfn
371 # find $(distdir) -type f | xargs recode :ibmpc
372 mv $(distdir) $(PACKAGE)
373 find $(PACKAGE) -type f | zoo ahIq $(PACKAGE).zoo
374 rm -rf $(PACKAGE)
375
376 # Tell versions [3.59,3.63) of GNU make to not export all variables.
377 # Otherwise a system limit (for SysV at least) may be exceeded.
378 .NOEXPORT:
This page took 0.054216 seconds and 3 git commands to generate.