Imported Upstream version 0.63.0
[hcoop/debian/courier-authlib.git] / makedat / Makefile.in
CommitLineData
8d138742 1# Makefile.in generated by automake 1.11 from Makefile.am.
d9898ee8 2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
8d138742
CE
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
d9898ee8 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
ac40fd9e 18# $Id: Makefile.am,v 1.8 2008/05/08 15:38:46 mrsam Exp $
d9898ee8 19#
ac40fd9e 20# Copyright 1998 - 2008 Double Precision, Inc. See COPYING for
d9898ee8 21# distribution information.
22
d9898ee8 23VPATH = @srcdir@
24pkgdatadir = $(datadir)/@PACKAGE@
d9898ee8 25pkgincludedir = $(includedir)/@PACKAGE@
8d138742
CE
26pkglibdir = $(libdir)/@PACKAGE@
27pkglibexecdir = $(libexecdir)/@PACKAGE@
d9898ee8 28am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
d9898ee8 29install_sh_DATA = $(install_sh) -c -m 644
30install_sh_PROGRAM = $(install_sh) -c
31install_sh_SCRIPT = $(install_sh) -c
32INSTALL_HEADER = $(INSTALL_DATA)
33transform = $(program_transform_name)
34NORMAL_INSTALL = :
35PRE_INSTALL = :
36POST_INSTALL = :
37NORMAL_UNINSTALL = :
38PRE_UNINSTALL = :
39POST_UNINSTALL = :
40build_triplet = @build@
41host_triplet = @host@
d9898ee8 42EXTRA_PROGRAMS = makedatprog$(EXEEXT)
dd184caf 43subdir = .
d9898ee8 44DIST_COMMON = $(am__configure_deps) $(srcdir)/../config.guess \
45 $(srcdir)/../config.sub $(srcdir)/../depcomp \
46 $(srcdir)/../install-sh $(srcdir)/../ltmain.sh \
47 $(srcdir)/../missing $(srcdir)/Makefile.am \
48 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
49 $(srcdir)/makedat.in $(top_srcdir)/configure
d9898ee8 50ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51am__aclocal_m4_deps = $(top_srcdir)/configure.in
52am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53 $(ACLOCAL_M4)
54am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
dd184caf 55 configure.lineno config.status.lineno
d9898ee8 56mkinstalldirs = $(install_sh) -d
57CONFIG_HEADER = config.h
58CONFIG_CLEAN_FILES = makedat
8d138742 59CONFIG_CLEAN_VPATH_FILES =
d9898ee8 60PROGRAMS = $(noinst_PROGRAMS)
61am_makedatprog_OBJECTS = makedatprog.$(OBJEXT)
62makedatprog_OBJECTS = $(am_makedatprog_OBJECTS)
dd184caf 63makedatprog_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
64 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
65 $(makedatprog_LDFLAGS) $(LDFLAGS) -o $@
66DEFAULT_INCLUDES = -I.@am__isrc@
d9898ee8 67depcomp = $(SHELL) $(top_srcdir)/../depcomp
68am__depfiles_maybe = depfiles
8d138742 69am__mv = mv -f
d9898ee8 70COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
dd184caf 72LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
73 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
74 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
d9898ee8 75CCLD = $(CC)
dd184caf 76LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
78 $(LDFLAGS) -o $@
d9898ee8 79SOURCES = $(makedatprog_SOURCES)
80DIST_SOURCES = $(makedatprog_SOURCES)
81ETAGS = etags
82CTAGS = ctags
83DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84distdir = $(PACKAGE)-$(VERSION)
85top_distdir = $(distdir)
86am__remove_distdir = \
8d138742
CE
87 { test ! -d "$(distdir)" \
88 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
89 && rm -fr "$(distdir)"; }; }
d9898ee8 90DIST_ARCHIVES = $(distdir).tar.gz
91GZIP_ENV = --best
92distuninstallcheck_listfiles = find . -type f -print
93distcleancheck_listfiles = find . -type f -print
94ACLOCAL = @ACLOCAL@
d9898ee8 95AMTAR = @AMTAR@
96AR = @AR@
97AUTOCONF = @AUTOCONF@
98AUTOHEADER = @AUTOHEADER@
dd184caf 99AUTOMAKE = @AUTOMAKE@
d9898ee8 100AWK = @AWK@
101CAT = @CAT@
102CC = @CC@
103CCDEPMODE = @CCDEPMODE@
104CFLAGS = @CFLAGS@
105CPP = @CPP@
106CPPFLAGS = @CPPFLAGS@
d9898ee8 107CYGPATH_W = @CYGPATH_W@
108DEFS = @DEFS@
109DEPDIR = @DEPDIR@
8d138742
CE
110DSYMUTIL = @DSYMUTIL@
111DUMPBIN = @DUMPBIN@
d9898ee8 112ECHO_C = @ECHO_C@
113ECHO_N = @ECHO_N@
114ECHO_T = @ECHO_T@
115EGREP = @EGREP@
116EXEEXT = @EXEEXT@
8d138742 117FGREP = @FGREP@
dd184caf 118GREP = @GREP@
119INSTALL = @INSTALL@
d9898ee8 120INSTALL_DATA = @INSTALL_DATA@
121INSTALL_PROGRAM = @INSTALL_PROGRAM@
122INSTALL_SCRIPT = @INSTALL_SCRIPT@
123INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8d138742 124LD = @LD@
d9898ee8 125LDFLAGS = @LDFLAGS@
d9898ee8 126LIBOBJS = @LIBOBJS@
127LIBS = @LIBS@
128LIBTOOL = @LIBTOOL@
8d138742 129LIPO = @LIPO@
d9898ee8 130LN_S = @LN_S@
131LTLIBOBJS = @LTLIBOBJS@
132MAKEINFO = @MAKEINFO@
dd184caf 133MKDIR_P = @MKDIR_P@
8d138742
CE
134NM = @NM@
135NMEDIT = @NMEDIT@
136OBJDUMP = @OBJDUMP@
d9898ee8 137OBJEXT = @OBJEXT@
8d138742
CE
138OTOOL = @OTOOL@
139OTOOL64 = @OTOOL64@
d9898ee8 140PACKAGE = @PACKAGE@
141PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
142PACKAGE_NAME = @PACKAGE_NAME@
143PACKAGE_STRING = @PACKAGE_STRING@
144PACKAGE_TARNAME = @PACKAGE_TARNAME@
145PACKAGE_VERSION = @PACKAGE_VERSION@
146PATH_SEPARATOR = @PATH_SEPARATOR@
147PERL = @PERL@
148RANLIB = @RANLIB@
149SED = @SED@
150SET_MAKE = @SET_MAKE@
151SHELL = @SHELL@
152STRIP = @STRIP@
d9898ee8 153VERSION = @VERSION@
dd184caf 154abs_builddir = @abs_builddir@
155abs_srcdir = @abs_srcdir@
156abs_top_builddir = @abs_top_builddir@
157abs_top_srcdir = @abs_top_srcdir@
d9898ee8 158ac_ct_CC = @ac_ct_CC@
8d138742 159ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
d9898ee8 160am__include = @am__include@
161am__leading_dot = @am__leading_dot@
162am__quote = @am__quote@
163am__tar = @am__tar@
164am__untar = @am__untar@
165bindir = @bindir@
166build = @build@
167build_alias = @build_alias@
168build_cpu = @build_cpu@
169build_os = @build_os@
170build_vendor = @build_vendor@
dd184caf 171builddir = @builddir@
d9898ee8 172datadir = @datadir@
dd184caf 173datarootdir = @datarootdir@
d9898ee8 174dblibrary = @dblibrary@
dd184caf 175docdir = @docdir@
176dvidir = @dvidir@
d9898ee8 177exec_prefix = @exec_prefix@
178host = @host@
179host_alias = @host_alias@
180host_cpu = @host_cpu@
181host_os = @host_os@
182host_vendor = @host_vendor@
dd184caf 183htmldir = @htmldir@
d9898ee8 184includedir = @includedir@
185infodir = @infodir@
186install_sh = @install_sh@
187libdir = @libdir@
188libexecdir = @libexecdir@
dd184caf 189localedir = @localedir@
d9898ee8 190localstatedir = @localstatedir@
8d138742 191lt_ECHO = @lt_ECHO@
d9898ee8 192makedatprog_target = @makedatprog_target@
193makedatprogpath = @makedatprogpath@
194mandir = @mandir@
195mkdir_p = @mkdir_p@
196oldincludedir = @oldincludedir@
dd184caf 197pdfdir = @pdfdir@
d9898ee8 198prefix = @prefix@
199program_transform_name = @program_transform_name@
dd184caf 200psdir = @psdir@
d9898ee8 201sbindir = @sbindir@
202sharedstatedir = @sharedstatedir@
dd184caf 203srcdir = @srcdir@
d9898ee8 204sysconfdir = @sysconfdir@
205target_alias = @target_alias@
8d138742 206top_build_prefix = @top_build_prefix@
dd184caf 207top_builddir = @top_builddir@
208top_srcdir = @top_srcdir@
209noinst_PROGRAMS = @makedatprog_target@
d9898ee8 210makedatprog_SOURCES = makedatprog.c
211makedatprog_DEPENDENCIES = @dblibrary@
ac40fd9e 212makedatprog_LDADD = @dblibrary@
d9898ee8 213makedatprog_LDFLAGS = -static
214all: config.h
215 $(MAKE) $(AM_MAKEFLAGS) all-am
216
217.SUFFIXES:
218.SUFFIXES: .c .lo .o .obj
219am--refresh:
220 @:
221$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
222 @for dep in $?; do \
223 case '$(am__configure_deps)' in \
224 *$$dep*) \
8d138742
CE
225 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
226 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
d9898ee8 227 && exit 0; \
228 exit 1;; \
229 esac; \
230 done; \
8d138742
CE
231 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
232 $(am__cd) $(top_srcdir) && \
233 $(AUTOMAKE) --foreign Makefile
d9898ee8 234.PRECIOUS: Makefile
235Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
236 @case '$?' in \
237 *config.status*) \
238 echo ' $(SHELL) ./config.status'; \
239 $(SHELL) ./config.status;; \
240 *) \
241 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
242 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
243 esac;
244
245$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
246 $(SHELL) ./config.status --recheck
247
248$(top_srcdir)/configure: $(am__configure_deps)
8d138742 249 $(am__cd) $(srcdir) && $(AUTOCONF)
d9898ee8 250$(ACLOCAL_M4): $(am__aclocal_m4_deps)
8d138742
CE
251 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
252$(am__aclocal_m4_deps):
d9898ee8 253
254config.h: stamp-h1
255 @if test ! -f $@; then \
256 rm -f stamp-h1; \
dd184caf 257 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
d9898ee8 258 else :; fi
259
260stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
261 @rm -f stamp-h1
262 cd $(top_builddir) && $(SHELL) ./config.status config.h
263$(srcdir)/config.h.in: $(am__configure_deps)
8d138742 264 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
d9898ee8 265 rm -f stamp-h1
266 touch $@
267
268distclean-hdr:
269 -rm -f config.h stamp-h1
270makedat: $(top_builddir)/config.status $(srcdir)/makedat.in
271 cd $(top_builddir) && $(SHELL) ./config.status $@
272
273clean-noinstPROGRAMS:
8d138742
CE
274 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
275 echo " rm -f" $$list; \
276 rm -f $$list || exit $$?; \
277 test -n "$(EXEEXT)" || exit 0; \
278 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
279 echo " rm -f" $$list; \
280 rm -f $$list
d9898ee8 281makedatprog$(EXEEXT): $(makedatprog_OBJECTS) $(makedatprog_DEPENDENCIES)
282 @rm -f makedatprog$(EXEEXT)
dd184caf 283 $(makedatprog_LINK) $(makedatprog_OBJECTS) $(makedatprog_LDADD) $(LIBS)
d9898ee8 284
285mostlyclean-compile:
286 -rm -f *.$(OBJEXT)
287
288distclean-compile:
289 -rm -f *.tab.c
290
291@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/makedatprog.Po@am__quote@
292
293.c.o:
dd184caf 294@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
8d138742 295@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
d9898ee8 296@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
297@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
298@am__fastdepCC_FALSE@ $(COMPILE) -c $<
299
300.c.obj:
dd184caf 301@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
8d138742 302@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
d9898ee8 303@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
304@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
306
307.c.lo:
dd184caf 308@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
8d138742 309@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
d9898ee8 310@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
311@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
313
314mostlyclean-libtool:
315 -rm -f *.lo
316
317clean-libtool:
318 -rm -rf .libs _libs
319
320distclean-libtool:
8d138742 321 -rm -f libtool config.lt
d9898ee8 322
323ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
324 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
325 unique=`for i in $$list; do \
326 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
327 done | \
8d138742 328 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
ac40fd9e 329 END { if (nonempty) { for (i in files) print i; }; }'`; \
d9898ee8 330 mkid -fID $$unique
331tags: TAGS
332
333TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
334 $(TAGS_FILES) $(LISP)
8d138742 335 set x; \
d9898ee8 336 here=`pwd`; \
337 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
338 unique=`for i in $$list; do \
339 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
340 done | \
ac40fd9e 341 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
342 END { if (nonempty) { for (i in files) print i; }; }'`; \
8d138742
CE
343 shift; \
344 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
d9898ee8 345 test -n "$$unique" || unique=$$empty_fix; \
8d138742
CE
346 if test $$# -gt 0; then \
347 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
348 "$$@" $$unique; \
349 else \
350 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
351 $$unique; \
352 fi; \
d9898ee8 353 fi
354ctags: CTAGS
355CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
356 $(TAGS_FILES) $(LISP)
d9898ee8 357 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
358 unique=`for i in $$list; do \
359 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360 done | \
ac40fd9e 361 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
362 END { if (nonempty) { for (i in files) print i; }; }'`; \
8d138742 363 test -z "$(CTAGS_ARGS)$$unique" \
d9898ee8 364 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
8d138742 365 $$unique
d9898ee8 366
367GTAGS:
368 here=`$(am__cd) $(top_builddir) && pwd` \
8d138742
CE
369 && $(am__cd) $(top_srcdir) \
370 && gtags -i $(GTAGS_ARGS) "$$here"
d9898ee8 371
372distclean-tags:
373 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
374
375distdir: $(DISTFILES)
376 $(am__remove_distdir)
8d138742 377 test -d "$(distdir)" || mkdir "$(distdir)"
dd184caf 378 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
379 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
380 list='$(DISTFILES)'; \
381 dist_files=`for file in $$list; do echo $$file; done | \
382 sed -e "s|^$$srcdirstrip/||;t" \
383 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
384 case $$dist_files in \
385 */*) $(MKDIR_P) `echo "$$dist_files" | \
386 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
387 sort -u` ;; \
388 esac; \
389 for file in $$dist_files; do \
d9898ee8 390 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
d9898ee8 391 if test -d $$d/$$file; then \
dd184caf 392 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
8d138742
CE
393 if test -d "$(distdir)/$$file"; then \
394 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
395 fi; \
d9898ee8 396 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
8d138742
CE
397 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
398 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
d9898ee8 399 fi; \
8d138742 400 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
d9898ee8 401 else \
8d138742
CE
402 test -f "$(distdir)/$$file" \
403 || cp -p $$d/$$file "$(distdir)/$$file" \
d9898ee8 404 || exit 1; \
405 fi; \
406 done
8d138742
CE
407 -test -n "$(am__skip_mode_fix)" \
408 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
d9898ee8 409 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
410 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
dd184caf 411 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
8d138742 412 || chmod -R a+r "$(distdir)"
d9898ee8 413dist-gzip: distdir
414 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
415 $(am__remove_distdir)
416
417dist-bzip2: distdir
418 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
419 $(am__remove_distdir)
420
ac40fd9e 421dist-lzma: distdir
422 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
423 $(am__remove_distdir)
424
8d138742
CE
425dist-xz: distdir
426 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
427 $(am__remove_distdir)
428
d9898ee8 429dist-tarZ: distdir
430 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
431 $(am__remove_distdir)
432
433dist-shar: distdir
434 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
435 $(am__remove_distdir)
436
437dist-zip: distdir
438 -rm -f $(distdir).zip
439 zip -rq $(distdir).zip $(distdir)
440 $(am__remove_distdir)
441
442dist dist-all: distdir
443 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
444 $(am__remove_distdir)
445
446# This target untars the dist file and tries a VPATH configuration. Then
447# it guarantees that the distribution is self-contained by making another
448# tarfile.
449distcheck: dist
450 case '$(DIST_ARCHIVES)' in \
451 *.tar.gz*) \
452 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
453 *.tar.bz2*) \
454 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
ac40fd9e 455 *.tar.lzma*) \
456 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
8d138742
CE
457 *.tar.xz*) \
458 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
d9898ee8 459 *.tar.Z*) \
460 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
461 *.shar.gz*) \
462 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
463 *.zip*) \
464 unzip $(distdir).zip ;;\
465 esac
466 chmod -R a-w $(distdir); chmod a+w $(distdir)
467 mkdir $(distdir)/_build
468 mkdir $(distdir)/_inst
469 chmod a-w $(distdir)
8d138742 470 test -d $(distdir)/_build || exit 0; \
d9898ee8 471 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
472 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
8d138742
CE
473 && am__cwd=`pwd` \
474 && $(am__cd) $(distdir)/_build \
d9898ee8 475 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
476 $(DISTCHECK_CONFIGURE_FLAGS) \
477 && $(MAKE) $(AM_MAKEFLAGS) \
478 && $(MAKE) $(AM_MAKEFLAGS) dvi \
479 && $(MAKE) $(AM_MAKEFLAGS) check \
480 && $(MAKE) $(AM_MAKEFLAGS) install \
481 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
482 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
483 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
484 distuninstallcheck \
485 && chmod -R a-w "$$dc_install_base" \
486 && ({ \
487 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
488 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
489 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
490 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
491 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
492 } || { rm -rf "$$dc_destdir"; exit 1; }) \
493 && rm -rf "$$dc_destdir" \
494 && $(MAKE) $(AM_MAKEFLAGS) dist \
495 && rm -rf $(DIST_ARCHIVES) \
8d138742
CE
496 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
497 && cd "$$am__cwd" \
498 || exit 1
d9898ee8 499 $(am__remove_distdir)
500 @(echo "$(distdir) archives ready for distribution: "; \
501 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
dd184caf 502 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
d9898ee8 503distuninstallcheck:
8d138742 504 @$(am__cd) '$(distuninstallcheck_dir)' \
d9898ee8 505 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
506 || { echo "ERROR: files left after uninstall:" ; \
507 if test -n "$(DESTDIR)"; then \
508 echo " (check DESTDIR support)"; \
509 fi ; \
510 $(distuninstallcheck_listfiles) ; \
511 exit 1; } >&2
512distcleancheck: distclean
513 @if test '$(srcdir)' = . ; then \
514 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
515 exit 1 ; \
516 fi
517 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
518 || { echo "ERROR: files left in build directory after distclean:" ; \
519 $(distcleancheck_listfiles) ; \
520 exit 1; } >&2
521check-am: all-am
522check: check-am
523all-am: Makefile $(PROGRAMS) config.h
524installdirs:
525install: install-am
526install-exec: install-exec-am
527install-data: install-data-am
528uninstall: uninstall-am
529
530install-am: all-am
531 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
532
533installcheck: installcheck-am
534install-strip:
535 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
536 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
537 `test -z '$(STRIP)' || \
538 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
539mostlyclean-generic:
540
541clean-generic:
542
543distclean-generic:
544 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
8d138742 545 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
d9898ee8 546
547maintainer-clean-generic:
548 @echo "This command is intended for maintainers to use"
549 @echo "it deletes files that may require special tools to rebuild."
550clean: clean-am
551
552clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
553 mostlyclean-am
554
555distclean: distclean-am
556 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
557 -rm -rf ./$(DEPDIR)
558 -rm -f Makefile
559distclean-am: clean-am distclean-compile distclean-generic \
560 distclean-hdr distclean-libtool distclean-tags
561
562dvi: dvi-am
563
564dvi-am:
565
566html: html-am
567
8d138742
CE
568html-am:
569
d9898ee8 570info: info-am
571
572info-am:
573
574install-data-am:
575
dd184caf 576install-dvi: install-dvi-am
577
8d138742
CE
578install-dvi-am:
579
d9898ee8 580install-exec-am:
581
dd184caf 582install-html: install-html-am
583
8d138742
CE
584install-html-am:
585
d9898ee8 586install-info: install-info-am
587
8d138742
CE
588install-info-am:
589
d9898ee8 590install-man:
591
dd184caf 592install-pdf: install-pdf-am
593
8d138742
CE
594install-pdf-am:
595
dd184caf 596install-ps: install-ps-am
597
8d138742
CE
598install-ps-am:
599
d9898ee8 600installcheck-am:
601
602maintainer-clean: maintainer-clean-am
603 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
604 -rm -rf $(top_srcdir)/autom4te.cache
605 -rm -rf ./$(DEPDIR)
606 -rm -f Makefile
607maintainer-clean-am: distclean-am maintainer-clean-generic
608
609mostlyclean: mostlyclean-am
610
611mostlyclean-am: mostlyclean-compile mostlyclean-generic \
612 mostlyclean-libtool
613
614pdf: pdf-am
615
616pdf-am:
617
618ps: ps-am
619
620ps-am:
621
dd184caf 622uninstall-am:
623
8d138742 624.MAKE: all install-am install-strip
d9898ee8 625
626.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
627 clean-generic clean-libtool clean-noinstPROGRAMS ctags dist \
ac40fd9e 628 dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
8d138742 629 dist-xz dist-zip distcheck distclean distclean-compile \
ac40fd9e 630 distclean-generic distclean-hdr distclean-libtool \
631 distclean-tags distcleancheck distdir distuninstallcheck dvi \
632 dvi-am html html-am info info-am install install-am \
633 install-data install-data-am install-dvi install-dvi-am \
634 install-exec install-exec-am install-html install-html-am \
635 install-info install-info-am install-man install-pdf \
636 install-pdf-am install-ps install-ps-am install-strip \
637 installcheck installcheck-am installdirs maintainer-clean \
638 maintainer-clean-generic mostlyclean mostlyclean-compile \
639 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
640 tags uninstall uninstall-am
d9898ee8 641
8d138742 642
d9898ee8 643# Tell versions [3.59,3.63) of GNU make to not export all variables.
644# Otherwise a system limit (for SysV at least) may be exceeded.
645.NOEXPORT: