]> git.ipfire.org Git - thirdparty/util-linux.git/blame - Makefile.in
Imported from util-linux-2.13-pre6 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@
ca3ea756
KZ
169M68K_FALSE = @M68K_FALSE@
170M68K_TRUE = @M68K_TRUE@
48d7b13a
KZ
171MAKEINFO = @MAKEINFO@
172MKINSTALLDIRS = @MKINSTALLDIRS@
173MSGFMT = @MSGFMT@
174MSGMERGE = @MSGMERGE@
175NEED_LIBCRYPT_FALSE = @NEED_LIBCRYPT_FALSE@
176NEED_LIBCRYPT_TRUE = @NEED_LIBCRYPT_TRUE@
177OBJEXT = @OBJEXT@
178PACKAGE = @PACKAGE@
179PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
180PACKAGE_NAME = @PACKAGE_NAME@
181PACKAGE_STRING = @PACKAGE_STRING@
182PACKAGE_TARNAME = @PACKAGE_TARNAME@
183PACKAGE_VERSION = @PACKAGE_VERSION@
184PATH_SEPARATOR = @PATH_SEPARATOR@
185PERL = @PERL@
186POSUB = @POSUB@
187RANLIB = @RANLIB@
188SET_MAKE = @SET_MAKE@
189SHELL = @SHELL@
190SPARC_FALSE = @SPARC_FALSE@
191SPARC_TRUE = @SPARC_TRUE@
192STRIP = @STRIP@
193USE_NLS = @USE_NLS@
194USE_SLANG_FALSE = @USE_SLANG_FALSE@
195USE_SLANG_TRUE = @USE_SLANG_TRUE@
196USE_TTY_GROUP_FALSE = @USE_TTY_GROUP_FALSE@
197USE_TTY_GROUP_TRUE = @USE_TTY_GROUP_TRUE@
198VERSION = @VERSION@
199XGETTEXT = @XGETTEXT@
48d7b13a 200ac_ct_CC = @ac_ct_CC@
48d7b13a
KZ
201ac_ct_RANLIB = @ac_ct_RANLIB@
202ac_ct_STRIP = @ac_ct_STRIP@
203am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
204am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
48d7b13a
KZ
205am__include = @am__include@
206am__leading_dot = @am__leading_dot@
207am__quote = @am__quote@
208am__tar = @am__tar@
209am__untar = @am__untar@
210bindir = @bindir@
211build = @build@
212build_alias = @build_alias@
213build_cpu = @build_cpu@
214build_os = @build_os@
215build_vendor = @build_vendor@
216datadir = $(prefix)/usr/share
217exec_prefix = @exec_prefix@
218host = @host@
219host_alias = @host_alias@
220host_cpu = @host_cpu@
221host_os = @host_os@
222host_vendor = @host_vendor@
223includedir = @includedir@
224infodir = $(datadir)/info
225install_sh = @install_sh@
226libdir = @libdir@
227libexecdir = @libexecdir@
228localstatedir = @localstatedir@
229mandir = $(datadir)/man
230mkdir_p = @mkdir_p@
231oldincludedir = @oldincludedir@
232prefix = @prefix@
233program_transform_name = @program_transform_name@
234sbindir = @sbindir@
235sharedstatedir = @sharedstatedir@
236sysconfdir = @sysconfdir@
237target_alias = @target_alias@
baf39af1
KZ
238usrbinexecdir = $(prefix)/usr/bin
239usrsbinexecdir = $(prefix)/usr/sbin
cf6d7fae 240AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include
48d7b13a
KZ
241DEFAULT_INCLUDES =
242SUBDIRS = lib \
243 disk-utils \
244 fdisk \
245 getopt \
246 hwclock \
247 login-utils \
248 misc-utils \
249 mount \
250 partx \
251 po \
252 schedutils \
253 sys-utils \
254 text-utils
255
256ACLOCAL_AMFLAGS = -I m4
baf39af1 257EXTRA_DIST = config/mkinstalldirs config/include-Makefile.am
48d7b13a
KZ
258all: config.h
259 $(MAKE) $(AM_MAKEFLAGS) all-recursive
260
261.SUFFIXES:
262am--refresh:
263 @:
264$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/config/include-Makefile.am $(am__configure_deps)
265 @for dep in $?; do \
266 case '$(am__configure_deps)' in \
267 *$$dep*) \
268 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
269 cd $(srcdir) && $(AUTOMAKE) --foreign \
270 && exit 0; \
271 exit 1;; \
272 esac; \
273 done; \
274 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
275 cd $(top_srcdir) && \
276 $(AUTOMAKE) --foreign Makefile
277.PRECIOUS: Makefile
278Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
279 @case '$?' in \
280 *config.status*) \
281 echo ' $(SHELL) ./config.status'; \
282 $(SHELL) ./config.status;; \
283 *) \
284 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
285 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
286 esac;
287
288$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
289 $(SHELL) ./config.status --recheck
290
291$(top_srcdir)/configure: $(am__configure_deps)
292 cd $(srcdir) && $(AUTOCONF)
293$(ACLOCAL_M4): $(am__aclocal_m4_deps)
294 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
295
296config.h: stamp-h1
297 @if test ! -f $@; then \
298 rm -f stamp-h1; \
299 $(MAKE) stamp-h1; \
300 else :; fi
301
302stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
303 @rm -f stamp-h1
304 cd $(top_builddir) && $(SHELL) ./config.status config.h
305$(srcdir)/config.h.in: $(am__configure_deps)
306 cd $(top_srcdir) && $(AUTOHEADER)
307 rm -f stamp-h1
308 touch $@
309
310distclean-hdr:
311 -rm -f config.h stamp-h1
48d7b13a
KZ
312uninstall-info-am:
313
314# This directory's subdirectories are mostly independent; you can cd
315# into them and run `make' without going through this Makefile.
316# To change the values of `make' variables: instead of editing Makefiles,
317# (1) if the variable is set in `config.status', edit `config.status'
318# (which will cause the Makefiles to be regenerated when you run `make');
319# (2) otherwise, pass the desired values on the `make' command line.
320$(RECURSIVE_TARGETS):
321 @failcom='exit 1'; \
322 for f in x $$MAKEFLAGS; do \
323 case $$f in \
324 *=* | --[!k]*);; \
325 *k*) failcom='fail=yes';; \
326 esac; \
327 done; \
328 dot_seen=no; \
329 target=`echo $@ | sed s/-recursive//`; \
330 list='$(SUBDIRS)'; for subdir in $$list; do \
331 echo "Making $$target in $$subdir"; \
332 if test "$$subdir" = "."; then \
333 dot_seen=yes; \
334 local_target="$$target-am"; \
335 else \
336 local_target="$$target"; \
337 fi; \
338 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
339 || eval $$failcom; \
340 done; \
341 if test "$$dot_seen" = "no"; then \
342 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
343 fi; test -z "$$fail"
344
345mostlyclean-recursive clean-recursive distclean-recursive \
346maintainer-clean-recursive:
347 @failcom='exit 1'; \
348 for f in x $$MAKEFLAGS; do \
349 case $$f in \
350 *=* | --[!k]*);; \
351 *k*) failcom='fail=yes';; \
352 esac; \
353 done; \
354 dot_seen=no; \
355 case "$@" in \
356 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
357 *) list='$(SUBDIRS)' ;; \
358 esac; \
359 rev=''; for subdir in $$list; do \
360 if test "$$subdir" = "."; then :; else \
361 rev="$$subdir $$rev"; \
362 fi; \
363 done; \
364 rev="$$rev ."; \
365 target=`echo $@ | sed s/-recursive//`; \
366 for subdir in $$rev; do \
367 echo "Making $$target in $$subdir"; \
368 if test "$$subdir" = "."; then \
369 local_target="$$target-am"; \
370 else \
371 local_target="$$target"; \
372 fi; \
373 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
374 || eval $$failcom; \
375 done && test -z "$$fail"
376tags-recursive:
377 list='$(SUBDIRS)'; for subdir in $$list; do \
378 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
379 done
380ctags-recursive:
381 list='$(SUBDIRS)'; for subdir in $$list; do \
382 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
383 done
384
385ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
386 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
387 unique=`for i in $$list; do \
388 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389 done | \
390 $(AWK) ' { files[$$0] = 1; } \
391 END { for (i in files) print i; }'`; \
392 mkid -fID $$unique
393tags: TAGS
394
395TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
396 $(TAGS_FILES) $(LISP)
397 tags=; \
398 here=`pwd`; \
399 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
400 include_option=--etags-include; \
401 empty_fix=.; \
402 else \
403 include_option=--include; \
404 empty_fix=; \
405 fi; \
406 list='$(SUBDIRS)'; for subdir in $$list; do \
407 if test "$$subdir" = .; then :; else \
408 test ! -f $$subdir/TAGS || \
409 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
410 fi; \
411 done; \
412 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
413 unique=`for i in $$list; do \
414 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
415 done | \
416 $(AWK) ' { files[$$0] = 1; } \
417 END { for (i in files) print i; }'`; \
418 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
419 test -n "$$unique" || unique=$$empty_fix; \
420 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
421 $$tags $$unique; \
422 fi
423ctags: CTAGS
424CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
425 $(TAGS_FILES) $(LISP)
426 tags=; \
427 here=`pwd`; \
428 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
429 unique=`for i in $$list; do \
430 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
431 done | \
432 $(AWK) ' { files[$$0] = 1; } \
433 END { for (i in files) print i; }'`; \
434 test -z "$(CTAGS_ARGS)$$tags$$unique" \
435 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
436 $$tags $$unique
437
438GTAGS:
439 here=`$(am__cd) $(top_builddir) && pwd` \
440 && cd $(top_srcdir) \
441 && gtags -i $(GTAGS_ARGS) $$here
442
443distclean-tags:
444 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
445
446distdir: $(DISTFILES)
447 @case `sed 15q $(srcdir)/NEWS` in \
448 *"$(VERSION)"*) : ;; \
449 *) \
450 echo "NEWS not updated; not releasing" 1>&2; \
451 exit 1;; \
452 esac
453 $(am__remove_distdir)
454 mkdir $(distdir)
455 $(mkdir_p) $(distdir)/config $(distdir)/m4 $(distdir)/po
456 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
457 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
458 list='$(DISTFILES)'; for file in $$list; do \
459 case $$file in \
460 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
461 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
462 esac; \
463 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
464 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
465 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
466 dir="/$$dir"; \
467 $(mkdir_p) "$(distdir)$$dir"; \
468 else \
469 dir=''; \
470 fi; \
471 if test -d $$d/$$file; then \
472 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
473 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
474 fi; \
475 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
476 else \
477 test -f $(distdir)/$$file \
478 || cp -p $$d/$$file $(distdir)/$$file \
479 || exit 1; \
480 fi; \
481 done
482 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
483 if test "$$subdir" = .; then :; else \
484 test -d "$(distdir)/$$subdir" \
485 || $(mkdir_p) "$(distdir)/$$subdir" \
486 || exit 1; \
487 distdir=`$(am__cd) $(distdir) && pwd`; \
488 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
489 (cd $$subdir && \
490 $(MAKE) $(AM_MAKEFLAGS) \
491 top_distdir="$$top_distdir" \
492 distdir="$$distdir/$$subdir" \
493 distdir) \
494 || exit 1; \
495 fi; \
496 done
497 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
498 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
499 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
500 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
501 || chmod -R a+r $(distdir)
502dist-gzip: distdir
503 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
504 $(am__remove_distdir)
505
506dist-bzip2: distdir
507 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
508 $(am__remove_distdir)
509
510dist-tarZ: distdir
511 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
512 $(am__remove_distdir)
513
514dist-shar: distdir
515 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
516 $(am__remove_distdir)
517
518dist-zip: distdir
519 -rm -f $(distdir).zip
520 zip -rq $(distdir).zip $(distdir)
521 $(am__remove_distdir)
522
523dist dist-all: distdir
524 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
525 $(am__remove_distdir)
526
527# This target untars the dist file and tries a VPATH configuration. Then
528# it guarantees that the distribution is self-contained by making another
529# tarfile.
530distcheck: dist
531 case '$(DIST_ARCHIVES)' in \
532 *.tar.gz*) \
533 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
534 *.tar.bz2*) \
535 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
536 *.tar.Z*) \
537 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
538 *.shar.gz*) \
539 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
540 *.zip*) \
541 unzip $(distdir).zip ;;\
542 esac
543 chmod -R a-w $(distdir); chmod a+w $(distdir)
544 mkdir $(distdir)/_build
545 mkdir $(distdir)/_inst
546 chmod a-w $(distdir)
547 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
548 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
549 && cd $(distdir)/_build \
550 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
551 $(DISTCHECK_CONFIGURE_FLAGS) \
552 && $(MAKE) $(AM_MAKEFLAGS) \
553 && $(MAKE) $(AM_MAKEFLAGS) dvi \
554 && $(MAKE) $(AM_MAKEFLAGS) check \
555 && $(MAKE) $(AM_MAKEFLAGS) install \
556 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
557 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
558 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
559 distuninstallcheck \
560 && chmod -R a-w "$$dc_install_base" \
561 && ({ \
562 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
563 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
564 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
565 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
566 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
567 } || { rm -rf "$$dc_destdir"; exit 1; }) \
568 && rm -rf "$$dc_destdir" \
569 && $(MAKE) $(AM_MAKEFLAGS) dist \
570 && rm -rf $(DIST_ARCHIVES) \
571 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
572 $(am__remove_distdir)
573 @(echo "$(distdir) archives ready for distribution: "; \
574 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
575 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
576distuninstallcheck:
577 @cd $(distuninstallcheck_dir) \
578 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
579 || { echo "ERROR: files left after uninstall:" ; \
580 if test -n "$(DESTDIR)"; then \
581 echo " (check DESTDIR support)"; \
582 fi ; \
583 $(distuninstallcheck_listfiles) ; \
584 exit 1; } >&2
585distcleancheck: distclean
586 @if test '$(srcdir)' = . ; then \
587 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
588 exit 1 ; \
589 fi
590 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
591 || { echo "ERROR: files left in build directory after distclean:" ; \
592 $(distcleancheck_listfiles) ; \
593 exit 1; } >&2
594check-am: all-am
595check: check-recursive
596all-am: Makefile config.h
597installdirs: installdirs-recursive
598installdirs-am:
599install: install-recursive
600install-exec: install-exec-recursive
601install-data: install-data-recursive
602uninstall: uninstall-recursive
603
604install-am: all-am
605 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
606
607installcheck: installcheck-recursive
608install-strip:
609 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
610 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
611 `test -z '$(STRIP)' || \
612 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
613mostlyclean-generic:
614
615clean-generic:
616
617distclean-generic:
618 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
619
620maintainer-clean-generic:
621 @echo "This command is intended for maintainers to use"
622 @echo "it deletes files that may require special tools to rebuild."
623clean: clean-recursive
624
baf39af1 625clean-am: clean-generic mostlyclean-am
48d7b13a
KZ
626
627distclean: distclean-recursive
628 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
629 -rm -f Makefile
baf39af1
KZ
630distclean-am: clean-am distclean-generic distclean-hdr distclean-local \
631 distclean-tags
48d7b13a
KZ
632
633dvi: dvi-recursive
634
635dvi-am:
636
637html: html-recursive
638
639info: info-recursive
640
641info-am:
642
643install-data-am:
644
645install-exec-am:
646
647install-info: install-info-recursive
648
649install-man:
650
651installcheck-am:
652
653maintainer-clean: maintainer-clean-recursive
654 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
655 -rm -rf $(top_srcdir)/autom4te.cache
656 -rm -f Makefile
657maintainer-clean-am: distclean-am maintainer-clean-generic
658
659mostlyclean: mostlyclean-recursive
660
baf39af1 661mostlyclean-am: mostlyclean-generic
48d7b13a
KZ
662
663pdf: pdf-recursive
664
665pdf-am:
666
667ps: ps-recursive
668
669ps-am:
670
671uninstall-am: uninstall-info-am
672
673uninstall-info: uninstall-info-recursive
674
675.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
baf39af1
KZ
676 check-am clean clean-generic clean-recursive ctags \
677 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
678 dist-tarZ dist-zip distcheck distclean distclean-generic \
679 distclean-hdr distclean-local distclean-recursive \
680 distclean-tags distcleancheck distdir distuninstallcheck dvi \
681 dvi-am html html-am info info-am install install-am \
682 install-data install-data-am install-exec install-exec-am \
683 install-info install-info-am install-man install-strip \
684 installcheck installcheck-am installdirs installdirs-am \
685 maintainer-clean maintainer-clean-generic \
48d7b13a 686 maintainer-clean-recursive mostlyclean mostlyclean-generic \
baf39af1
KZ
687 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
688 uninstall uninstall-am uninstall-info-am
689
48d7b13a 690
baf39af1
KZ
691distclean-local:
692 -for i in `find . -name \*~ -o -name \*.orig -o -name \*.rej`; do rm $$i; done
693 rm -rf autom4te.cache
48d7b13a
KZ
694# Tell versions [3.59,3.63) of GNU make to not export all variables.
695# Otherwise a system limit (for SysV at least) may be exceeded.
696.NOEXPORT: