]> git.ipfire.org Git - thirdparty/util-linux.git/blame - Makefile.in
Imported from util-linux-2.13-pre3 tarball.
[thirdparty/util-linux.git] / Makefile.in
CommitLineData
48d7b13a
KZ
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005 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@
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22top_builddir = .
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24INSTALL = @INSTALL@
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
36build_triplet = @build@
37host_triplet = @host@
38DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40 $(top_srcdir)/config/include-Makefile.am \
41 $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING INSTALL NEWS \
9cb68977
KZ
42 config/compile config/config.guess config/config.rpath \
43 config/config.sub config/depcomp config/install-sh \
44 config/missing config/mkinstalldirs config/texinfo.tex
48d7b13a
KZ
45subdir = .
46ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
48 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
49 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
50 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
51 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
52am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53 $(ACLOCAL_M4)
54am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
55 configure.lineno configure.status.lineno
56mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
57CONFIG_HEADER = config.h
58CONFIG_CLEAN_FILES =
59SOURCES =
60DIST_SOURCES =
61RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
62 html-recursive info-recursive install-data-recursive \
63 install-exec-recursive install-info-recursive \
64 install-recursive installcheck-recursive installdirs-recursive \
65 pdf-recursive ps-recursive uninstall-info-recursive \
66 uninstall-recursive
67ETAGS = etags
68CTAGS = ctags
69DIST_SUBDIRS = $(SUBDIRS)
70DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71distdir = $(PACKAGE)-$(VERSION)
72top_distdir = $(distdir)
73am__remove_distdir = \
74 { test ! -d $(distdir) \
75 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
76 && rm -fr $(distdir); }; }
77DIST_ARCHIVES = $(distdir).tar.gz
78GZIP_ENV = --best
79distuninstallcheck_listfiles = find . -type f -print
80distcleancheck_listfiles = find . -type f -print
81ACLOCAL = @ACLOCAL@
82AMDEP_FALSE = @AMDEP_FALSE@
83AMDEP_TRUE = @AMDEP_TRUE@
84AMTAR = @AMTAR@
48d7b13a
KZ
85AUTOCONF = @AUTOCONF@
86AUTOHEADER = @AUTOHEADER@
87AUTOMAKE = @AUTOMAKE@
88AWK = @AWK@
89BUILD_AGETTY_FALSE = @BUILD_AGETTY_FALSE@
90BUILD_AGETTY_TRUE = @BUILD_AGETTY_TRUE@
9cb68977
KZ
91BUILD_CRAMFS_FALSE = @BUILD_CRAMFS_FALSE@
92BUILD_CRAMFS_TRUE = @BUILD_CRAMFS_TRUE@
48d7b13a
KZ
93BUILD_ELVTUNE_FALSE = @BUILD_ELVTUNE_FALSE@
94BUILD_ELVTUNE_TRUE = @BUILD_ELVTUNE_TRUE@
95BUILD_INIT_FALSE = @BUILD_INIT_FALSE@
96BUILD_INIT_TRUE = @BUILD_INIT_TRUE@
97BUILD_KILL_FALSE = @BUILD_KILL_FALSE@
98BUILD_KILL_TRUE = @BUILD_KILL_TRUE@
99BUILD_LAST_FALSE = @BUILD_LAST_FALSE@
100BUILD_LAST_TRUE = @BUILD_LAST_TRUE@
101BUILD_LOGIN_UTILS_FALSE = @BUILD_LOGIN_UTILS_FALSE@
102BUILD_LOGIN_UTILS_TRUE = @BUILD_LOGIN_UTILS_TRUE@
103BUILD_MESG_FALSE = @BUILD_MESG_FALSE@
104BUILD_MESG_TRUE = @BUILD_MESG_TRUE@
105BUILD_PARTX_FALSE = @BUILD_PARTX_FALSE@
106BUILD_PARTX_TRUE = @BUILD_PARTX_TRUE@
107BUILD_RAW_FALSE = @BUILD_RAW_FALSE@
108BUILD_RAW_TRUE = @BUILD_RAW_TRUE@
109BUILD_RDEV_FALSE = @BUILD_RDEV_FALSE@
110BUILD_RDEV_TRUE = @BUILD_RDEV_TRUE@
111BUILD_RENAME_FALSE = @BUILD_RENAME_FALSE@
112BUILD_RENAME_TRUE = @BUILD_RENAME_TRUE@
113BUILD_RESET_FALSE = @BUILD_RESET_FALSE@
114BUILD_RESET_TRUE = @BUILD_RESET_TRUE@
115BUILD_SCHEDUTILS_FALSE = @BUILD_SCHEDUTILS_FALSE@
116BUILD_SCHEDUTILS_TRUE = @BUILD_SCHEDUTILS_TRUE@
117BUILD_WALL_FALSE = @BUILD_WALL_FALSE@
118BUILD_WALL_TRUE = @BUILD_WALL_TRUE@
119BUILD_WRITE_FALSE = @BUILD_WRITE_FALSE@
120BUILD_WRITE_TRUE = @BUILD_WRITE_TRUE@
121CC = @CC@
122CCDEPMODE = @CCDEPMODE@
123CFLAGS = @CFLAGS@
124CPP = @CPP@
125CPPFLAGS = @CPPFLAGS@
48d7b13a
KZ
126CYGPATH_W = @CYGPATH_W@
127DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
128DEPDIR = @DEPDIR@
48d7b13a
KZ
129ECHO_C = @ECHO_C@
130ECHO_N = @ECHO_N@
131ECHO_T = @ECHO_T@
132EGREP = @EGREP@
133EXEEXT = @EXEEXT@
48d7b13a
KZ
134GMSGFMT = @GMSGFMT@
135HAVE_BLKID_FALSE = @HAVE_BLKID_FALSE@
136HAVE_BLKID_TRUE = @HAVE_BLKID_TRUE@
137HAVE_LIBUTIL_FALSE = @HAVE_LIBUTIL_FALSE@
138HAVE_LIBUTIL_TRUE = @HAVE_LIBUTIL_TRUE@
139HAVE_NCURSES_FALSE = @HAVE_NCURSES_FALSE@
140HAVE_NCURSES_TRUE = @HAVE_NCURSES_TRUE@
141HAVE_PAM_FALSE = @HAVE_PAM_FALSE@
142HAVE_PAM_TRUE = @HAVE_PAM_TRUE@
143HAVE_PIVOT_ROOT_FALSE = @HAVE_PIVOT_ROOT_FALSE@
144HAVE_PIVOT_ROOT_TRUE = @HAVE_PIVOT_ROOT_TRUE@
145HAVE_RAW_FALSE = @HAVE_RAW_FALSE@
146HAVE_RAW_TRUE = @HAVE_RAW_TRUE@
147HAVE_SELINUX_FALSE = @HAVE_SELINUX_FALSE@
148HAVE_SELINUX_TRUE = @HAVE_SELINUX_TRUE@
149HAVE_TERMCAP_FALSE = @HAVE_TERMCAP_FALSE@
150HAVE_TERMCAP_TRUE = @HAVE_TERMCAP_TRUE@
151HAVE_UUID_FALSE = @HAVE_UUID_FALSE@
152HAVE_UUID_TRUE = @HAVE_UUID_TRUE@
48d7b13a
KZ
153INSTALL_DATA = @INSTALL_DATA@
154INSTALL_PROGRAM = @INSTALL_PROGRAM@
155INSTALL_SCRIPT = @INSTALL_SCRIPT@
156INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
157INTEL_FALSE = @INTEL_FALSE@
158INTEL_TRUE = @INTEL_TRUE@
159INTLLIBS = @INTLLIBS@
160INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
161LDFLAGS = @LDFLAGS@
162LIBICONV = @LIBICONV@
163LIBINTL = @LIBINTL@
164LIBOBJS = @LIBOBJS@
165LIBS = @LIBS@
48d7b13a
KZ
166LTLIBICONV = @LTLIBICONV@
167LTLIBINTL = @LTLIBINTL@
168LTLIBOBJS = @LTLIBOBJS@
169MAKEINFO = @MAKEINFO@
170MKINSTALLDIRS = @MKINSTALLDIRS@
171MSGFMT = @MSGFMT@
172MSGMERGE = @MSGMERGE@
173NEED_LIBCRYPT_FALSE = @NEED_LIBCRYPT_FALSE@
174NEED_LIBCRYPT_TRUE = @NEED_LIBCRYPT_TRUE@
175OBJEXT = @OBJEXT@
176PACKAGE = @PACKAGE@
177PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
178PACKAGE_NAME = @PACKAGE_NAME@
179PACKAGE_STRING = @PACKAGE_STRING@
180PACKAGE_TARNAME = @PACKAGE_TARNAME@
181PACKAGE_VERSION = @PACKAGE_VERSION@
182PATH_SEPARATOR = @PATH_SEPARATOR@
183PERL = @PERL@
184POSUB = @POSUB@
185RANLIB = @RANLIB@
186SET_MAKE = @SET_MAKE@
187SHELL = @SHELL@
188SPARC_FALSE = @SPARC_FALSE@
189SPARC_TRUE = @SPARC_TRUE@
190STRIP = @STRIP@
191USE_NLS = @USE_NLS@
192USE_SLANG_FALSE = @USE_SLANG_FALSE@
193USE_SLANG_TRUE = @USE_SLANG_TRUE@
194USE_TTY_GROUP_FALSE = @USE_TTY_GROUP_FALSE@
195USE_TTY_GROUP_TRUE = @USE_TTY_GROUP_TRUE@
196VERSION = @VERSION@
197XGETTEXT = @XGETTEXT@
48d7b13a 198ac_ct_CC = @ac_ct_CC@
48d7b13a
KZ
199ac_ct_RANLIB = @ac_ct_RANLIB@
200ac_ct_STRIP = @ac_ct_STRIP@
201am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
202am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
48d7b13a
KZ
203am__include = @am__include@
204am__leading_dot = @am__leading_dot@
205am__quote = @am__quote@
206am__tar = @am__tar@
207am__untar = @am__untar@
208bindir = @bindir@
209build = @build@
210build_alias = @build_alias@
211build_cpu = @build_cpu@
212build_os = @build_os@
213build_vendor = @build_vendor@
214datadir = $(prefix)/usr/share
215exec_prefix = @exec_prefix@
216host = @host@
217host_alias = @host_alias@
218host_cpu = @host_cpu@
219host_os = @host_os@
220host_vendor = @host_vendor@
221includedir = @includedir@
222infodir = $(datadir)/info
223install_sh = @install_sh@
224libdir = @libdir@
225libexecdir = @libexecdir@
226localstatedir = @localstatedir@
227mandir = $(datadir)/man
228mkdir_p = @mkdir_p@
229oldincludedir = @oldincludedir@
230prefix = @prefix@
231program_transform_name = @program_transform_name@
232sbindir = @sbindir@
233sharedstatedir = @sharedstatedir@
234sysconfdir = @sysconfdir@
235target_alias = @target_alias@
baf39af1
KZ
236usrbinexecdir = $(prefix)/usr/bin
237usrsbinexecdir = $(prefix)/usr/sbin
238AM_CPPFLAGS = -include $(top_srcdir)/config.h -I$(top_srcdir)/include
48d7b13a
KZ
239DEFAULT_INCLUDES =
240SUBDIRS = lib \
241 disk-utils \
242 fdisk \
243 getopt \
244 hwclock \
245 login-utils \
246 misc-utils \
247 mount \
248 partx \
249 po \
250 schedutils \
251 sys-utils \
252 text-utils
253
254ACLOCAL_AMFLAGS = -I m4
baf39af1 255EXTRA_DIST = config/mkinstalldirs config/include-Makefile.am
48d7b13a
KZ
256all: config.h
257 $(MAKE) $(AM_MAKEFLAGS) all-recursive
258
259.SUFFIXES:
260am--refresh:
261 @:
262$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/config/include-Makefile.am $(am__configure_deps)
263 @for dep in $?; do \
264 case '$(am__configure_deps)' in \
265 *$$dep*) \
266 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
267 cd $(srcdir) && $(AUTOMAKE) --foreign \
268 && exit 0; \
269 exit 1;; \
270 esac; \
271 done; \
272 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
273 cd $(top_srcdir) && \
274 $(AUTOMAKE) --foreign Makefile
275.PRECIOUS: Makefile
276Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
277 @case '$?' in \
278 *config.status*) \
279 echo ' $(SHELL) ./config.status'; \
280 $(SHELL) ./config.status;; \
281 *) \
282 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
283 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
284 esac;
285
286$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
287 $(SHELL) ./config.status --recheck
288
289$(top_srcdir)/configure: $(am__configure_deps)
290 cd $(srcdir) && $(AUTOCONF)
291$(ACLOCAL_M4): $(am__aclocal_m4_deps)
292 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
293
294config.h: stamp-h1
295 @if test ! -f $@; then \
296 rm -f stamp-h1; \
297 $(MAKE) stamp-h1; \
298 else :; fi
299
300stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
301 @rm -f stamp-h1
302 cd $(top_builddir) && $(SHELL) ./config.status config.h
303$(srcdir)/config.h.in: $(am__configure_deps)
304 cd $(top_srcdir) && $(AUTOHEADER)
305 rm -f stamp-h1
306 touch $@
307
308distclean-hdr:
309 -rm -f config.h stamp-h1
48d7b13a
KZ
310uninstall-info-am:
311
312# This directory's subdirectories are mostly independent; you can cd
313# into them and run `make' without going through this Makefile.
314# To change the values of `make' variables: instead of editing Makefiles,
315# (1) if the variable is set in `config.status', edit `config.status'
316# (which will cause the Makefiles to be regenerated when you run `make');
317# (2) otherwise, pass the desired values on the `make' command line.
318$(RECURSIVE_TARGETS):
319 @failcom='exit 1'; \
320 for f in x $$MAKEFLAGS; do \
321 case $$f in \
322 *=* | --[!k]*);; \
323 *k*) failcom='fail=yes';; \
324 esac; \
325 done; \
326 dot_seen=no; \
327 target=`echo $@ | sed s/-recursive//`; \
328 list='$(SUBDIRS)'; for subdir in $$list; do \
329 echo "Making $$target in $$subdir"; \
330 if test "$$subdir" = "."; then \
331 dot_seen=yes; \
332 local_target="$$target-am"; \
333 else \
334 local_target="$$target"; \
335 fi; \
336 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
337 || eval $$failcom; \
338 done; \
339 if test "$$dot_seen" = "no"; then \
340 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
341 fi; test -z "$$fail"
342
343mostlyclean-recursive clean-recursive distclean-recursive \
344maintainer-clean-recursive:
345 @failcom='exit 1'; \
346 for f in x $$MAKEFLAGS; do \
347 case $$f in \
348 *=* | --[!k]*);; \
349 *k*) failcom='fail=yes';; \
350 esac; \
351 done; \
352 dot_seen=no; \
353 case "$@" in \
354 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
355 *) list='$(SUBDIRS)' ;; \
356 esac; \
357 rev=''; for subdir in $$list; do \
358 if test "$$subdir" = "."; then :; else \
359 rev="$$subdir $$rev"; \
360 fi; \
361 done; \
362 rev="$$rev ."; \
363 target=`echo $@ | sed s/-recursive//`; \
364 for subdir in $$rev; do \
365 echo "Making $$target in $$subdir"; \
366 if test "$$subdir" = "."; then \
367 local_target="$$target-am"; \
368 else \
369 local_target="$$target"; \
370 fi; \
371 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
372 || eval $$failcom; \
373 done && test -z "$$fail"
374tags-recursive:
375 list='$(SUBDIRS)'; for subdir in $$list; do \
376 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
377 done
378ctags-recursive:
379 list='$(SUBDIRS)'; for subdir in $$list; do \
380 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
381 done
382
383ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
384 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
385 unique=`for i in $$list; do \
386 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
387 done | \
388 $(AWK) ' { files[$$0] = 1; } \
389 END { for (i in files) print i; }'`; \
390 mkid -fID $$unique
391tags: TAGS
392
393TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
394 $(TAGS_FILES) $(LISP)
395 tags=; \
396 here=`pwd`; \
397 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
398 include_option=--etags-include; \
399 empty_fix=.; \
400 else \
401 include_option=--include; \
402 empty_fix=; \
403 fi; \
404 list='$(SUBDIRS)'; for subdir in $$list; do \
405 if test "$$subdir" = .; then :; else \
406 test ! -f $$subdir/TAGS || \
407 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
408 fi; \
409 done; \
410 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
411 unique=`for i in $$list; do \
412 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
413 done | \
414 $(AWK) ' { files[$$0] = 1; } \
415 END { for (i in files) print i; }'`; \
416 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
417 test -n "$$unique" || unique=$$empty_fix; \
418 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
419 $$tags $$unique; \
420 fi
421ctags: CTAGS
422CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
423 $(TAGS_FILES) $(LISP)
424 tags=; \
425 here=`pwd`; \
426 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
427 unique=`for i in $$list; do \
428 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
429 done | \
430 $(AWK) ' { files[$$0] = 1; } \
431 END { for (i in files) print i; }'`; \
432 test -z "$(CTAGS_ARGS)$$tags$$unique" \
433 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
434 $$tags $$unique
435
436GTAGS:
437 here=`$(am__cd) $(top_builddir) && pwd` \
438 && cd $(top_srcdir) \
439 && gtags -i $(GTAGS_ARGS) $$here
440
441distclean-tags:
442 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
443
444distdir: $(DISTFILES)
445 @case `sed 15q $(srcdir)/NEWS` in \
446 *"$(VERSION)"*) : ;; \
447 *) \
448 echo "NEWS not updated; not releasing" 1>&2; \
449 exit 1;; \
450 esac
451 $(am__remove_distdir)
452 mkdir $(distdir)
453 $(mkdir_p) $(distdir)/config $(distdir)/m4 $(distdir)/po
454 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
455 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
456 list='$(DISTFILES)'; for file in $$list; do \
457 case $$file in \
458 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
459 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
460 esac; \
461 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
462 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
463 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
464 dir="/$$dir"; \
465 $(mkdir_p) "$(distdir)$$dir"; \
466 else \
467 dir=''; \
468 fi; \
469 if test -d $$d/$$file; then \
470 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
471 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
472 fi; \
473 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
474 else \
475 test -f $(distdir)/$$file \
476 || cp -p $$d/$$file $(distdir)/$$file \
477 || exit 1; \
478 fi; \
479 done
480 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
481 if test "$$subdir" = .; then :; else \
482 test -d "$(distdir)/$$subdir" \
483 || $(mkdir_p) "$(distdir)/$$subdir" \
484 || exit 1; \
485 distdir=`$(am__cd) $(distdir) && pwd`; \
486 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
487 (cd $$subdir && \
488 $(MAKE) $(AM_MAKEFLAGS) \
489 top_distdir="$$top_distdir" \
490 distdir="$$distdir/$$subdir" \
491 distdir) \
492 || exit 1; \
493 fi; \
494 done
495 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
496 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
497 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
498 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
499 || chmod -R a+r $(distdir)
500dist-gzip: distdir
501 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
502 $(am__remove_distdir)
503
504dist-bzip2: distdir
505 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
506 $(am__remove_distdir)
507
508dist-tarZ: distdir
509 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
510 $(am__remove_distdir)
511
512dist-shar: distdir
513 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
514 $(am__remove_distdir)
515
516dist-zip: distdir
517 -rm -f $(distdir).zip
518 zip -rq $(distdir).zip $(distdir)
519 $(am__remove_distdir)
520
521dist dist-all: distdir
522 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
523 $(am__remove_distdir)
524
525# This target untars the dist file and tries a VPATH configuration. Then
526# it guarantees that the distribution is self-contained by making another
527# tarfile.
528distcheck: dist
529 case '$(DIST_ARCHIVES)' in \
530 *.tar.gz*) \
531 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
532 *.tar.bz2*) \
533 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
534 *.tar.Z*) \
535 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
536 *.shar.gz*) \
537 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
538 *.zip*) \
539 unzip $(distdir).zip ;;\
540 esac
541 chmod -R a-w $(distdir); chmod a+w $(distdir)
542 mkdir $(distdir)/_build
543 mkdir $(distdir)/_inst
544 chmod a-w $(distdir)
545 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
546 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
547 && cd $(distdir)/_build \
548 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
549 $(DISTCHECK_CONFIGURE_FLAGS) \
550 && $(MAKE) $(AM_MAKEFLAGS) \
551 && $(MAKE) $(AM_MAKEFLAGS) dvi \
552 && $(MAKE) $(AM_MAKEFLAGS) check \
553 && $(MAKE) $(AM_MAKEFLAGS) install \
554 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
555 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
556 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
557 distuninstallcheck \
558 && chmod -R a-w "$$dc_install_base" \
559 && ({ \
560 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
561 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
562 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
563 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
564 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
565 } || { rm -rf "$$dc_destdir"; exit 1; }) \
566 && rm -rf "$$dc_destdir" \
567 && $(MAKE) $(AM_MAKEFLAGS) dist \
568 && rm -rf $(DIST_ARCHIVES) \
569 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
570 $(am__remove_distdir)
571 @(echo "$(distdir) archives ready for distribution: "; \
572 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
573 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
574distuninstallcheck:
575 @cd $(distuninstallcheck_dir) \
576 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
577 || { echo "ERROR: files left after uninstall:" ; \
578 if test -n "$(DESTDIR)"; then \
579 echo " (check DESTDIR support)"; \
580 fi ; \
581 $(distuninstallcheck_listfiles) ; \
582 exit 1; } >&2
583distcleancheck: distclean
584 @if test '$(srcdir)' = . ; then \
585 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
586 exit 1 ; \
587 fi
588 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
589 || { echo "ERROR: files left in build directory after distclean:" ; \
590 $(distcleancheck_listfiles) ; \
591 exit 1; } >&2
592check-am: all-am
593check: check-recursive
594all-am: Makefile config.h
595installdirs: installdirs-recursive
596installdirs-am:
597install: install-recursive
598install-exec: install-exec-recursive
599install-data: install-data-recursive
600uninstall: uninstall-recursive
601
602install-am: all-am
603 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
604
605installcheck: installcheck-recursive
606install-strip:
607 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
608 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
609 `test -z '$(STRIP)' || \
610 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
611mostlyclean-generic:
612
613clean-generic:
614
615distclean-generic:
616 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
617
618maintainer-clean-generic:
619 @echo "This command is intended for maintainers to use"
620 @echo "it deletes files that may require special tools to rebuild."
621clean: clean-recursive
622
baf39af1 623clean-am: clean-generic mostlyclean-am
48d7b13a
KZ
624
625distclean: distclean-recursive
626 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
627 -rm -f Makefile
baf39af1
KZ
628distclean-am: clean-am distclean-generic distclean-hdr distclean-local \
629 distclean-tags
48d7b13a
KZ
630
631dvi: dvi-recursive
632
633dvi-am:
634
635html: html-recursive
636
637info: info-recursive
638
639info-am:
640
641install-data-am:
642
643install-exec-am:
644
645install-info: install-info-recursive
646
647install-man:
648
649installcheck-am:
650
651maintainer-clean: maintainer-clean-recursive
652 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
653 -rm -rf $(top_srcdir)/autom4te.cache
654 -rm -f Makefile
655maintainer-clean-am: distclean-am maintainer-clean-generic
656
657mostlyclean: mostlyclean-recursive
658
baf39af1 659mostlyclean-am: mostlyclean-generic
48d7b13a
KZ
660
661pdf: pdf-recursive
662
663pdf-am:
664
665ps: ps-recursive
666
667ps-am:
668
669uninstall-am: uninstall-info-am
670
671uninstall-info: uninstall-info-recursive
672
673.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
baf39af1
KZ
674 check-am clean clean-generic clean-recursive ctags \
675 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
676 dist-tarZ dist-zip distcheck distclean distclean-generic \
677 distclean-hdr distclean-local distclean-recursive \
678 distclean-tags distcleancheck distdir distuninstallcheck dvi \
679 dvi-am html html-am info info-am install install-am \
680 install-data install-data-am install-exec install-exec-am \
681 install-info install-info-am install-man install-strip \
682 installcheck installcheck-am installdirs installdirs-am \
683 maintainer-clean maintainer-clean-generic \
48d7b13a 684 maintainer-clean-recursive mostlyclean mostlyclean-generic \
baf39af1
KZ
685 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
686 uninstall uninstall-am uninstall-info-am
687
48d7b13a 688
baf39af1
KZ
689distclean-local:
690 -for i in `find . -name \*~ -o -name \*.orig -o -name \*.rej`; do rm $$i; done
691 rm -rf autom4te.cache
48d7b13a
KZ
692# Tell versions [3.59,3.63) of GNU make to not export all variables.
693# Otherwise a system limit (for SysV at least) may be exceeded.
694.NOEXPORT: