1 | # Makefile.in generated automatically by automake 1.5 from Makefile.am.
|
---|
2 |
|
---|
3 | # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
|
---|
4 | # Free Software Foundation, Inc.
|
---|
5 | # This Makefile.in is free software; the Free Software Foundation
|
---|
6 | # gives unlimited permission to copy and/or distribute it,
|
---|
7 | # with or without modifications, as long as this notice is preserved.
|
---|
8 |
|
---|
9 | # This program is distributed in the hope that it will be useful,
|
---|
10 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
---|
11 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
---|
12 | # PARTICULAR PURPOSE.
|
---|
13 |
|
---|
14 | @SET_MAKE@
|
---|
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 | pkgdatadir = $(datadir)/@PACKAGE@
|
---|
37 | pkglibdir = $(libdir)/@PACKAGE@
|
---|
38 | pkgincludedir = $(includedir)/@PACKAGE@
|
---|
39 | top_builddir = .
|
---|
40 |
|
---|
41 | ACLOCAL = @ACLOCAL@
|
---|
42 | AUTOCONF = @AUTOCONF@
|
---|
43 | AUTOMAKE = @AUTOMAKE@
|
---|
44 | AUTOHEADER = @AUTOHEADER@
|
---|
45 |
|
---|
46 | INSTALL = @INSTALL@
|
---|
47 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
---|
48 | INSTALL_DATA = @INSTALL_DATA@
|
---|
49 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
---|
50 | INSTALL_HEADER = $(INSTALL_DATA)
|
---|
51 | transform = @program_transform_name@
|
---|
52 | NORMAL_INSTALL = :
|
---|
53 | PRE_INSTALL = :
|
---|
54 | POST_INSTALL = :
|
---|
55 | NORMAL_UNINSTALL = :
|
---|
56 | PRE_UNINSTALL = :
|
---|
57 | POST_UNINSTALL = :
|
---|
58 | host_alias = @host_alias@
|
---|
59 | host_triplet = @host@
|
---|
60 | AMTAR = @AMTAR@
|
---|
61 | AWK = @AWK@
|
---|
62 | BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
|
---|
63 | CATALOGS = @CATALOGS@
|
---|
64 | CATOBJEXT = @CATOBJEXT@
|
---|
65 | CC = @CC@
|
---|
66 | CPP = @CPP@
|
---|
67 | DATADIRNAME = @DATADIRNAME@
|
---|
68 | DEPDIR = @DEPDIR@
|
---|
69 | EXEEXT = @EXEEXT@
|
---|
70 | GENCAT = @GENCAT@
|
---|
71 | GETCONF = @GETCONF@
|
---|
72 | GLIBC21 = @GLIBC21@
|
---|
73 | GMOFILES = @GMOFILES@
|
---|
74 | GMSGFMT = @GMSGFMT@
|
---|
75 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
---|
76 | INSTOBJEXT = @INSTOBJEXT@
|
---|
77 | INTLBISON = @INTLBISON@
|
---|
78 | INTLLIBS = @INTLLIBS@
|
---|
79 | INTLOBJS = @INTLOBJS@
|
---|
80 | INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
|
---|
81 | LIBICONV = @LIBICONV@
|
---|
82 | MKINSTALLDIRS = @MKINSTALLDIRS@
|
---|
83 | MSGFMT = @MSGFMT@
|
---|
84 | OBJEXT = @OBJEXT@
|
---|
85 | PACKAGE = @PACKAGE@
|
---|
86 | POFILES = @POFILES@
|
---|
87 | POSUB = @POSUB@
|
---|
88 | RANLIB = @RANLIB@
|
---|
89 | SEP = @SEP@
|
---|
90 | U = @U@
|
---|
91 | USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
|
---|
92 | USE_NLS = @USE_NLS@
|
---|
93 | VERSION = @VERSION@
|
---|
94 | am__include = @am__include@
|
---|
95 | am__quote = @am__quote@
|
---|
96 | install_sh = @install_sh@
|
---|
97 |
|
---|
98 | AUTOMAKE_OPTIONS = no-dependencies
|
---|
99 |
|
---|
100 | SUBDIRS = intl po lib doc src tests m4 vms bootstrap
|
---|
101 |
|
---|
102 | EXTRA_DIST = TODO README README-alpha PATCHES.AC PATCHES.AM
|
---|
103 |
|
---|
104 | # We should be able to just define `ACLOCAL_AMFLAGS = --acdir=m4',
|
---|
105 | # but this runs afoul of a bug in automake 1.
|
---|
106 | # The following hack works around this bug by creating acinclude.m4 manually.
|
---|
107 | ACLOCAL_AMFLAGS =
|
---|
108 | M4DIR = $(srcdir)/m4
|
---|
109 | ACINCLUDE_INPUTS = $(M4DIR)/decl.m4 $(M4DIR)/djgpp.m4 $(M4DIR)/dosfile.m4 \
|
---|
110 | $(M4DIR)/envsep.m4 $(M4DIR)/error.m4 $(M4DIR)/gettext.m4 $(M4DIR)/glibc.m4 \
|
---|
111 | $(M4DIR)/header.m4 $(M4DIR)/init.m4 $(M4DIR)/install.m4 \
|
---|
112 | $(M4DIR)/inttypes_h.m4 $(M4DIR)/isc-posix.m4 $(M4DIR)/largefile.m4 \
|
---|
113 | $(M4DIR)/lcmessage.m4 $(M4DIR)/malloc.m4 $(M4DIR)/mbstate_t.m4 \
|
---|
114 | $(M4DIR)/missing.m4 $(M4DIR)/progtest.m4 $(M4DIR)/realloc.m4 \
|
---|
115 | $(M4DIR)/regex.m4 $(M4DIR)/sanity.m4 $(M4DIR)/strerror_r.m4 \
|
---|
116 | $(M4DIR)/uintmax_t.m4 $(M4DIR)/ulonglong.m4 $(M4DIR)/xstrtoumax.m4
|
---|
117 |
|
---|
118 | subdir = .
|
---|
119 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
---|
120 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
---|
121 | CONFIG_HEADER = config.h
|
---|
122 | CONFIG_CLEAN_FILES = intl/Makefile
|
---|
123 | depcomp =
|
---|
124 | DIST_SOURCES =
|
---|
125 |
|
---|
126 | RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
|
---|
127 | uninstall-info-recursive all-recursive install-data-recursive \
|
---|
128 | install-exec-recursive installdirs-recursive install-recursive \
|
---|
129 | uninstall-recursive check-recursive installcheck-recursive
|
---|
130 | DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
|
---|
131 | INSTALL Makefile.am Makefile.in NEWS THANKS TODO aclocal.m4 \
|
---|
132 | config.guess config.hin config.sub configure configure.in \
|
---|
133 | install-sh missing mkinstalldirs
|
---|
134 | DIST_SUBDIRS = $(SUBDIRS)
|
---|
135 | all: config.h
|
---|
136 | $(MAKE) $(AM_MAKEFLAGS) all-recursive
|
---|
137 |
|
---|
138 | .SUFFIXES:
|
---|
139 | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
---|
140 | cd $(top_srcdir) && \
|
---|
141 | $(AUTOMAKE) --gnu Makefile
|
---|
142 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
---|
143 | cd $(top_builddir) && \
|
---|
144 | CONFIG_HEADERS= CONFIG_LINKS= \
|
---|
145 | CONFIG_FILES=$@ $(SHELL) ./config.status
|
---|
146 |
|
---|
147 | $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
---|
148 | $(SHELL) ./config.status --recheck
|
---|
149 | $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
---|
150 | cd $(srcdir) && $(AUTOCONF)
|
---|
151 |
|
---|
152 | $(ACLOCAL_M4): configure.in
|
---|
153 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
---|
154 | config.h: stamp-h
|
---|
155 | @if test ! -f $@; then \
|
---|
156 | rm -f stamp-h; \
|
---|
157 | $(MAKE) stamp-h; \
|
---|
158 | else :; fi
|
---|
159 | stamp-h: $(srcdir)/config.hin $(top_builddir)/config.status
|
---|
160 | @rm -f stamp-h stamp-hT
|
---|
161 | @echo timestamp > stamp-hT 2> /dev/null
|
---|
162 | cd $(top_builddir) \
|
---|
163 | && CONFIG_FILES= CONFIG_HEADERS=config.h:config.hin \
|
---|
164 | $(SHELL) ./config.status
|
---|
165 | @mv stamp-hT stamp-h
|
---|
166 | $(srcdir)/config.hin: $(srcdir)/./stamp-h.in
|
---|
167 | @if test ! -f $@; then \
|
---|
168 | rm -f $(srcdir)/./stamp-h.in; \
|
---|
169 | $(MAKE) $(srcdir)/./stamp-h.in; \
|
---|
170 | else :; fi
|
---|
171 | $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
---|
172 | @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
|
---|
173 | @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
|
---|
174 | cd $(top_srcdir) && $(AUTOHEADER)
|
---|
175 | @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
|
---|
176 |
|
---|
177 | distclean-hdr:
|
---|
178 | -rm -f config.h
|
---|
179 | intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
|
---|
180 | cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
|
---|
181 | uninstall-info-am:
|
---|
182 |
|
---|
183 | # This directory's subdirectories are mostly independent; you can cd
|
---|
184 | # into them and run `make' without going through this Makefile.
|
---|
185 | # To change the values of `make' variables: instead of editing Makefiles,
|
---|
186 | # (1) if the variable is set in `config.status', edit `config.status'
|
---|
187 | # (which will cause the Makefiles to be regenerated when you run `make');
|
---|
188 | # (2) otherwise, pass the desired values on the `make' command line.
|
---|
189 | $(RECURSIVE_TARGETS):
|
---|
190 | @set fnord $(MAKEFLAGS); amf=$$2; \
|
---|
191 | dot_seen=no; \
|
---|
192 | target=`echo $@ | sed s/-recursive//`; \
|
---|
193 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
---|
194 | echo "Making $$target in $$subdir"; \
|
---|
195 | if test "$$subdir" = "."; then \
|
---|
196 | dot_seen=yes; \
|
---|
197 | local_target="$$target-am"; \
|
---|
198 | else \
|
---|
199 | local_target="$$target"; \
|
---|
200 | fi; \
|
---|
201 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
---|
202 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
---|
203 | done; \
|
---|
204 | if test "$$dot_seen" = "no"; then \
|
---|
205 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
---|
206 | fi; test -z "$$fail"
|
---|
207 |
|
---|
208 | mostlyclean-recursive clean-recursive distclean-recursive \
|
---|
209 | maintainer-clean-recursive:
|
---|
210 | @set fnord $(MAKEFLAGS); amf=$$2; \
|
---|
211 | dot_seen=no; \
|
---|
212 | case "$@" in \
|
---|
213 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
---|
214 | *) list='$(SUBDIRS)' ;; \
|
---|
215 | esac; \
|
---|
216 | rev=''; for subdir in $$list; do \
|
---|
217 | if test "$$subdir" = "."; then :; else \
|
---|
218 | rev="$$subdir $$rev"; \
|
---|
219 | fi; \
|
---|
220 | done; \
|
---|
221 | rev="$$rev ."; \
|
---|
222 | target=`echo $@ | sed s/-recursive//`; \
|
---|
223 | for subdir in $$rev; do \
|
---|
224 | echo "Making $$target in $$subdir"; \
|
---|
225 | if test "$$subdir" = "."; then \
|
---|
226 | local_target="$$target-am"; \
|
---|
227 | else \
|
---|
228 | local_target="$$target"; \
|
---|
229 | fi; \
|
---|
230 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
---|
231 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
---|
232 | done && test -z "$$fail"
|
---|
233 | tags-recursive:
|
---|
234 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
---|
235 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
---|
236 | done
|
---|
237 |
|
---|
238 | tags: TAGS
|
---|
239 |
|
---|
240 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
---|
241 | list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
|
---|
242 | unique=`for i in $$list; do \
|
---|
243 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
---|
244 | done | \
|
---|
245 | $(AWK) ' { files[$$0] = 1; } \
|
---|
246 | END { for (i in files) print i; }'`; \
|
---|
247 | mkid -fID $$unique $(LISP)
|
---|
248 |
|
---|
249 | TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
|
---|
250 | $(TAGS_FILES) $(LISP)
|
---|
251 | tags=; \
|
---|
252 | here=`pwd`; \
|
---|
253 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
---|
254 | if test "$$subdir" = .; then :; else \
|
---|
255 | test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
|
---|
256 | fi; \
|
---|
257 | done; \
|
---|
258 | list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
|
---|
259 | unique=`for i in $$list; do \
|
---|
260 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
---|
261 | done | \
|
---|
262 | $(AWK) ' { files[$$0] = 1; } \
|
---|
263 | END { for (i in files) print i; }'`; \
|
---|
264 | test -z "$(ETAGS_ARGS)config.hin$$unique$(LISP)$$tags" \
|
---|
265 | || etags $(ETAGS_ARGS) $$tags config.hin $$unique $(LISP)
|
---|
266 |
|
---|
267 | GTAGS:
|
---|
268 | here=`CDPATH=: && cd $(top_builddir) && pwd` \
|
---|
269 | && cd $(top_srcdir) \
|
---|
270 | && gtags -i $(GTAGS_ARGS) $$here
|
---|
271 |
|
---|
272 | distclean-tags:
|
---|
273 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
|
---|
274 |
|
---|
275 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
---|
276 |
|
---|
277 | top_distdir = .
|
---|
278 | # Avoid unsightly `./'.
|
---|
279 | distdir = $(PACKAGE)-$(VERSION)
|
---|
280 |
|
---|
281 | GZIP_ENV = --best
|
---|
282 |
|
---|
283 | distdir: $(DISTFILES)
|
---|
284 | -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
|
---|
285 | mkdir $(distdir)
|
---|
286 | $(mkinstalldirs) $(distdir)/intl $(distdir)/po
|
---|
287 | @for file in $(DISTFILES); do \
|
---|
288 | if test -f $$file; then d=.; else d=$(srcdir); fi; \
|
---|
289 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
---|
290 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
---|
291 | $(mkinstalldirs) "$(distdir)/$$dir"; \
|
---|
292 | fi; \
|
---|
293 | if test -d $$d/$$file; then \
|
---|
294 | cp -pR $$d/$$file $(distdir) \
|
---|
295 | || exit 1; \
|
---|
296 | else \
|
---|
297 | test -f $(distdir)/$$file \
|
---|
298 | || cp -p $$d/$$file $(distdir)/$$file \
|
---|
299 | || exit 1; \
|
---|
300 | fi; \
|
---|
301 | done
|
---|
302 | for subdir in $(SUBDIRS); do \
|
---|
303 | if test "$$subdir" = .; then :; else \
|
---|
304 | test -d $(distdir)/$$subdir \
|
---|
305 | || mkdir $(distdir)/$$subdir \
|
---|
306 | || exit 1; \
|
---|
307 | (cd $$subdir && \
|
---|
308 | $(MAKE) $(AM_MAKEFLAGS) \
|
---|
309 | top_distdir="$(top_distdir)" \
|
---|
310 | distdir=../$(distdir)/$$subdir \
|
---|
311 | distdir) \
|
---|
312 | || exit 1; \
|
---|
313 | fi; \
|
---|
314 | done
|
---|
315 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
---|
316 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
---|
317 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
---|
318 | ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
|
---|
319 | || chmod -R a+r $(distdir)
|
---|
320 | dist: distdir
|
---|
321 | $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
---|
322 | -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
|
---|
323 |
|
---|
324 | # This target untars the dist file and tries a VPATH configuration. Then
|
---|
325 | # it guarantees that the distribution is self-contained by making another
|
---|
326 | # tarfile.
|
---|
327 | distcheck: dist
|
---|
328 | -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
|
---|
329 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
|
---|
330 | chmod -R a-w $(distdir); chmod a+w $(distdir)
|
---|
331 | mkdir $(distdir)/=build
|
---|
332 | mkdir $(distdir)/=inst
|
---|
333 | chmod a-w $(distdir)
|
---|
334 | dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
|
---|
335 | && cd $(distdir)/=build \
|
---|
336 | && ../configure --srcdir=.. --prefix=$$dc_install_base \
|
---|
337 | --with-included-gettext \
|
---|
338 | && $(MAKE) $(AM_MAKEFLAGS) \
|
---|
339 | && $(MAKE) $(AM_MAKEFLAGS) dvi \
|
---|
340 | && $(MAKE) $(AM_MAKEFLAGS) check \
|
---|
341 | && $(MAKE) $(AM_MAKEFLAGS) install \
|
---|
342 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
---|
343 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
---|
344 | && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
|
---|
345 | || (echo "Error: files left after uninstall" 1>&2; \
|
---|
346 | exit 1) ) \
|
---|
347 | && $(MAKE) $(AM_MAKEFLAGS) dist \
|
---|
348 | && $(MAKE) $(AM_MAKEFLAGS) distclean \
|
---|
349 | && rm -f $(distdir).tar.gz \
|
---|
350 | && (test `find . -type f -print | wc -l` -eq 0 \
|
---|
351 | || (echo "Error: files left after distclean" 1>&2; \
|
---|
352 | exit 1) )
|
---|
353 | -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
|
---|
354 | @echo "$(distdir).tar.gz is ready for distribution" | \
|
---|
355 | sed 'h;s/./=/g;p;x;p;x'
|
---|
356 | check-am: all-am
|
---|
357 | check: check-recursive
|
---|
358 | all-am: Makefile config.h
|
---|
359 | installdirs: installdirs-recursive
|
---|
360 | installdirs-am:
|
---|
361 |
|
---|
362 | install: install-recursive
|
---|
363 | install-exec: install-exec-recursive
|
---|
364 | install-data: install-data-recursive
|
---|
365 | uninstall: uninstall-recursive
|
---|
366 |
|
---|
367 | install-am: all-am
|
---|
368 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
---|
369 |
|
---|
370 | installcheck: installcheck-recursive
|
---|
371 | install-strip:
|
---|
372 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
373 | `test -z '$(STRIP)' || \
|
---|
374 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
---|
375 | mostlyclean-generic:
|
---|
376 |
|
---|
377 | clean-generic:
|
---|
378 |
|
---|
379 | distclean-generic:
|
---|
380 | -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
|
---|
381 |
|
---|
382 | maintainer-clean-generic:
|
---|
383 | @echo "This command is intended for maintainers to use"
|
---|
384 | @echo "it deletes files that may require special tools to rebuild."
|
---|
385 | clean: clean-recursive
|
---|
386 |
|
---|
387 | clean-am: clean-generic mostlyclean-am
|
---|
388 |
|
---|
389 | dist-all: distdir
|
---|
390 | $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
---|
391 | -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
|
---|
392 | distclean: distclean-recursive
|
---|
393 | -rm -f config.status config.cache config.log
|
---|
394 | distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
|
---|
395 |
|
---|
396 | dvi: dvi-recursive
|
---|
397 |
|
---|
398 | dvi-am:
|
---|
399 |
|
---|
400 | info: info-recursive
|
---|
401 |
|
---|
402 | info-am:
|
---|
403 |
|
---|
404 | install-data-am:
|
---|
405 |
|
---|
406 | install-exec-am:
|
---|
407 |
|
---|
408 | install-info: install-info-recursive
|
---|
409 |
|
---|
410 | install-man:
|
---|
411 |
|
---|
412 | installcheck-am:
|
---|
413 |
|
---|
414 | maintainer-clean: maintainer-clean-recursive
|
---|
415 |
|
---|
416 | maintainer-clean-am: distclean-am maintainer-clean-generic
|
---|
417 |
|
---|
418 | mostlyclean: mostlyclean-recursive
|
---|
419 |
|
---|
420 | mostlyclean-am: mostlyclean-generic
|
---|
421 |
|
---|
422 | uninstall-am: uninstall-info-am
|
---|
423 |
|
---|
424 | uninstall-info: uninstall-info-recursive
|
---|
425 |
|
---|
426 | .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
|
---|
427 | clean-generic clean-recursive dist dist-all distcheck distclean \
|
---|
428 | distclean-generic distclean-hdr distclean-recursive \
|
---|
429 | distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
|
---|
430 | info-recursive install install-am install-data install-data-am \
|
---|
431 | install-data-recursive install-exec install-exec-am \
|
---|
432 | install-exec-recursive install-info install-info-am \
|
---|
433 | install-info-recursive install-man install-recursive \
|
---|
434 | install-strip installcheck installcheck-am installdirs \
|
---|
435 | installdirs-am installdirs-recursive maintainer-clean \
|
---|
436 | maintainer-clean-generic maintainer-clean-recursive mostlyclean \
|
---|
437 | mostlyclean-generic mostlyclean-recursive tags tags-recursive \
|
---|
438 | uninstall uninstall-am uninstall-info-am \
|
---|
439 | uninstall-info-recursive uninstall-recursive
|
---|
440 |
|
---|
441 | $(srcdir)/acinclude.m4 : $(ACINCLUDE_INPUTS)
|
---|
442 | cat $(ACINCLUDE_INPUTS) >$(srcdir)/acinclude.m4
|
---|
443 |
|
---|
444 | # make cvs-clean blatantly stolen from KDE CVS ;)
|
---|
445 | cvs-clean:
|
---|
446 | @if test ! -d CVS; then \
|
---|
447 | echo "You don't have a toplevel CVS directory."; \
|
---|
448 | echo "You most certainly didn't use cvs to get these sources."; \
|
---|
449 | echo "But this function depends on cvs's information."; \
|
---|
450 | exit 1 ;\
|
---|
451 | fi;\
|
---|
452 | pwd=`pwd` ;\
|
---|
453 | dirs=`find . -type d | grep -v CVS | sed -e "s#^./##"` ;\
|
---|
454 | for i in $$dirs; do \
|
---|
455 | if test ! -d "$$pwd/$$i/CVS"; then \
|
---|
456 | echo "D $$i" ;\
|
---|
457 | rm -rf "$$pwd/$$i"; \
|
---|
458 | continue; \
|
---|
459 | fi ;\
|
---|
460 | cd $$pwd/$$i ;\
|
---|
461 | for f in * .*; do \
|
---|
462 | if test ! -d "$$f"; then \
|
---|
463 | if grep "^/$$f/" CVS/Entries > /dev/null; then \
|
---|
464 | a="b"; \
|
---|
465 | else \
|
---|
466 | echo "F $$i/$$f"; \
|
---|
467 | rm -f "$$pwd/$$i/$$f"; \
|
---|
468 | fi; \
|
---|
469 | fi ; \
|
---|
470 | done; \
|
---|
471 | done
|
---|
472 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
---|
473 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
---|
474 | .NOEXPORT:
|
---|