blob: 9ac9a7895182abc3c79d6d6471af4baa2bd66644 [file] [log] [blame]
Lev Walkin8e8b5482004-06-17 23:42:48 +00001# Makefile.in generated by automake 1.8.4 from Makefile.am.
2# @configure_input@
Lev Walkinf15320b2004-06-03 03:38:44 +00003
Lev Walkin8e8b5482004-06-17 23:42:48 +00004# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004 Free Software Foundation, Inc.
Lev Walkinf15320b2004-06-03 03:38:44 +00006# 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@
Lev Walkinf15320b2004-06-03 03:38:44 +000016srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
Lev Walkinf15320b2004-06-03 03:38:44 +000019pkgdatadir = $(datadir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22top_builddir = .
Lev Walkin8e8b5482004-06-17 23:42:48 +000023am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Lev Walkinf15320b2004-06-03 03:38:44 +000024INSTALL = @INSTALL@
Lev Walkin8e8b5482004-06-17 23:42:48 +000025install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
Lev Walkinf15320b2004-06-03 03:38:44 +000028INSTALL_HEADER = $(INSTALL_DATA)
Lev Walkin8e8b5482004-06-17 23:42:48 +000029transform = $(program_transform_name)
Lev Walkinf15320b2004-06-03 03:38:44 +000030NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
Lev Walkinf15320b2004-06-03 03:38:44 +000036build_triplet = @build@
Lev Walkinf15320b2004-06-03 03:38:44 +000037host_triplet = @host@
Lev Walkinf15320b2004-06-03 03:38:44 +000038target_triplet = @target@
Lev Walkin8e8b5482004-06-17 23:42:48 +000039DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
41 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
42 TODO config.guess config.sub depcomp install-sh ltconfig \
43 ltmain.sh missing mkinstalldirs
44subdir = .
45ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46am__aclocal_m4_deps = $(top_srcdir)/configure.in
47am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48 $(ACLOCAL_M4)
49am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
50 configure.lineno configure.status.lineno
51mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
52CONFIG_HEADER = config.h
53CONFIG_CLEAN_FILES =
54SOURCES =
55DIST_SOURCES =
56RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57 html-recursive info-recursive install-data-recursive \
58 install-exec-recursive install-info-recursive \
59 install-recursive installcheck-recursive installdirs-recursive \
60 pdf-recursive ps-recursive uninstall-info-recursive \
61 uninstall-recursive
62ETAGS = etags
63CTAGS = ctags
64DIST_SUBDIRS = $(SUBDIRS)
65DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
66distdir = $(PACKAGE)-$(VERSION)
67top_distdir = $(distdir)
68am__remove_distdir = \
69 { test ! -d $(distdir) \
70 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
71 && rm -fr $(distdir); }; }
72DIST_ARCHIVES = $(distdir).tar.gz
73GZIP_ENV = --best
74distuninstallcheck_listfiles = find . -type f -print
75distcleancheck_listfiles = find . -type f -print
76ACLOCAL = @ACLOCAL@
Lev Walkinf15320b2004-06-03 03:38:44 +000077ADD_CFLAGS = @ADD_CFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +000078AMDEP_FALSE = @AMDEP_FALSE@
79AMDEP_TRUE = @AMDEP_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +000080AMTAR = @AMTAR@
81AR = @AR@
Lev Walkin8e8b5482004-06-17 23:42:48 +000082AUTOCONF = @AUTOCONF@
83AUTOHEADER = @AUTOHEADER@
84AUTOMAKE = @AUTOMAKE@
Lev Walkinf15320b2004-06-03 03:38:44 +000085AWK = @AWK@
86CC = @CC@
Lev Walkin8e8b5482004-06-17 23:42:48 +000087CCDEPMODE = @CCDEPMODE@
88CFLAGS = @CFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +000089CONFIGURE_DEPENDS = @CONFIGURE_DEPENDS@
90CPP = @CPP@
Lev Walkin8e8b5482004-06-17 23:42:48 +000091CPPFLAGS = @CPPFLAGS@
92CXX = @CXX@
93CXXCPP = @CXXCPP@
94CXXDEPMODE = @CXXDEPMODE@
95CXXFLAGS = @CXXFLAGS@
96CYGPATH_W = @CYGPATH_W@
97DEFS = @DEFS@
Lev Walkinf15320b2004-06-03 03:38:44 +000098DEPDIR = @DEPDIR@
Lev Walkin8e8b5482004-06-17 23:42:48 +000099ECHO = @ECHO@
100ECHO_C = @ECHO_C@
101ECHO_N = @ECHO_N@
102ECHO_T = @ECHO_T@
103EGREP = @EGREP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000104EXEEXT = @EXEEXT@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000105F77 = @F77@
106FFLAGS = @FFLAGS@
107INSTALL_DATA = @INSTALL_DATA@
108INSTALL_PROGRAM = @INSTALL_PROGRAM@
109INSTALL_SCRIPT = @INSTALL_SCRIPT@
Lev Walkinf15320b2004-06-03 03:38:44 +0000110INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000111LDFLAGS = @LDFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000112LEX = @LEX@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000113LEXLIB = @LEXLIB@
114LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
115LIBOBJS = @LIBOBJS@
116LIBS = @LIBS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000117LIBTOOL = @LIBTOOL@
118LN_S = @LN_S@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000119LTLIBOBJS = @LTLIBOBJS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000120MAINT = @MAINT@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000121MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
122MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
123MAKEINFO = @MAKEINFO@
Lev Walkinf15320b2004-06-03 03:38:44 +0000124OBJEXT = @OBJEXT@
125PACKAGE = @PACKAGE@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000126PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
127PACKAGE_NAME = @PACKAGE_NAME@
128PACKAGE_STRING = @PACKAGE_STRING@
129PACKAGE_TARNAME = @PACKAGE_TARNAME@
130PACKAGE_VERSION = @PACKAGE_VERSION@
Lev Walkinf15320b2004-06-03 03:38:44 +0000131PATH = @PATH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000132PATH_SEPARATOR = @PATH_SEPARATOR@
Lev Walkinf15320b2004-06-03 03:38:44 +0000133RANLIB = @RANLIB@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000134SET_MAKE = @SET_MAKE@
135SHELL = @SHELL@
136STRIP = @STRIP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000137VERSION = @VERSION@
138YACC = @YACC@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000139ac_ct_AR = @ac_ct_AR@
140ac_ct_CC = @ac_ct_CC@
141ac_ct_CXX = @ac_ct_CXX@
142ac_ct_F77 = @ac_ct_F77@
143ac_ct_RANLIB = @ac_ct_RANLIB@
144ac_ct_STRIP = @ac_ct_STRIP@
145am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
146am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
147am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
148am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +0000149am__include = @am__include@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000150am__leading_dot = @am__leading_dot@
Lev Walkinf15320b2004-06-03 03:38:44 +0000151am__quote = @am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000152bindir = @bindir@
153build = @build@
154build_alias = @build_alias@
155build_cpu = @build_cpu@
156build_os = @build_os@
157build_vendor = @build_vendor@
158datadir = @datadir@
159exec_prefix = @exec_prefix@
160host = @host@
161host_alias = @host_alias@
162host_cpu = @host_cpu@
163host_os = @host_os@
164host_vendor = @host_vendor@
165includedir = @includedir@
166infodir = @infodir@
Lev Walkinf15320b2004-06-03 03:38:44 +0000167install_sh = @install_sh@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000168libdir = @libdir@
169libexecdir = @libexecdir@
170localstatedir = @localstatedir@
171mandir = @mandir@
172mkdir_p = @mkdir_p@
173oldincludedir = @oldincludedir@
174prefix = @prefix@
175program_transform_name = @program_transform_name@
176sbindir = @sbindir@
177sharedstatedir = @sharedstatedir@
178sysconfdir = @sysconfdir@
179target = @target@
180target_alias = @target_alias@
181target_cpu = @target_cpu@
182target_os = @target_os@
183target_vendor = @target_vendor@
Lev Walkinf15320b2004-06-03 03:38:44 +0000184SUBDIRS = \
185 libasn1parser libasn1print \
186 libasn1fix libasn1compiler \
187 skeletons examples tests \
188 doc asn1c
189
Lev Walkinf15320b2004-06-03 03:38:44 +0000190EXTRA_DIST = BUGS MANIFEST
Lev Walkinf15320b2004-06-03 03:38:44 +0000191all: config.h
192 $(MAKE) $(AM_MAKEFLAGS) all-recursive
193
194.SUFFIXES:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000195am--refresh:
196 @:
197$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
198 @for dep in $?; do \
199 case '$(am__configure_deps)' in \
200 *$$dep*) \
201 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
202 cd $(srcdir) && $(AUTOMAKE) --gnu \
203 && exit 0; \
204 exit 1;; \
205 esac; \
206 done; \
207 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
208 cd $(top_srcdir) && \
209 $(AUTOMAKE) --gnu Makefile
210.PRECIOUS: Makefile
211Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
212 @case '$?' in \
213 *config.status*) \
214 echo ' $(SHELL) ./config.status'; \
215 $(SHELL) ./config.status;; \
216 *) \
217 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
218 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
219 esac;
220
221$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
222 $(SHELL) ./config.status --recheck
223
224$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
225 cd $(srcdir) && $(AUTOCONF)
226$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
227 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
228
229config.h: stamp-h1
230 @if test ! -f $@; then \
231 rm -f stamp-h1; \
232 $(MAKE) stamp-h1; \
233 else :; fi
234
235stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
236 @rm -f stamp-h1
237 cd $(top_builddir) && $(SHELL) ./config.status config.h
238$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
239 cd $(top_srcdir) && $(AUTOHEADER)
240 rm -f stamp-h1
241 touch $@
242
243distclean-hdr:
244 -rm -f config.h stamp-h1
Lev Walkinf15320b2004-06-03 03:38:44 +0000245
246mostlyclean-libtool:
247 -rm -f *.lo
248
249clean-libtool:
250 -rm -rf .libs _libs
251
252distclean-libtool:
253 -rm -f libtool
Lev Walkinf15320b2004-06-03 03:38:44 +0000254uninstall-info-am:
255
256# This directory's subdirectories are mostly independent; you can cd
257# into them and run `make' without going through this Makefile.
258# To change the values of `make' variables: instead of editing Makefiles,
259# (1) if the variable is set in `config.status', edit `config.status'
260# (which will cause the Makefiles to be regenerated when you run `make');
261# (2) otherwise, pass the desired values on the `make' command line.
262$(RECURSIVE_TARGETS):
Lev Walkin8e8b5482004-06-17 23:42:48 +0000263 @set fnord $$MAKEFLAGS; amf=$$2; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000264 dot_seen=no; \
265 target=`echo $@ | sed s/-recursive//`; \
266 list='$(SUBDIRS)'; for subdir in $$list; do \
267 echo "Making $$target in $$subdir"; \
268 if test "$$subdir" = "."; then \
269 dot_seen=yes; \
270 local_target="$$target-am"; \
271 else \
272 local_target="$$target"; \
273 fi; \
274 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
275 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
276 done; \
277 if test "$$dot_seen" = "no"; then \
278 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
279 fi; test -z "$$fail"
280
281mostlyclean-recursive clean-recursive distclean-recursive \
282maintainer-clean-recursive:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000283 @set fnord $$MAKEFLAGS; amf=$$2; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000284 dot_seen=no; \
285 case "$@" in \
286 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
287 *) list='$(SUBDIRS)' ;; \
288 esac; \
289 rev=''; for subdir in $$list; do \
290 if test "$$subdir" = "."; then :; else \
291 rev="$$subdir $$rev"; \
292 fi; \
293 done; \
294 rev="$$rev ."; \
295 target=`echo $@ | sed s/-recursive//`; \
296 for subdir in $$rev; do \
297 echo "Making $$target in $$subdir"; \
298 if test "$$subdir" = "."; then \
299 local_target="$$target-am"; \
300 else \
301 local_target="$$target"; \
302 fi; \
303 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
304 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
305 done && test -z "$$fail"
306tags-recursive:
307 list='$(SUBDIRS)'; for subdir in $$list; do \
308 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
309 done
Lev Walkin8e8b5482004-06-17 23:42:48 +0000310ctags-recursive:
311 list='$(SUBDIRS)'; for subdir in $$list; do \
312 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
313 done
Lev Walkinf15320b2004-06-03 03:38:44 +0000314
315ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000316 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000317 unique=`for i in $$list; do \
318 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
319 done | \
320 $(AWK) ' { files[$$0] = 1; } \
321 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000322 mkid -fID $$unique
323tags: TAGS
Lev Walkinf15320b2004-06-03 03:38:44 +0000324
325TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
326 $(TAGS_FILES) $(LISP)
327 tags=; \
328 here=`pwd`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000329 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
330 include_option=--etags-include; \
331 empty_fix=.; \
332 else \
333 include_option=--include; \
334 empty_fix=; \
335 fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000336 list='$(SUBDIRS)'; for subdir in $$list; do \
337 if test "$$subdir" = .; then :; else \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000338 test -f $$subdir/TAGS && \
339 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000340 fi; \
341 done; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000342 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000343 unique=`for i in $$list; do \
344 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
345 done | \
346 $(AWK) ' { files[$$0] = 1; } \
347 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000348 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
349 test -z "$$unique" && unique=$$empty_fix; \
350 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
351 $$tags $$unique; \
352 fi
353ctags: CTAGS
354CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
355 $(TAGS_FILES) $(LISP)
356 tags=; \
357 here=`pwd`; \
358 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
359 unique=`for i in $$list; do \
360 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361 done | \
362 $(AWK) ' { files[$$0] = 1; } \
363 END { for (i in files) print i; }'`; \
364 test -z "$(CTAGS_ARGS)$$tags$$unique" \
365 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
366 $$tags $$unique
Lev Walkinf15320b2004-06-03 03:38:44 +0000367
368GTAGS:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000369 here=`$(am__cd) $(top_builddir) && pwd` \
Lev Walkinf15320b2004-06-03 03:38:44 +0000370 && cd $(top_srcdir) \
371 && gtags -i $(GTAGS_ARGS) $$here
372
373distclean-tags:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000374 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000375
376distdir: $(DISTFILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000377 $(am__remove_distdir)
Lev Walkinf15320b2004-06-03 03:38:44 +0000378 mkdir $(distdir)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000379 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
380 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
381 list='$(DISTFILES)'; for file in $$list; do \
382 case $$file in \
383 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
384 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
385 esac; \
386 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000387 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
388 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000389 dir="/$$dir"; \
390 $(mkdir_p) "$(distdir)$$dir"; \
391 else \
392 dir=''; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000393 fi; \
394 if test -d $$d/$$file; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000395 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
396 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
397 fi; \
398 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000399 else \
400 test -f $(distdir)/$$file \
401 || cp -p $$d/$$file $(distdir)/$$file \
402 || exit 1; \
403 fi; \
404 done
Lev Walkin8e8b5482004-06-17 23:42:48 +0000405 list='$(SUBDIRS)'; for subdir in $$list; do \
Lev Walkinf15320b2004-06-03 03:38:44 +0000406 if test "$$subdir" = .; then :; else \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000407 test -d "$(distdir)/$$subdir" \
408 || mkdir "$(distdir)/$$subdir" \
Lev Walkinf15320b2004-06-03 03:38:44 +0000409 || exit 1; \
410 (cd $$subdir && \
411 $(MAKE) $(AM_MAKEFLAGS) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000412 top_distdir="../$(top_distdir)" \
413 distdir="../$(distdir)/$$subdir" \
Lev Walkinf15320b2004-06-03 03:38:44 +0000414 distdir) \
415 || exit 1; \
416 fi; \
417 done
418 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
419 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
420 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
421 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
422 || chmod -R a+r $(distdir)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000423dist-gzip: distdir
Lev Walkinf15320b2004-06-03 03:38:44 +0000424 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
Lev Walkin8e8b5482004-06-17 23:42:48 +0000425 $(am__remove_distdir)
426
427dist-bzip2: distdir
428 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
429 $(am__remove_distdir)
430
431dist-tarZ: distdir
432 $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
433 $(am__remove_distdir)
434
435dist-shar: distdir
436 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
437 $(am__remove_distdir)
438
439dist-zip: distdir
440 -rm -f $(distdir).zip
441 zip -rq $(distdir).zip $(distdir)
442 $(am__remove_distdir)
443
444dist dist-all: distdir
445 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
446 $(am__remove_distdir)
Lev Walkinf15320b2004-06-03 03:38:44 +0000447
448# This target untars the dist file and tries a VPATH configuration. Then
449# it guarantees that the distribution is self-contained by making another
450# tarfile.
451distcheck: dist
Lev Walkin8e8b5482004-06-17 23:42:48 +0000452 case '$(DIST_ARCHIVES)' in \
453 *.tar.gz*) \
454 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
455 *.tar.bz2*) \
456 bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
457 *.tar.Z*) \
458 uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
459 *.shar.gz*) \
460 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
461 *.zip*) \
462 unzip $(distdir).zip ;;\
463 esac
Lev Walkinf15320b2004-06-03 03:38:44 +0000464 chmod -R a-w $(distdir); chmod a+w $(distdir)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000465 mkdir $(distdir)/_build
466 mkdir $(distdir)/_inst
Lev Walkinf15320b2004-06-03 03:38:44 +0000467 chmod a-w $(distdir)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000468 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
469 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
470 && cd $(distdir)/_build \
471 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
472 $(DISTCHECK_CONFIGURE_FLAGS) \
Lev Walkinf15320b2004-06-03 03:38:44 +0000473 && $(MAKE) $(AM_MAKEFLAGS) \
474 && $(MAKE) $(AM_MAKEFLAGS) dvi \
475 && $(MAKE) $(AM_MAKEFLAGS) check \
476 && $(MAKE) $(AM_MAKEFLAGS) install \
477 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
478 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000479 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
480 distuninstallcheck \
481 && chmod -R a-w "$$dc_install_base" \
482 && ({ \
483 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
484 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
485 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
486 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
487 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
488 } || { rm -rf "$$dc_destdir"; exit 1; }) \
489 && rm -rf "$$dc_destdir" \
Lev Walkinf15320b2004-06-03 03:38:44 +0000490 && $(MAKE) $(AM_MAKEFLAGS) dist \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000491 && rm -rf $(DIST_ARCHIVES) \
492 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
493 $(am__remove_distdir)
494 @(echo "$(distdir) archives ready for distribution: "; \
495 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
496 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
497distuninstallcheck:
498 @cd $(distuninstallcheck_dir) \
499 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
500 || { echo "ERROR: files left after uninstall:" ; \
501 if test -n "$(DESTDIR)"; then \
502 echo " (check DESTDIR support)"; \
503 fi ; \
504 $(distuninstallcheck_listfiles) ; \
505 exit 1; } >&2
506distcleancheck: distclean
507 @if test '$(srcdir)' = . ; then \
508 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
509 exit 1 ; \
510 fi
511 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
512 || { echo "ERROR: files left in build directory after distclean:" ; \
513 $(distcleancheck_listfiles) ; \
514 exit 1; } >&2
Lev Walkinf15320b2004-06-03 03:38:44 +0000515check-am: all-am
516check: check-recursive
517all-am: Makefile config.h
518installdirs: installdirs-recursive
519installdirs-am:
Lev Walkinf15320b2004-06-03 03:38:44 +0000520install: install-recursive
521install-exec: install-exec-recursive
522install-data: install-data-recursive
523uninstall: uninstall-recursive
524
525install-am: all-am
526 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
527
528installcheck: installcheck-recursive
529install-strip:
530 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000531 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Lev Walkinf15320b2004-06-03 03:38:44 +0000532 `test -z '$(STRIP)' || \
533 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
534mostlyclean-generic:
535
536clean-generic:
537
538distclean-generic:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000539 -rm -f $(CONFIG_CLEAN_FILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000540
541maintainer-clean-generic:
542 @echo "This command is intended for maintainers to use"
543 @echo "it deletes files that may require special tools to rebuild."
544clean: clean-recursive
545
546clean-am: clean-generic clean-libtool mostlyclean-am
547
Lev Walkinf15320b2004-06-03 03:38:44 +0000548distclean: distclean-recursive
Lev Walkin8e8b5482004-06-17 23:42:48 +0000549 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
550 -rm -f Makefile
551distclean-am: clean-am distclean-generic distclean-hdr \
552 distclean-libtool distclean-tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000553
554dvi: dvi-recursive
555
556dvi-am:
557
Lev Walkin8e8b5482004-06-17 23:42:48 +0000558html: html-recursive
559
Lev Walkinf15320b2004-06-03 03:38:44 +0000560info: info-recursive
561
562info-am:
563
564install-data-am:
565
566install-exec-am:
567
568install-info: install-info-recursive
569
570install-man:
571
572installcheck-am:
573
574maintainer-clean: maintainer-clean-recursive
Lev Walkin8e8b5482004-06-17 23:42:48 +0000575 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
576 -rm -rf $(top_srcdir)/autom4te.cache
577 -rm -f Makefile
Lev Walkinf15320b2004-06-03 03:38:44 +0000578maintainer-clean-am: distclean-am maintainer-clean-generic
579
580mostlyclean: mostlyclean-recursive
581
582mostlyclean-am: mostlyclean-generic mostlyclean-libtool
583
Lev Walkin8e8b5482004-06-17 23:42:48 +0000584pdf: pdf-recursive
585
586pdf-am:
587
588ps: ps-recursive
589
590ps-am:
591
Lev Walkinf15320b2004-06-03 03:38:44 +0000592uninstall-am: uninstall-info-am
593
594uninstall-info: uninstall-info-recursive
595
Lev Walkin8e8b5482004-06-17 23:42:48 +0000596.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
597 check-am clean clean-generic clean-libtool clean-recursive \
598 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
599 dist-shar dist-tarZ dist-zip distcheck distclean \
600 distclean-generic distclean-hdr distclean-libtool \
601 distclean-recursive distclean-tags distcleancheck distdir \
602 distuninstallcheck dvi dvi-am html html-am info info-am \
603 install install-am install-data install-data-am install-exec \
604 install-exec-am install-info install-info-am install-man \
605 install-strip installcheck installcheck-am installdirs \
606 installdirs-am maintainer-clean maintainer-clean-generic \
Lev Walkinf15320b2004-06-03 03:38:44 +0000607 maintainer-clean-recursive mostlyclean mostlyclean-generic \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000608 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
609 tags tags-recursive uninstall uninstall-am uninstall-info-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000610
611# Tell versions [3.59,3.63) of GNU make to not export all variables.
612# Otherwise a system limit (for SysV at least) may be exceeded.
613.NOEXPORT: