1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35subdir = .
36DIST_COMMON = README $(am__configure_deps) $(dist_bin_SCRIPTS) \
37	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
38	$(srcdir)/atool.1.in $(srcdir)/atool.spec.in \
39	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
40	TODO build-aux/install-sh build-aux/missing
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
43	$(top_srcdir)/configure.ac
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45	$(ACLOCAL_M4)
46am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
47 configure.lineno config.status.lineno
48mkinstalldirs = $(install_sh) -d
49CONFIG_CLEAN_FILES = atool.1 atool.spec
50CONFIG_CLEAN_VPATH_FILES =
51am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
52am__vpath_adj = case $$p in \
53    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
54    *) f=$$p;; \
55  esac;
56am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
57am__install_max = 40
58am__nobase_strip_setup = \
59  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
60am__nobase_strip = \
61  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
62am__nobase_list = $(am__nobase_strip_setup); \
63  for p in $$list; do echo "$$p $$p"; done | \
64  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
65  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
66    if (++n[$$2] == $(am__install_max)) \
67      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
68    END { for (dir in files) print dir, files[dir] }'
69am__base_list = \
70  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
71  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
72am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
73SCRIPTS = $(dist_bin_SCRIPTS)
74SOURCES =
75DIST_SOURCES =
76man1dir = $(mandir)/man1
77NROFF = nroff
78MANS = $(man_MANS)
79DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80distdir = $(PACKAGE)-$(VERSION)
81top_distdir = $(distdir)
82am__remove_distdir = \
83  { test ! -d "$(distdir)" \
84    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
85         && rm -fr "$(distdir)"; }; }
86DIST_ARCHIVES = $(distdir).tar.gz
87GZIP_ENV = --best
88distuninstallcheck_listfiles = find . -type f -print
89distcleancheck_listfiles = find . -type f -print
90ACLOCAL = @ACLOCAL@
91AMTAR = @AMTAR@
92AUTOCONF = @AUTOCONF@
93AUTOHEADER = @AUTOHEADER@
94AUTOMAKE = @AUTOMAKE@
95AWK = @AWK@
96CYGPATH_W = @CYGPATH_W@
97DEFS = @DEFS@
98ECHO_C = @ECHO_C@
99ECHO_N = @ECHO_N@
100ECHO_T = @ECHO_T@
101INSTALL = @INSTALL@
102INSTALL_DATA = @INSTALL_DATA@
103INSTALL_PROGRAM = @INSTALL_PROGRAM@
104INSTALL_SCRIPT = @INSTALL_SCRIPT@
105INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
106LIBOBJS = @LIBOBJS@
107LIBS = @LIBS@
108LOCALSTATEDIR = @LOCALSTATEDIR@
109LTLIBOBJS = @LTLIBOBJS@
110MAKEINFO = @MAKEINFO@
111MKDIR_P = @MKDIR_P@
112PACKAGE = @PACKAGE@
113PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
114PACKAGE_NAME = @PACKAGE_NAME@
115PACKAGE_STRING = @PACKAGE_STRING@
116PACKAGE_TARNAME = @PACKAGE_TARNAME@
117PACKAGE_URL = @PACKAGE_URL@
118PACKAGE_VERSION = @PACKAGE_VERSION@
119PATH_SEPARATOR = @PATH_SEPARATOR@
120PERL = @PERL@
121PERL_SHEBANG = @PERL_SHEBANG@
122PERL_SITELIB = @PERL_SITELIB@
123SBINDIR = @SBINDIR@
124SET_MAKE = @SET_MAKE@
125SHELL = @SHELL@
126STRIP = @STRIP@
127SYSCONFDIR = @SYSCONFDIR@
128VERSION = @VERSION@
129abs_builddir = @abs_builddir@
130abs_srcdir = @abs_srcdir@
131abs_top_builddir = @abs_top_builddir@
132abs_top_srcdir = @abs_top_srcdir@
133am__leading_dot = @am__leading_dot@
134am__tar = @am__tar@
135am__untar = @am__untar@
136bindir = @bindir@
137build_alias = @build_alias@
138builddir = @builddir@
139datadir = @datadir@
140datarootdir = @datarootdir@
141docdir = @docdir@
142dvidir = @dvidir@
143exec_prefix = @exec_prefix@
144host_alias = @host_alias@
145htmldir = @htmldir@
146includedir = @includedir@
147infodir = @infodir@
148install_sh = @install_sh@
149libdir = @libdir@
150libexecdir = @libexecdir@
151localedir = @localedir@
152localstatedir = @localstatedir@
153mandir = @mandir@
154mkdir_p = @mkdir_p@
155oldincludedir = @oldincludedir@
156pdfdir = @pdfdir@
157prefix = @prefix@
158program_transform_name = @program_transform_name@
159psdir = @psdir@
160sbindir = @sbindir@
161sharedstatedir = @sharedstatedir@
162srcdir = @srcdir@
163sysconfdir = @sysconfdir@
164target_alias = @target_alias@
165top_build_prefix = @top_build_prefix@
166top_builddir = @top_builddir@
167top_srcdir = @top_srcdir@
168ACLOCAL_AMFLAGS = -I m4
169#SUBDIRS = doc etc
170script_files = atool
171script_stamp_files = $(script_files:%=.%-stamp)
172script_old_files = $(script_files:%=.%-old)
173man_MANS = $(PACKAGE).1
174EXTRA_DIST = $(script_files) extra debian/changelog debian/control debian/copyright debian/rules $(man_MANS)
175DISTCLEANFILES = $(script_stamp_files)
176MAINTAINERCLEANFILES = $(script_old_files)
177dist_bin_SCRIPTS = $(script_files)
178all: all-am
179
180.SUFFIXES:
181am--refresh:
182	@:
183$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
184	@for dep in $?; do \
185	  case '$(am__configure_deps)' in \
186	    *$$dep*) \
187	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
188	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
189		&& exit 0; \
190	      exit 1;; \
191	  esac; \
192	done; \
193	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
194	$(am__cd) $(top_srcdir) && \
195	  $(AUTOMAKE) --gnu Makefile
196.PRECIOUS: Makefile
197Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
198	@case '$?' in \
199	  *config.status*) \
200	    echo ' $(SHELL) ./config.status'; \
201	    $(SHELL) ./config.status;; \
202	  *) \
203	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
204	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
205	esac;
206
207$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
208	$(SHELL) ./config.status --recheck
209
210$(top_srcdir)/configure:  $(am__configure_deps)
211	$(am__cd) $(srcdir) && $(AUTOCONF)
212$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
213	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
214$(am__aclocal_m4_deps):
215atool.1: $(top_builddir)/config.status $(srcdir)/atool.1.in
216	cd $(top_builddir) && $(SHELL) ./config.status $@
217atool.spec: $(top_builddir)/config.status $(srcdir)/atool.spec.in
218	cd $(top_builddir) && $(SHELL) ./config.status $@
219install-dist_binSCRIPTS: $(dist_bin_SCRIPTS)
220	@$(NORMAL_INSTALL)
221	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
222	@list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
223	for p in $$list; do \
224	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
225	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
226	done | \
227	sed -e 'p;s,.*/,,;n' \
228	    -e 'h;s|.*|.|' \
229	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
230	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
231	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
232	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
233	      if (++n[d] == $(am__install_max)) { \
234		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
235	    else { print "f", d "/" $$4, $$1 } } \
236	  END { for (d in files) print "f", d, files[d] }' | \
237	while read type dir files; do \
238	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
239	     test -z "$$files" || { \
240	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
241	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
242	     } \
243	; done
244
245uninstall-dist_binSCRIPTS:
246	@$(NORMAL_UNINSTALL)
247	@list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
248	files=`for p in $$list; do echo "$$p"; done | \
249	       sed -e 's,.*/,,;$(transform)'`; \
250	test -n "$$list" || exit 0; \
251	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
252	cd "$(DESTDIR)$(bindir)" && rm -f $$files
253install-man1: $(man_MANS)
254	@$(NORMAL_INSTALL)
255	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
256	@list=''; test -n "$(man1dir)" || exit 0; \
257	{ for i in $$list; do echo "$$i"; done; \
258	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
259	  sed -n '/\.1[a-z]*$$/p'; \
260	} | while read p; do \
261	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
262	  echo "$$d$$p"; echo "$$p"; \
263	done | \
264	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
265	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
266	sed 'N;N;s,\n, ,g' | { \
267	list=; while read file base inst; do \
268	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
269	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
270	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
271	  fi; \
272	done; \
273	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
274	while read files; do \
275	  test -z "$$files" || { \
276	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
277	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
278	done; }
279
280uninstall-man1:
281	@$(NORMAL_UNINSTALL)
282	@list=''; test -n "$(man1dir)" || exit 0; \
283	files=`{ for i in $$list; do echo "$$i"; done; \
284	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
285	  sed -n '/\.1[a-z]*$$/p'; \
286	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
287	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
288	test -z "$$files" || { \
289	  echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
290	  cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
291tags: TAGS
292TAGS:
293
294ctags: CTAGS
295CTAGS:
296
297
298distdir: $(DISTFILES)
299	@list='$(MANS)'; if test -n "$$list"; then \
300	  list=`for p in $$list; do \
301	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
302	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
303	  if test -n "$$list" && \
304	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
305	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
306	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
307	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
308	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
309	    exit 1; \
310	  else :; fi; \
311	else :; fi
312	$(am__remove_distdir)
313	test -d "$(distdir)" || mkdir "$(distdir)"
314	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
315	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
316	list='$(DISTFILES)'; \
317	  dist_files=`for file in $$list; do echo $$file; done | \
318	  sed -e "s|^$$srcdirstrip/||;t" \
319	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
320	case $$dist_files in \
321	  */*) $(MKDIR_P) `echo "$$dist_files" | \
322			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
323			   sort -u` ;; \
324	esac; \
325	for file in $$dist_files; do \
326	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
327	  if test -d $$d/$$file; then \
328	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
329	    if test -d "$(distdir)/$$file"; then \
330	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
331	    fi; \
332	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
333	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
334	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
335	    fi; \
336	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
337	  else \
338	    test -f "$(distdir)/$$file" \
339	    || cp -p $$d/$$file "$(distdir)/$$file" \
340	    || exit 1; \
341	  fi; \
342	done
343	-test -n "$(am__skip_mode_fix)" \
344	|| find "$(distdir)" -type d ! -perm -755 \
345		-exec chmod u+rwx,go+rx {} \; -o \
346	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
347	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
348	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
349	|| chmod -R a+r "$(distdir)"
350dist-gzip: distdir
351	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
352	$(am__remove_distdir)
353
354dist-bzip2: distdir
355	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
356	$(am__remove_distdir)
357
358dist-lzma: distdir
359	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
360	$(am__remove_distdir)
361
362dist-xz: distdir
363	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
364	$(am__remove_distdir)
365
366dist-tarZ: distdir
367	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
368	$(am__remove_distdir)
369
370dist-shar: distdir
371	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
372	$(am__remove_distdir)
373
374dist-zip: distdir
375	-rm -f $(distdir).zip
376	zip -rq $(distdir).zip $(distdir)
377	$(am__remove_distdir)
378
379dist dist-all: distdir
380	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
381	$(am__remove_distdir)
382
383# This target untars the dist file and tries a VPATH configuration.  Then
384# it guarantees that the distribution is self-contained by making another
385# tarfile.
386distcheck: dist
387	case '$(DIST_ARCHIVES)' in \
388	*.tar.gz*) \
389	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
390	*.tar.bz2*) \
391	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
392	*.tar.lzma*) \
393	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
394	*.tar.xz*) \
395	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
396	*.tar.Z*) \
397	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
398	*.shar.gz*) \
399	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
400	*.zip*) \
401	  unzip $(distdir).zip ;;\
402	esac
403	chmod -R a-w $(distdir); chmod a+w $(distdir)
404	mkdir $(distdir)/_build
405	mkdir $(distdir)/_inst
406	chmod a-w $(distdir)
407	test -d $(distdir)/_build || exit 0; \
408	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
409	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
410	  && am__cwd=`pwd` \
411	  && $(am__cd) $(distdir)/_build \
412	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
413	    $(DISTCHECK_CONFIGURE_FLAGS) \
414	  && $(MAKE) $(AM_MAKEFLAGS) \
415	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
416	  && $(MAKE) $(AM_MAKEFLAGS) check \
417	  && $(MAKE) $(AM_MAKEFLAGS) install \
418	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
419	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
420	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
421	        distuninstallcheck \
422	  && chmod -R a-w "$$dc_install_base" \
423	  && ({ \
424	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
425	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
426	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
427	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
428	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
429	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
430	  && rm -rf "$$dc_destdir" \
431	  && $(MAKE) $(AM_MAKEFLAGS) dist \
432	  && rm -rf $(DIST_ARCHIVES) \
433	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
434	  && cd "$$am__cwd" \
435	  || exit 1
436	$(am__remove_distdir)
437	@(echo "$(distdir) archives ready for distribution: "; \
438	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
439	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
440distuninstallcheck:
441	@$(am__cd) '$(distuninstallcheck_dir)' \
442	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
443	   || { echo "ERROR: files left after uninstall:" ; \
444	        if test -n "$(DESTDIR)"; then \
445	          echo "  (check DESTDIR support)"; \
446	        fi ; \
447	        $(distuninstallcheck_listfiles) ; \
448	        exit 1; } >&2
449distcleancheck: distclean
450	@if test '$(srcdir)' = . ; then \
451	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
452	  exit 1 ; \
453	fi
454	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
455	  || { echo "ERROR: files left in build directory after distclean:" ; \
456	       $(distcleancheck_listfiles) ; \
457	       exit 1; } >&2
458check-am: all-am
459check: check-am
460all-am: Makefile $(SCRIPTS) $(MANS) all-local
461installdirs:
462	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
463	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
464	done
465install: install-am
466install-exec: install-exec-am
467install-data: install-data-am
468uninstall: uninstall-am
469
470install-am: all-am
471	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
472
473installcheck: installcheck-am
474install-strip:
475	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
476	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
477	  `test -z '$(STRIP)' || \
478	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
479mostlyclean-generic:
480
481clean-generic:
482
483distclean-generic:
484	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
485	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
486	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
487
488maintainer-clean-generic:
489	@echo "This command is intended for maintainers to use"
490	@echo "it deletes files that may require special tools to rebuild."
491	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
492clean: clean-am
493
494clean-am: clean-generic mostlyclean-am
495
496distclean: distclean-am
497	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
498	-rm -f Makefile
499distclean-am: clean-am distclean-generic
500
501dvi: dvi-am
502
503dvi-am:
504
505html: html-am
506
507html-am:
508
509info: info-am
510
511info-am:
512
513install-data-am: install-man
514
515install-dvi: install-dvi-am
516
517install-dvi-am:
518
519install-exec-am: install-dist_binSCRIPTS install-exec-local
520
521install-html: install-html-am
522
523install-html-am:
524
525install-info: install-info-am
526
527install-info-am:
528
529install-man: install-man1
530
531install-pdf: install-pdf-am
532
533install-pdf-am:
534
535install-ps: install-ps-am
536
537install-ps-am:
538
539installcheck-am:
540
541maintainer-clean: maintainer-clean-am
542	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
543	-rm -rf $(top_srcdir)/autom4te.cache
544	-rm -f Makefile
545maintainer-clean-am: distclean-am maintainer-clean-generic
546
547mostlyclean: mostlyclean-am
548
549mostlyclean-am: mostlyclean-generic
550
551pdf: pdf-am
552
553pdf-am:
554
555ps: ps-am
556
557ps-am:
558
559uninstall-am: uninstall-dist_binSCRIPTS uninstall-local uninstall-man
560
561uninstall-man: uninstall-man1
562
563.MAKE: install-am install-strip
564
565.PHONY: all all-am all-local am--refresh check check-am clean \
566	clean-generic dist dist-all dist-bzip2 dist-gzip dist-lzma \
567	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
568	distclean-generic distcleancheck distdir distuninstallcheck \
569	dvi dvi-am html html-am info info-am install install-am \
570	install-data install-data-am install-dist_binSCRIPTS \
571	install-dvi install-dvi-am install-exec install-exec-am \
572	install-exec-local install-html install-html-am install-info \
573	install-info-am install-man install-man1 install-pdf \
574	install-pdf-am install-ps install-ps-am install-strip \
575	installcheck installcheck-am installdirs maintainer-clean \
576	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
577	pdf-am ps ps-am uninstall uninstall-am \
578	uninstall-dist_binSCRIPTS uninstall-local uninstall-man \
579	uninstall-man1
580
581.PHONY: debian rpm
582
583$(script_stamp_files): .%-stamp: % $(srcdir)/configure.ac
584	touch `basename "$<"`
585	sed "1s|[^ ]*|$(PERL_SHEBANG)|;/^\\$$::SYSCONFDIR = /s|'.*'|'$(SYSCONFDIR)'|;/^\\$$::PACKAGE = /s/'.*'/'$(PACKAGE)'/;/^\\$$::VERSION = /s/'.*'/'$(PACKAGE_VERSION)'/;/^\\$$::BUG_EMAIL = /s/'.*'/'$(PACKAGE_BUGREPORT)'/" < $< > `basename $<.tmp` \
586	  && mv `basename "$<"` .`basename "$<-old"` \
587	  && mv `basename "$<.tmp"` `basename "$<"`
588	chmod a+x `basename "$<"`
589	touch $@
590
591all-local: $(script_stamp_files)
592
593debian:
594	cd $(srcdir) && dpkg-buildpackage -rfakeroot -us -uc -sd -b
595
596rpm: $(PACKAGE).spec
597	rpmbuild -ba --clean $<
598
599install-exec-local:
600	mkdir -p $(DESTDIR)$(bindir)
601	mkdir -p $(DESTDIR)$(mandir)/man1
602	for f in aunpack arepack apack acat als adiff; do \
603	  ln -s -f atool $(DESTDIR)$(bindir)/$$f; \
604	  ln -s -f atool.1 $(DESTDIR)$(mandir)/man1/$$f.1; \
605	done
606
607uninstall-local:
608	for f in aunpack arepack apack acat als adiff; do \
609	  if [ -L $(DESTDIR)$(bindir)/$$f ]; then \
610	    rm $(DESTDIR)$(bindir)/$$f; \
611	  fi; \
612	  if [ -L $(DESTDIR)$(mandir)/man1/$$f.1 ]; then \
613	    rm $(DESTDIR)$(mandir)/man1/$$f.1; \
614	  fi; \
615	done
616
617# Tell versions [3.59,3.63) of GNU make to not export all variables.
618# Otherwise a system limit (for SysV at least) may be exceeded.
619.NOEXPORT:
620