blob: e807cf3cfc5f5b457708cd9543d900b638b3ff79 [file] [log] [blame]
Lev Walkin4c776e52010-11-08 02:07:31 -08001# Makefile.in generated by automake 1.10 from Makefile.am.
Lev Walkin8e8b5482004-06-17 23:42:48 +00002# @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,
Lev Walkin4c776e52010-11-08 02:07:31 -08005# 2003, 2004, 2005, 2006 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 Walkin9b48a052004-09-10 16:17:03 +000016
Lev Walkinf15320b2004-06-03 03:38:44 +000017VPATH = @srcdir@
Lev Walkinf15320b2004-06-03 03:38:44 +000018pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
Lev Walkin8e8b5482004-06-17 23:42:48 +000021am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Lev Walkin8e8b5482004-06-17 23:42:48 +000022install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
Lev Walkinf15320b2004-06-03 03:38:44 +000025INSTALL_HEADER = $(INSTALL_DATA)
Lev Walkin8e8b5482004-06-17 23:42:48 +000026transform = $(program_transform_name)
Lev Walkinf15320b2004-06-03 03:38:44 +000027NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
Lev Walkin5af1a692006-08-18 01:54:27 +000033build_triplet = @build@
Lev Walkinf15320b2004-06-03 03:38:44 +000034host_triplet = @host@
Lev Walkin4c776e52010-11-08 02:07:31 -080035subdir = .
Lev Walkin8e8b5482004-06-17 23:42:48 +000036DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
Lev Walkin33cded12004-09-19 19:40:52 +000037 $(srcdir)/Makefile.in $(srcdir)/asn1c.spec.in \
38 $(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \
Lev Walkin06bf7cc2007-06-24 09:13:16 +000039 ChangeLog INSTALL TODO config.guess config.sub depcomp \
Lev Walkin4c776e52010-11-08 02:07:31 -080040 install-sh ltconfig ltmain.sh missing mkinstalldirs ylwrap
Lev Walkin8e8b5482004-06-17 23:42:48 +000041ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Lev Walkine7c4b962010-11-09 03:10:36 -080042am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
43 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
44 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
45 $(top_srcdir)/configure.ac
Lev Walkin8e8b5482004-06-17 23:42:48 +000046am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47 $(ACLOCAL_M4)
48am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Lev Walkin4c776e52010-11-08 02:07:31 -080049 configure.lineno config.status.lineno
Lev Walkin8e8b5482004-06-17 23:42:48 +000050mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
51CONFIG_HEADER = config.h
Lev Walkin33cded12004-09-19 19:40:52 +000052CONFIG_CLEAN_FILES = asn1c.spec
Lev Walkin8e8b5482004-06-17 23:42:48 +000053SOURCES =
54DIST_SOURCES =
55RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56 html-recursive info-recursive install-data-recursive \
Lev Walkin4c776e52010-11-08 02:07:31 -080057 install-dvi-recursive install-exec-recursive \
58 install-html-recursive install-info-recursive \
59 install-pdf-recursive install-ps-recursive install-recursive \
60 installcheck-recursive installdirs-recursive pdf-recursive \
61 ps-recursive uninstall-recursive
Lev Walkin5af1a692006-08-18 01:54:27 +000062am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
63am__vpath_adj = case $$p in \
64 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
65 *) f=$$p;; \
66 esac;
67am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
Lev Walkin9b48a052004-09-10 16:17:03 +000068am__installdirs = "$(DESTDIR)$(docsdir)"
69docsDATA_INSTALL = $(INSTALL_DATA)
70DATA = $(docs_DATA)
Lev Walkin4c776e52010-11-08 02:07:31 -080071RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
72 distclean-recursive maintainer-clean-recursive
Lev Walkin8e8b5482004-06-17 23:42:48 +000073ETAGS = etags
74CTAGS = ctags
75DIST_SUBDIRS = $(SUBDIRS)
76DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77distdir = $(PACKAGE)-$(VERSION)
78top_distdir = $(distdir)
79am__remove_distdir = \
80 { test ! -d $(distdir) \
81 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
82 && rm -fr $(distdir); }; }
83DIST_ARCHIVES = $(distdir).tar.gz
84GZIP_ENV = --best
85distuninstallcheck_listfiles = find . -type f -print
86distcleancheck_listfiles = find . -type f -print
87ACLOCAL = @ACLOCAL@
Lev Walkinf15320b2004-06-03 03:38:44 +000088ADD_CFLAGS = @ADD_CFLAGS@
89AMTAR = @AMTAR@
90AR = @AR@
Lev Walkin8e8b5482004-06-17 23:42:48 +000091AUTOCONF = @AUTOCONF@
92AUTOHEADER = @AUTOHEADER@
93AUTOMAKE = @AUTOMAKE@
Lev Walkinf15320b2004-06-03 03:38:44 +000094AWK = @AWK@
95CC = @CC@
Lev Walkin8e8b5482004-06-17 23:42:48 +000096CCDEPMODE = @CCDEPMODE@
97CFLAGS = @CFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +000098CPP = @CPP@
Lev Walkin8e8b5482004-06-17 23:42:48 +000099CPPFLAGS = @CPPFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000100CYGPATH_W = @CYGPATH_W@
101DEFS = @DEFS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000102DEPDIR = @DEPDIR@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700103DSYMUTIL = @DSYMUTIL@
104DUMPBIN = @DUMPBIN@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000105ECHO_C = @ECHO_C@
106ECHO_N = @ECHO_N@
107ECHO_T = @ECHO_T@
108EGREP = @EGREP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000109EXEEXT = @EXEEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700110FGREP = @FGREP@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000111GREP = @GREP@
Lev Walkin4c776e52010-11-08 02:07:31 -0800112INSTALL = @INSTALL@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000113INSTALL_DATA = @INSTALL_DATA@
114INSTALL_PROGRAM = @INSTALL_PROGRAM@
115INSTALL_SCRIPT = @INSTALL_SCRIPT@
Lev Walkinf15320b2004-06-03 03:38:44 +0000116INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700117LD = @LD@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000118LDFLAGS = @LDFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000119LEX = @LEX@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000120LEXLIB = @LEXLIB@
121LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
122LIBOBJS = @LIBOBJS@
123LIBS = @LIBS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000124LIBTOOL = @LIBTOOL@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700125LIPO = @LIPO@
Lev Walkinf15320b2004-06-03 03:38:44 +0000126LN_S = @LN_S@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000127LTLIBOBJS = @LTLIBOBJS@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000128MAKEINFO = @MAKEINFO@
Lev Walkin4c776e52010-11-08 02:07:31 -0800129MKDIR_P = @MKDIR_P@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700130NM = @NM@
131NMEDIT = @NMEDIT@
Lev Walkinf15320b2004-06-03 03:38:44 +0000132OBJEXT = @OBJEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700133OTOOL = @OTOOL@
134OTOOL64 = @OTOOL64@
Lev Walkinf15320b2004-06-03 03:38:44 +0000135PACKAGE = @PACKAGE@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000136PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
137PACKAGE_NAME = @PACKAGE_NAME@
138PACKAGE_STRING = @PACKAGE_STRING@
139PACKAGE_TARNAME = @PACKAGE_TARNAME@
140PACKAGE_VERSION = @PACKAGE_VERSION@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000141PATH_SEPARATOR = @PATH_SEPARATOR@
Lev Walkinf15320b2004-06-03 03:38:44 +0000142RANLIB = @RANLIB@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700143SED = @SED@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000144SET_MAKE = @SET_MAKE@
145SHELL = @SHELL@
146STRIP = @STRIP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000147VERSION = @VERSION@
148YACC = @YACC@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000149YFLAGS = @YFLAGS@
Lev Walkin4c776e52010-11-08 02:07:31 -0800150abs_builddir = @abs_builddir@
151abs_srcdir = @abs_srcdir@
152abs_top_builddir = @abs_top_builddir@
153abs_top_srcdir = @abs_top_srcdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000154ac_ct_CC = @ac_ct_CC@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700155ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Lev Walkinf15320b2004-06-03 03:38:44 +0000156am__include = @am__include@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000157am__leading_dot = @am__leading_dot@
Lev Walkinf15320b2004-06-03 03:38:44 +0000158am__quote = @am__quote@
Lev Walkin5af1a692006-08-18 01:54:27 +0000159am__tar = @am__tar@
160am__untar = @am__untar@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000161bindir = @bindir@
162build = @build@
163build_alias = @build_alias@
164build_cpu = @build_cpu@
165build_os = @build_os@
166build_vendor = @build_vendor@
Lev Walkin4c776e52010-11-08 02:07:31 -0800167builddir = @builddir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000168datadir = @datadir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000169datarootdir = @datarootdir@
170docdir = @docdir@
171dvidir = @dvidir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000172exec_prefix = @exec_prefix@
173host = @host@
174host_alias = @host_alias@
175host_cpu = @host_cpu@
176host_os = @host_os@
177host_vendor = @host_vendor@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000178htmldir = @htmldir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000179includedir = @includedir@
180infodir = @infodir@
Lev Walkinf15320b2004-06-03 03:38:44 +0000181install_sh = @install_sh@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000182libdir = @libdir@
183libexecdir = @libexecdir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000184localedir = @localedir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000185localstatedir = @localstatedir@
Lev Walkin4c776e52010-11-08 02:07:31 -0800186lt_ECHO = @lt_ECHO@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000187mandir = @mandir@
188mkdir_p = @mkdir_p@
189oldincludedir = @oldincludedir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000190pdfdir = @pdfdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000191prefix = @prefix@
192program_transform_name = @program_transform_name@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000193psdir = @psdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000194sbindir = @sbindir@
195sharedstatedir = @sharedstatedir@
Lev Walkin4c776e52010-11-08 02:07:31 -0800196srcdir = @srcdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000197sysconfdir = @sysconfdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000198target_alias = @target_alias@
Lev Walkin4c776e52010-11-08 02:07:31 -0800199top_builddir = @top_builddir@
200top_srcdir = @top_srcdir@
Lev Walkine7c4b962010-11-09 03:10:36 -0800201ACLOCAL_AMFLAGS = -I m4
Lev Walkinf15320b2004-06-03 03:38:44 +0000202SUBDIRS = \
Lev Walkin3d0b5a32004-08-18 05:43:55 +0000203 libasn1parser libasn1fix \
204 libasn1print libasn1compiler \
Lev Walkinf15320b2004-06-03 03:38:44 +0000205 skeletons examples tests \
206 doc asn1c
207
Lev Walkin9b48a052004-09-10 16:17:03 +0000208docsdir = $(datadir)/doc/asn1c
Lev Walkin33cded12004-09-19 19:40:52 +0000209docs_DATA = README FAQ COPYING ChangeLog BUGS TODO
210EXTRA_DIST = asn1c.spec.in FAQ BUGS MANIFEST
211CLEANFILES = asn1c.spec
Lev Walkinf15320b2004-06-03 03:38:44 +0000212all: config.h
213 $(MAKE) $(AM_MAKEFLAGS) all-recursive
214
215.SUFFIXES:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000216am--refresh:
217 @:
Lev Walkine7c4b962010-11-09 03:10:36 -0800218$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000219 @for dep in $?; do \
220 case '$(am__configure_deps)' in \
221 *$$dep*) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000222 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
223 cd $(srcdir) && $(AUTOMAKE) --foreign \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000224 && exit 0; \
225 exit 1;; \
226 esac; \
227 done; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000228 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000229 cd $(top_srcdir) && \
Lev Walkin5af1a692006-08-18 01:54:27 +0000230 $(AUTOMAKE) --foreign Makefile
Lev Walkin8e8b5482004-06-17 23:42:48 +0000231.PRECIOUS: Makefile
232Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
233 @case '$?' in \
234 *config.status*) \
235 echo ' $(SHELL) ./config.status'; \
236 $(SHELL) ./config.status;; \
237 *) \
238 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
239 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
240 esac;
241
242$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
243 $(SHELL) ./config.status --recheck
244
Lev Walkine7c4b962010-11-09 03:10:36 -0800245$(top_srcdir)/configure: $(am__configure_deps)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000246 cd $(srcdir) && $(AUTOCONF)
Lev Walkine7c4b962010-11-09 03:10:36 -0800247$(ACLOCAL_M4): $(am__aclocal_m4_deps)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000248 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
249
250config.h: stamp-h1
251 @if test ! -f $@; then \
252 rm -f stamp-h1; \
Lev Walkin4c776e52010-11-08 02:07:31 -0800253 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000254 else :; fi
255
256stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
257 @rm -f stamp-h1
258 cd $(top_builddir) && $(SHELL) ./config.status config.h
Lev Walkine7c4b962010-11-09 03:10:36 -0800259$(srcdir)/config.h.in: $(am__configure_deps)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000260 cd $(top_srcdir) && $(AUTOHEADER)
261 rm -f stamp-h1
262 touch $@
263
264distclean-hdr:
265 -rm -f config.h stamp-h1
Lev Walkin33cded12004-09-19 19:40:52 +0000266asn1c.spec: $(top_builddir)/config.status $(srcdir)/asn1c.spec.in
267 cd $(top_builddir) && $(SHELL) ./config.status $@
Lev Walkinf15320b2004-06-03 03:38:44 +0000268
269mostlyclean-libtool:
270 -rm -f *.lo
271
272clean-libtool:
273 -rm -rf .libs _libs
274
275distclean-libtool:
276 -rm -f libtool
Lev Walkin9b48a052004-09-10 16:17:03 +0000277install-docsDATA: $(docs_DATA)
278 @$(NORMAL_INSTALL)
Lev Walkin4c776e52010-11-08 02:07:31 -0800279 test -z "$(docsdir)" || $(MKDIR_P) "$(DESTDIR)$(docsdir)"
Lev Walkin9b48a052004-09-10 16:17:03 +0000280 @list='$(docs_DATA)'; for p in $$list; do \
281 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000282 f=$(am__strip_dir) \
Lev Walkin9b48a052004-09-10 16:17:03 +0000283 echo " $(docsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docsdir)/$$f'"; \
284 $(docsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docsdir)/$$f"; \
285 done
286
287uninstall-docsDATA:
288 @$(NORMAL_UNINSTALL)
289 @list='$(docs_DATA)'; for p in $$list; do \
Lev Walkin5af1a692006-08-18 01:54:27 +0000290 f=$(am__strip_dir) \
Lev Walkin9b48a052004-09-10 16:17:03 +0000291 echo " rm -f '$(DESTDIR)$(docsdir)/$$f'"; \
292 rm -f "$(DESTDIR)$(docsdir)/$$f"; \
293 done
Lev Walkinf15320b2004-06-03 03:38:44 +0000294
295# This directory's subdirectories are mostly independent; you can cd
296# into them and run `make' without going through this Makefile.
297# To change the values of `make' variables: instead of editing Makefiles,
298# (1) if the variable is set in `config.status', edit `config.status'
299# (which will cause the Makefiles to be regenerated when you run `make');
300# (2) otherwise, pass the desired values on the `make' command line.
301$(RECURSIVE_TARGETS):
Lev Walkin5af1a692006-08-18 01:54:27 +0000302 @failcom='exit 1'; \
303 for f in x $$MAKEFLAGS; do \
304 case $$f in \
305 *=* | --[!k]*);; \
306 *k*) failcom='fail=yes';; \
307 esac; \
308 done; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000309 dot_seen=no; \
310 target=`echo $@ | sed s/-recursive//`; \
311 list='$(SUBDIRS)'; for subdir in $$list; do \
312 echo "Making $$target in $$subdir"; \
313 if test "$$subdir" = "."; then \
314 dot_seen=yes; \
315 local_target="$$target-am"; \
316 else \
317 local_target="$$target"; \
318 fi; \
319 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000320 || eval $$failcom; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000321 done; \
322 if test "$$dot_seen" = "no"; then \
323 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
324 fi; test -z "$$fail"
325
Lev Walkin4c776e52010-11-08 02:07:31 -0800326$(RECURSIVE_CLEAN_TARGETS):
Lev Walkin5af1a692006-08-18 01:54:27 +0000327 @failcom='exit 1'; \
328 for f in x $$MAKEFLAGS; do \
329 case $$f in \
330 *=* | --[!k]*);; \
331 *k*) failcom='fail=yes';; \
332 esac; \
333 done; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000334 dot_seen=no; \
335 case "$@" in \
336 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
337 *) list='$(SUBDIRS)' ;; \
338 esac; \
339 rev=''; for subdir in $$list; do \
340 if test "$$subdir" = "."; then :; else \
341 rev="$$subdir $$rev"; \
342 fi; \
343 done; \
344 rev="$$rev ."; \
345 target=`echo $@ | sed s/-recursive//`; \
346 for subdir in $$rev; do \
347 echo "Making $$target in $$subdir"; \
348 if test "$$subdir" = "."; then \
349 local_target="$$target-am"; \
350 else \
351 local_target="$$target"; \
352 fi; \
353 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000354 || eval $$failcom; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000355 done && test -z "$$fail"
356tags-recursive:
357 list='$(SUBDIRS)'; for subdir in $$list; do \
358 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
359 done
Lev Walkin8e8b5482004-06-17 23:42:48 +0000360ctags-recursive:
361 list='$(SUBDIRS)'; for subdir in $$list; do \
362 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
363 done
Lev Walkinf15320b2004-06-03 03:38:44 +0000364
365ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000366 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000367 unique=`for i in $$list; do \
368 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369 done | \
370 $(AWK) ' { files[$$0] = 1; } \
371 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000372 mkid -fID $$unique
373tags: TAGS
Lev Walkinf15320b2004-06-03 03:38:44 +0000374
375TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
376 $(TAGS_FILES) $(LISP)
377 tags=; \
378 here=`pwd`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000379 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
380 include_option=--etags-include; \
381 empty_fix=.; \
382 else \
383 include_option=--include; \
384 empty_fix=; \
385 fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000386 list='$(SUBDIRS)'; for subdir in $$list; do \
387 if test "$$subdir" = .; then :; else \
Lev Walkin5af1a692006-08-18 01:54:27 +0000388 test ! -f $$subdir/TAGS || \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000389 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000390 fi; \
391 done; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000392 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000393 unique=`for i in $$list; do \
394 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
395 done | \
396 $(AWK) ' { files[$$0] = 1; } \
397 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000398 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
Lev Walkin5af1a692006-08-18 01:54:27 +0000399 test -n "$$unique" || unique=$$empty_fix; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000400 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
401 $$tags $$unique; \
402 fi
403ctags: CTAGS
404CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
405 $(TAGS_FILES) $(LISP)
406 tags=; \
407 here=`pwd`; \
408 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
409 unique=`for i in $$list; do \
410 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
411 done | \
412 $(AWK) ' { files[$$0] = 1; } \
413 END { for (i in files) print i; }'`; \
414 test -z "$(CTAGS_ARGS)$$tags$$unique" \
415 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
416 $$tags $$unique
Lev Walkinf15320b2004-06-03 03:38:44 +0000417
418GTAGS:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000419 here=`$(am__cd) $(top_builddir) && pwd` \
Lev Walkinf15320b2004-06-03 03:38:44 +0000420 && cd $(top_srcdir) \
421 && gtags -i $(GTAGS_ARGS) $$here
422
423distclean-tags:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000424 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000425
426distdir: $(DISTFILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000427 $(am__remove_distdir)
Lev Walkin4c776e52010-11-08 02:07:31 -0800428 test -d $(distdir) || mkdir $(distdir)
429 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
430 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
431 list='$(DISTFILES)'; \
432 dist_files=`for file in $$list; do echo $$file; done | \
433 sed -e "s|^$$srcdirstrip/||;t" \
434 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
435 case $$dist_files in \
436 */*) $(MKDIR_P) `echo "$$dist_files" | \
437 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
438 sort -u` ;; \
439 esac; \
440 for file in $$dist_files; do \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000441 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000442 if test -d $$d/$$file; then \
Lev Walkin4c776e52010-11-08 02:07:31 -0800443 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000444 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
445 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
446 fi; \
447 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000448 else \
449 test -f $(distdir)/$$file \
450 || cp -p $$d/$$file $(distdir)/$$file \
451 || exit 1; \
452 fi; \
453 done
Lev Walkin5af1a692006-08-18 01:54:27 +0000454 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Lev Walkinf15320b2004-06-03 03:38:44 +0000455 if test "$$subdir" = .; then :; else \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000456 test -d "$(distdir)/$$subdir" \
Lev Walkin4c776e52010-11-08 02:07:31 -0800457 || $(MKDIR_P) "$(distdir)/$$subdir" \
Lev Walkinf15320b2004-06-03 03:38:44 +0000458 || exit 1; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000459 distdir=`$(am__cd) $(distdir) && pwd`; \
460 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000461 (cd $$subdir && \
462 $(MAKE) $(AM_MAKEFLAGS) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000463 top_distdir="$$top_distdir" \
464 distdir="$$distdir/$$subdir" \
Lev Walkin4c776e52010-11-08 02:07:31 -0800465 am__remove_distdir=: \
466 am__skip_length_check=: \
Lev Walkinf15320b2004-06-03 03:38:44 +0000467 distdir) \
468 || exit 1; \
469 fi; \
470 done
471 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
472 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
473 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
Lev Walkin4c776e52010-11-08 02:07:31 -0800474 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000475 || chmod -R a+r $(distdir)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000476dist-gzip: distdir
Lev Walkin5af1a692006-08-18 01:54:27 +0000477 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
Lev Walkin8e8b5482004-06-17 23:42:48 +0000478 $(am__remove_distdir)
479
480dist-bzip2: distdir
Lev Walkin5af1a692006-08-18 01:54:27 +0000481 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
Lev Walkin8e8b5482004-06-17 23:42:48 +0000482 $(am__remove_distdir)
483
484dist-tarZ: distdir
Lev Walkin5af1a692006-08-18 01:54:27 +0000485 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Lev Walkin8e8b5482004-06-17 23:42:48 +0000486 $(am__remove_distdir)
487
488dist-shar: distdir
489 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
490 $(am__remove_distdir)
491
492dist-zip: distdir
493 -rm -f $(distdir).zip
494 zip -rq $(distdir).zip $(distdir)
495 $(am__remove_distdir)
496
497dist dist-all: distdir
Lev Walkin5af1a692006-08-18 01:54:27 +0000498 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
Lev Walkin8e8b5482004-06-17 23:42:48 +0000499 $(am__remove_distdir)
Lev Walkinf15320b2004-06-03 03:38:44 +0000500
501# This target untars the dist file and tries a VPATH configuration. Then
502# it guarantees that the distribution is self-contained by making another
503# tarfile.
504distcheck: dist
Lev Walkin8e8b5482004-06-17 23:42:48 +0000505 case '$(DIST_ARCHIVES)' in \
506 *.tar.gz*) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000507 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
Lev Walkin8e8b5482004-06-17 23:42:48 +0000508 *.tar.bz2*) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000509 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
Lev Walkin8e8b5482004-06-17 23:42:48 +0000510 *.tar.Z*) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000511 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
Lev Walkin8e8b5482004-06-17 23:42:48 +0000512 *.shar.gz*) \
513 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
514 *.zip*) \
515 unzip $(distdir).zip ;;\
516 esac
Lev Walkinf15320b2004-06-03 03:38:44 +0000517 chmod -R a-w $(distdir); chmod a+w $(distdir)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000518 mkdir $(distdir)/_build
519 mkdir $(distdir)/_inst
Lev Walkinf15320b2004-06-03 03:38:44 +0000520 chmod a-w $(distdir)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000521 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
522 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
523 && cd $(distdir)/_build \
524 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
525 $(DISTCHECK_CONFIGURE_FLAGS) \
Lev Walkinf15320b2004-06-03 03:38:44 +0000526 && $(MAKE) $(AM_MAKEFLAGS) \
527 && $(MAKE) $(AM_MAKEFLAGS) dvi \
528 && $(MAKE) $(AM_MAKEFLAGS) check \
529 && $(MAKE) $(AM_MAKEFLAGS) install \
530 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
531 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000532 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
533 distuninstallcheck \
534 && chmod -R a-w "$$dc_install_base" \
535 && ({ \
536 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
537 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
538 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
539 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
540 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
541 } || { rm -rf "$$dc_destdir"; exit 1; }) \
542 && rm -rf "$$dc_destdir" \
Lev Walkinf15320b2004-06-03 03:38:44 +0000543 && $(MAKE) $(AM_MAKEFLAGS) dist \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000544 && rm -rf $(DIST_ARCHIVES) \
545 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
546 $(am__remove_distdir)
547 @(echo "$(distdir) archives ready for distribution: "; \
548 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
Lev Walkin4c776e52010-11-08 02:07:31 -0800549 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
Lev Walkin8e8b5482004-06-17 23:42:48 +0000550distuninstallcheck:
551 @cd $(distuninstallcheck_dir) \
552 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
553 || { echo "ERROR: files left after uninstall:" ; \
554 if test -n "$(DESTDIR)"; then \
555 echo " (check DESTDIR support)"; \
556 fi ; \
557 $(distuninstallcheck_listfiles) ; \
558 exit 1; } >&2
559distcleancheck: distclean
560 @if test '$(srcdir)' = . ; then \
561 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
562 exit 1 ; \
563 fi
564 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
565 || { echo "ERROR: files left in build directory after distclean:" ; \
566 $(distcleancheck_listfiles) ; \
567 exit 1; } >&2
Lev Walkinf15320b2004-06-03 03:38:44 +0000568check-am: all-am
569check: check-recursive
Lev Walkin9b48a052004-09-10 16:17:03 +0000570all-am: Makefile $(DATA) config.h
Lev Walkinf15320b2004-06-03 03:38:44 +0000571installdirs: installdirs-recursive
572installdirs-am:
Lev Walkin9b48a052004-09-10 16:17:03 +0000573 for dir in "$(DESTDIR)$(docsdir)"; do \
Lev Walkin4c776e52010-11-08 02:07:31 -0800574 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Lev Walkin9b48a052004-09-10 16:17:03 +0000575 done
Lev Walkinf15320b2004-06-03 03:38:44 +0000576install: install-recursive
577install-exec: install-exec-recursive
578install-data: install-data-recursive
579uninstall: uninstall-recursive
580
581install-am: all-am
582 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
583
584installcheck: installcheck-recursive
585install-strip:
586 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000587 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Lev Walkinf15320b2004-06-03 03:38:44 +0000588 `test -z '$(STRIP)' || \
589 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
590mostlyclean-generic:
591
592clean-generic:
Lev Walkin33cded12004-09-19 19:40:52 +0000593 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000594
595distclean-generic:
Lev Walkin5af1a692006-08-18 01:54:27 +0000596 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000597
598maintainer-clean-generic:
599 @echo "This command is intended for maintainers to use"
600 @echo "it deletes files that may require special tools to rebuild."
601clean: clean-recursive
602
603clean-am: clean-generic clean-libtool mostlyclean-am
604
Lev Walkinf15320b2004-06-03 03:38:44 +0000605distclean: distclean-recursive
Lev Walkin8e8b5482004-06-17 23:42:48 +0000606 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
607 -rm -f Makefile
608distclean-am: clean-am distclean-generic distclean-hdr \
609 distclean-libtool distclean-tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000610
611dvi: dvi-recursive
612
613dvi-am:
614
Lev Walkin8e8b5482004-06-17 23:42:48 +0000615html: html-recursive
616
Lev Walkinf15320b2004-06-03 03:38:44 +0000617info: info-recursive
618
619info-am:
620
Lev Walkin9b48a052004-09-10 16:17:03 +0000621install-data-am: install-docsDATA
Lev Walkinf15320b2004-06-03 03:38:44 +0000622
Lev Walkin4c776e52010-11-08 02:07:31 -0800623install-dvi: install-dvi-recursive
624
Lev Walkinf15320b2004-06-03 03:38:44 +0000625install-exec-am:
626
Lev Walkin4c776e52010-11-08 02:07:31 -0800627install-html: install-html-recursive
628
Lev Walkinf15320b2004-06-03 03:38:44 +0000629install-info: install-info-recursive
630
631install-man:
632
Lev Walkin4c776e52010-11-08 02:07:31 -0800633install-pdf: install-pdf-recursive
634
635install-ps: install-ps-recursive
636
Lev Walkinf15320b2004-06-03 03:38:44 +0000637installcheck-am:
638
639maintainer-clean: maintainer-clean-recursive
Lev Walkin8e8b5482004-06-17 23:42:48 +0000640 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
641 -rm -rf $(top_srcdir)/autom4te.cache
642 -rm -f Makefile
Lev Walkinf15320b2004-06-03 03:38:44 +0000643maintainer-clean-am: distclean-am maintainer-clean-generic
644
645mostlyclean: mostlyclean-recursive
646
647mostlyclean-am: mostlyclean-generic mostlyclean-libtool
648
Lev Walkin8e8b5482004-06-17 23:42:48 +0000649pdf: pdf-recursive
650
651pdf-am:
652
653ps: ps-recursive
654
655ps-am:
656
Lev Walkin4c776e52010-11-08 02:07:31 -0800657uninstall-am: uninstall-docsDATA
Lev Walkinf15320b2004-06-03 03:38:44 +0000658
Lev Walkin4c776e52010-11-08 02:07:31 -0800659.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
660 install-strip
Lev Walkinf15320b2004-06-03 03:38:44 +0000661
Lev Walkin4c776e52010-11-08 02:07:31 -0800662.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
663 all all-am am--refresh check check-am clean clean-generic \
664 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
665 dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000666 distclean-generic distclean-hdr distclean-libtool \
Lev Walkin4c776e52010-11-08 02:07:31 -0800667 distclean-tags distcleancheck distdir distuninstallcheck dvi \
668 dvi-am html html-am info info-am install install-am \
669 install-data install-data-am install-docsDATA install-dvi \
670 install-dvi-am install-exec install-exec-am install-html \
671 install-html-am install-info install-info-am install-man \
672 install-pdf install-pdf-am install-ps install-ps-am \
673 install-strip installcheck installcheck-am installdirs \
674 installdirs-am maintainer-clean maintainer-clean-generic \
675 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
676 ps ps-am tags tags-recursive uninstall uninstall-am \
677 uninstall-docsDATA
Lev Walkinf15320b2004-06-03 03:38:44 +0000678
679# Tell versions [3.59,3.63) of GNU make to not export all variables.
680# Otherwise a system limit (for SysV at least) may be exceeded.
681.NOEXPORT: