blob: 682c0824fbd1310ad190158e3f5ae40fe07a6c70 [file] [log] [blame]
Lev Walkin5af1a692006-08-18 01:54:27 +00001# Makefile.in generated by automake 1.9.6 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 Walkin5af1a692006-08-18 01:54:27 +00005# 2003, 2004, 2005 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 +000017srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
Lev Walkinf15320b2004-06-03 03:38:44 +000020pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = .
Lev Walkin8e8b5482004-06-17 23:42:48 +000024am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Lev Walkinf15320b2004-06-03 03:38:44 +000025INSTALL = @INSTALL@
Lev Walkin8e8b5482004-06-17 23:42:48 +000026install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
Lev Walkinf15320b2004-06-03 03:38:44 +000029INSTALL_HEADER = $(INSTALL_DATA)
Lev Walkin8e8b5482004-06-17 23:42:48 +000030transform = $(program_transform_name)
Lev Walkinf15320b2004-06-03 03:38:44 +000031NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
Lev Walkin5af1a692006-08-18 01:54:27 +000037build_triplet = @build@
Lev Walkinf15320b2004-06-03 03:38:44 +000038host_triplet = @host@
Lev Walkin5af1a692006-08-18 01:54:27 +000039target_triplet = @target@
Lev Walkin8e8b5482004-06-17 23:42:48 +000040DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
Lev Walkin33cded12004-09-19 19:40:52 +000041 $(srcdir)/Makefile.in $(srcdir)/asn1c.spec.in \
42 $(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \
43 ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \
44 install-sh ltconfig ltmain.sh missing mkinstalldirs
Lev Walkin8e8b5482004-06-17 23:42:48 +000045subdir = .
46ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47am__aclocal_m4_deps = $(top_srcdir)/configure.in
48am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49 $(ACLOCAL_M4)
50am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
51 configure.lineno configure.status.lineno
52mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
53CONFIG_HEADER = config.h
Lev Walkin33cded12004-09-19 19:40:52 +000054CONFIG_CLEAN_FILES = asn1c.spec
Lev Walkin8e8b5482004-06-17 23:42:48 +000055SOURCES =
56DIST_SOURCES =
57RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58 html-recursive info-recursive install-data-recursive \
59 install-exec-recursive install-info-recursive \
60 install-recursive installcheck-recursive installdirs-recursive \
61 pdf-recursive ps-recursive uninstall-info-recursive \
62 uninstall-recursive
Lev Walkin5af1a692006-08-18 01:54:27 +000063am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64am__vpath_adj = case $$p in \
65 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66 *) f=$$p;; \
67 esac;
68am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
Lev Walkin9b48a052004-09-10 16:17:03 +000069am__installdirs = "$(DESTDIR)$(docsdir)"
70docsDATA_INSTALL = $(INSTALL_DATA)
71DATA = $(docs_DATA)
Lev Walkin8e8b5482004-06-17 23:42:48 +000072ETAGS = etags
73CTAGS = ctags
74DIST_SUBDIRS = $(SUBDIRS)
75DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76distdir = $(PACKAGE)-$(VERSION)
77top_distdir = $(distdir)
78am__remove_distdir = \
79 { test ! -d $(distdir) \
80 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
81 && rm -fr $(distdir); }; }
82DIST_ARCHIVES = $(distdir).tar.gz
83GZIP_ENV = --best
84distuninstallcheck_listfiles = find . -type f -print
85distcleancheck_listfiles = find . -type f -print
86ACLOCAL = @ACLOCAL@
Lev Walkinf15320b2004-06-03 03:38:44 +000087ADD_CFLAGS = @ADD_CFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +000088AMDEP_FALSE = @AMDEP_FALSE@
89AMDEP_TRUE = @AMDEP_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +000090AMTAR = @AMTAR@
91AR = @AR@
Lev Walkin8e8b5482004-06-17 23:42:48 +000092AUTOCONF = @AUTOCONF@
93AUTOHEADER = @AUTOHEADER@
94AUTOMAKE = @AUTOMAKE@
Lev Walkinf15320b2004-06-03 03:38:44 +000095AWK = @AWK@
96CC = @CC@
Lev Walkin8e8b5482004-06-17 23:42:48 +000097CCDEPMODE = @CCDEPMODE@
98CFLAGS = @CFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +000099CONFIGURE_DEPENDS = @CONFIGURE_DEPENDS@
100CPP = @CPP@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000101CPPFLAGS = @CPPFLAGS@
102CXX = @CXX@
103CXXCPP = @CXXCPP@
104CXXDEPMODE = @CXXDEPMODE@
105CXXFLAGS = @CXXFLAGS@
106CYGPATH_W = @CYGPATH_W@
107DEFS = @DEFS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000108DEPDIR = @DEPDIR@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000109ECHO = @ECHO@
110ECHO_C = @ECHO_C@
111ECHO_N = @ECHO_N@
112ECHO_T = @ECHO_T@
113EGREP = @EGREP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000114EXEEXT = @EXEEXT@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000115F77 = @F77@
116FFLAGS = @FFLAGS@
117INSTALL_DATA = @INSTALL_DATA@
118INSTALL_PROGRAM = @INSTALL_PROGRAM@
119INSTALL_SCRIPT = @INSTALL_SCRIPT@
Lev Walkinf15320b2004-06-03 03:38:44 +0000120INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000121LDFLAGS = @LDFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000122LEX = @LEX@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000123LEXLIB = @LEXLIB@
124LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
125LIBOBJS = @LIBOBJS@
126LIBS = @LIBS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000127LIBTOOL = @LIBTOOL@
128LN_S = @LN_S@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000129LTLIBOBJS = @LTLIBOBJS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000130MAINT = @MAINT@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000131MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
132MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
133MAKEINFO = @MAKEINFO@
Lev Walkinf15320b2004-06-03 03:38:44 +0000134OBJEXT = @OBJEXT@
135PACKAGE = @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 Walkin8e8b5482004-06-17 23:42:48 +0000143SET_MAKE = @SET_MAKE@
144SHELL = @SHELL@
145STRIP = @STRIP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000146VERSION = @VERSION@
147YACC = @YACC@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000148ac_ct_AR = @ac_ct_AR@
149ac_ct_CC = @ac_ct_CC@
150ac_ct_CXX = @ac_ct_CXX@
151ac_ct_F77 = @ac_ct_F77@
152ac_ct_RANLIB = @ac_ct_RANLIB@
153ac_ct_STRIP = @ac_ct_STRIP@
154am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
155am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
156am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
157am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +0000158am__include = @am__include@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000159am__leading_dot = @am__leading_dot@
Lev Walkinf15320b2004-06-03 03:38:44 +0000160am__quote = @am__quote@
Lev Walkin5af1a692006-08-18 01:54:27 +0000161am__tar = @am__tar@
162am__untar = @am__untar@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000163bindir = @bindir@
164build = @build@
165build_alias = @build_alias@
166build_cpu = @build_cpu@
167build_os = @build_os@
168build_vendor = @build_vendor@
169datadir = @datadir@
170exec_prefix = @exec_prefix@
171host = @host@
172host_alias = @host_alias@
173host_cpu = @host_cpu@
174host_os = @host_os@
175host_vendor = @host_vendor@
176includedir = @includedir@
177infodir = @infodir@
Lev Walkinf15320b2004-06-03 03:38:44 +0000178install_sh = @install_sh@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000179libdir = @libdir@
180libexecdir = @libexecdir@
181localstatedir = @localstatedir@
182mandir = @mandir@
183mkdir_p = @mkdir_p@
184oldincludedir = @oldincludedir@
185prefix = @prefix@
186program_transform_name = @program_transform_name@
187sbindir = @sbindir@
188sharedstatedir = @sharedstatedir@
189sysconfdir = @sysconfdir@
190target = @target@
191target_alias = @target_alias@
192target_cpu = @target_cpu@
193target_os = @target_os@
194target_vendor = @target_vendor@
Lev Walkinf15320b2004-06-03 03:38:44 +0000195SUBDIRS = \
Lev Walkin3d0b5a32004-08-18 05:43:55 +0000196 libasn1parser libasn1fix \
197 libasn1print libasn1compiler \
Lev Walkinf15320b2004-06-03 03:38:44 +0000198 skeletons examples tests \
199 doc asn1c
200
Lev Walkin9b48a052004-09-10 16:17:03 +0000201docsdir = $(datadir)/doc/asn1c
Lev Walkin33cded12004-09-19 19:40:52 +0000202docs_DATA = README FAQ COPYING ChangeLog BUGS TODO
203EXTRA_DIST = asn1c.spec.in FAQ BUGS MANIFEST
204CLEANFILES = asn1c.spec
Lev Walkinf15320b2004-06-03 03:38:44 +0000205all: config.h
206 $(MAKE) $(AM_MAKEFLAGS) all-recursive
207
208.SUFFIXES:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000209am--refresh:
210 @:
211$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
212 @for dep in $?; do \
213 case '$(am__configure_deps)' in \
214 *$$dep*) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000215 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
216 cd $(srcdir) && $(AUTOMAKE) --foreign \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000217 && exit 0; \
218 exit 1;; \
219 esac; \
220 done; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000221 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000222 cd $(top_srcdir) && \
Lev Walkin5af1a692006-08-18 01:54:27 +0000223 $(AUTOMAKE) --foreign Makefile
Lev Walkin8e8b5482004-06-17 23:42:48 +0000224.PRECIOUS: Makefile
225Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
226 @case '$?' in \
227 *config.status*) \
228 echo ' $(SHELL) ./config.status'; \
229 $(SHELL) ./config.status;; \
230 *) \
231 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
232 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
233 esac;
234
235$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
236 $(SHELL) ./config.status --recheck
237
238$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
239 cd $(srcdir) && $(AUTOCONF)
240$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
241 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
242
243config.h: stamp-h1
244 @if test ! -f $@; then \
245 rm -f stamp-h1; \
246 $(MAKE) stamp-h1; \
247 else :; fi
248
249stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
250 @rm -f stamp-h1
251 cd $(top_builddir) && $(SHELL) ./config.status config.h
252$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
253 cd $(top_srcdir) && $(AUTOHEADER)
254 rm -f stamp-h1
255 touch $@
256
257distclean-hdr:
258 -rm -f config.h stamp-h1
Lev Walkin33cded12004-09-19 19:40:52 +0000259asn1c.spec: $(top_builddir)/config.status $(srcdir)/asn1c.spec.in
260 cd $(top_builddir) && $(SHELL) ./config.status $@
Lev Walkinf15320b2004-06-03 03:38:44 +0000261
262mostlyclean-libtool:
263 -rm -f *.lo
264
265clean-libtool:
266 -rm -rf .libs _libs
267
268distclean-libtool:
269 -rm -f libtool
Lev Walkinf15320b2004-06-03 03:38:44 +0000270uninstall-info-am:
Lev Walkin9b48a052004-09-10 16:17:03 +0000271install-docsDATA: $(docs_DATA)
272 @$(NORMAL_INSTALL)
273 test -z "$(docsdir)" || $(mkdir_p) "$(DESTDIR)$(docsdir)"
274 @list='$(docs_DATA)'; for p in $$list; do \
275 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000276 f=$(am__strip_dir) \
Lev Walkin9b48a052004-09-10 16:17:03 +0000277 echo " $(docsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docsdir)/$$f'"; \
278 $(docsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docsdir)/$$f"; \
279 done
280
281uninstall-docsDATA:
282 @$(NORMAL_UNINSTALL)
283 @list='$(docs_DATA)'; for p in $$list; do \
Lev Walkin5af1a692006-08-18 01:54:27 +0000284 f=$(am__strip_dir) \
Lev Walkin9b48a052004-09-10 16:17:03 +0000285 echo " rm -f '$(DESTDIR)$(docsdir)/$$f'"; \
286 rm -f "$(DESTDIR)$(docsdir)/$$f"; \
287 done
Lev Walkinf15320b2004-06-03 03:38:44 +0000288
289# This directory's subdirectories are mostly independent; you can cd
290# into them and run `make' without going through this Makefile.
291# To change the values of `make' variables: instead of editing Makefiles,
292# (1) if the variable is set in `config.status', edit `config.status'
293# (which will cause the Makefiles to be regenerated when you run `make');
294# (2) otherwise, pass the desired values on the `make' command line.
295$(RECURSIVE_TARGETS):
Lev Walkin5af1a692006-08-18 01:54:27 +0000296 @failcom='exit 1'; \
297 for f in x $$MAKEFLAGS; do \
298 case $$f in \
299 *=* | --[!k]*);; \
300 *k*) failcom='fail=yes';; \
301 esac; \
302 done; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000303 dot_seen=no; \
304 target=`echo $@ | sed s/-recursive//`; \
305 list='$(SUBDIRS)'; for subdir in $$list; do \
306 echo "Making $$target in $$subdir"; \
307 if test "$$subdir" = "."; then \
308 dot_seen=yes; \
309 local_target="$$target-am"; \
310 else \
311 local_target="$$target"; \
312 fi; \
313 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000314 || eval $$failcom; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000315 done; \
316 if test "$$dot_seen" = "no"; then \
317 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
318 fi; test -z "$$fail"
319
320mostlyclean-recursive clean-recursive distclean-recursive \
321maintainer-clean-recursive:
Lev Walkin5af1a692006-08-18 01:54:27 +0000322 @failcom='exit 1'; \
323 for f in x $$MAKEFLAGS; do \
324 case $$f in \
325 *=* | --[!k]*);; \
326 *k*) failcom='fail=yes';; \
327 esac; \
328 done; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000329 dot_seen=no; \
330 case "$@" in \
331 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
332 *) list='$(SUBDIRS)' ;; \
333 esac; \
334 rev=''; for subdir in $$list; do \
335 if test "$$subdir" = "."; then :; else \
336 rev="$$subdir $$rev"; \
337 fi; \
338 done; \
339 rev="$$rev ."; \
340 target=`echo $@ | sed s/-recursive//`; \
341 for subdir in $$rev; do \
342 echo "Making $$target in $$subdir"; \
343 if test "$$subdir" = "."; then \
344 local_target="$$target-am"; \
345 else \
346 local_target="$$target"; \
347 fi; \
348 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000349 || eval $$failcom; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000350 done && test -z "$$fail"
351tags-recursive:
352 list='$(SUBDIRS)'; for subdir in $$list; do \
353 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
354 done
Lev Walkin8e8b5482004-06-17 23:42:48 +0000355ctags-recursive:
356 list='$(SUBDIRS)'; for subdir in $$list; do \
357 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
358 done
Lev Walkinf15320b2004-06-03 03:38:44 +0000359
360ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000361 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000362 unique=`for i in $$list; do \
363 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364 done | \
365 $(AWK) ' { files[$$0] = 1; } \
366 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000367 mkid -fID $$unique
368tags: TAGS
Lev Walkinf15320b2004-06-03 03:38:44 +0000369
370TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
371 $(TAGS_FILES) $(LISP)
372 tags=; \
373 here=`pwd`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000374 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
375 include_option=--etags-include; \
376 empty_fix=.; \
377 else \
378 include_option=--include; \
379 empty_fix=; \
380 fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000381 list='$(SUBDIRS)'; for subdir in $$list; do \
382 if test "$$subdir" = .; then :; else \
Lev Walkin5af1a692006-08-18 01:54:27 +0000383 test ! -f $$subdir/TAGS || \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000384 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000385 fi; \
386 done; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000387 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000388 unique=`for i in $$list; do \
389 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390 done | \
391 $(AWK) ' { files[$$0] = 1; } \
392 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000393 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
Lev Walkin5af1a692006-08-18 01:54:27 +0000394 test -n "$$unique" || unique=$$empty_fix; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000395 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
396 $$tags $$unique; \
397 fi
398ctags: CTAGS
399CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
400 $(TAGS_FILES) $(LISP)
401 tags=; \
402 here=`pwd`; \
403 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
404 unique=`for i in $$list; do \
405 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406 done | \
407 $(AWK) ' { files[$$0] = 1; } \
408 END { for (i in files) print i; }'`; \
409 test -z "$(CTAGS_ARGS)$$tags$$unique" \
410 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
411 $$tags $$unique
Lev Walkinf15320b2004-06-03 03:38:44 +0000412
413GTAGS:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000414 here=`$(am__cd) $(top_builddir) && pwd` \
Lev Walkinf15320b2004-06-03 03:38:44 +0000415 && cd $(top_srcdir) \
416 && gtags -i $(GTAGS_ARGS) $$here
417
418distclean-tags:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000419 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000420
421distdir: $(DISTFILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000422 $(am__remove_distdir)
Lev Walkinf15320b2004-06-03 03:38:44 +0000423 mkdir $(distdir)
Lev Walkin33cded12004-09-19 19:40:52 +0000424 $(mkdir_p) $(distdir)/.
Lev Walkin8e8b5482004-06-17 23:42:48 +0000425 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
426 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
427 list='$(DISTFILES)'; for file in $$list; do \
428 case $$file in \
429 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
430 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
431 esac; \
432 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000433 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
434 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000435 dir="/$$dir"; \
436 $(mkdir_p) "$(distdir)$$dir"; \
437 else \
438 dir=''; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000439 fi; \
440 if test -d $$d/$$file; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000441 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
442 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
443 fi; \
444 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000445 else \
446 test -f $(distdir)/$$file \
447 || cp -p $$d/$$file $(distdir)/$$file \
448 || exit 1; \
449 fi; \
450 done
Lev Walkin5af1a692006-08-18 01:54:27 +0000451 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Lev Walkinf15320b2004-06-03 03:38:44 +0000452 if test "$$subdir" = .; then :; else \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000453 test -d "$(distdir)/$$subdir" \
Lev Walkin5af1a692006-08-18 01:54:27 +0000454 || $(mkdir_p) "$(distdir)/$$subdir" \
Lev Walkinf15320b2004-06-03 03:38:44 +0000455 || exit 1; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000456 distdir=`$(am__cd) $(distdir) && pwd`; \
457 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000458 (cd $$subdir && \
459 $(MAKE) $(AM_MAKEFLAGS) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000460 top_distdir="$$top_distdir" \
461 distdir="$$distdir/$$subdir" \
Lev Walkinf15320b2004-06-03 03:38:44 +0000462 distdir) \
463 || exit 1; \
464 fi; \
465 done
466 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
467 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
468 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
469 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
470 || chmod -R a+r $(distdir)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000471dist-gzip: distdir
Lev Walkin5af1a692006-08-18 01:54:27 +0000472 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
Lev Walkin8e8b5482004-06-17 23:42:48 +0000473 $(am__remove_distdir)
474
475dist-bzip2: distdir
Lev Walkin5af1a692006-08-18 01:54:27 +0000476 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
Lev Walkin8e8b5482004-06-17 23:42:48 +0000477 $(am__remove_distdir)
478
479dist-tarZ: distdir
Lev Walkin5af1a692006-08-18 01:54:27 +0000480 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Lev Walkin8e8b5482004-06-17 23:42:48 +0000481 $(am__remove_distdir)
482
483dist-shar: distdir
484 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
485 $(am__remove_distdir)
486
487dist-zip: distdir
488 -rm -f $(distdir).zip
489 zip -rq $(distdir).zip $(distdir)
490 $(am__remove_distdir)
491
492dist dist-all: distdir
Lev Walkin5af1a692006-08-18 01:54:27 +0000493 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
Lev Walkin8e8b5482004-06-17 23:42:48 +0000494 $(am__remove_distdir)
Lev Walkinf15320b2004-06-03 03:38:44 +0000495
496# This target untars the dist file and tries a VPATH configuration. Then
497# it guarantees that the distribution is self-contained by making another
498# tarfile.
499distcheck: dist
Lev Walkin8e8b5482004-06-17 23:42:48 +0000500 case '$(DIST_ARCHIVES)' in \
501 *.tar.gz*) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000502 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
Lev Walkin8e8b5482004-06-17 23:42:48 +0000503 *.tar.bz2*) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000504 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
Lev Walkin8e8b5482004-06-17 23:42:48 +0000505 *.tar.Z*) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000506 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
Lev Walkin8e8b5482004-06-17 23:42:48 +0000507 *.shar.gz*) \
508 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
509 *.zip*) \
510 unzip $(distdir).zip ;;\
511 esac
Lev Walkinf15320b2004-06-03 03:38:44 +0000512 chmod -R a-w $(distdir); chmod a+w $(distdir)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000513 mkdir $(distdir)/_build
514 mkdir $(distdir)/_inst
Lev Walkinf15320b2004-06-03 03:38:44 +0000515 chmod a-w $(distdir)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000516 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
517 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
518 && cd $(distdir)/_build \
519 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
520 $(DISTCHECK_CONFIGURE_FLAGS) \
Lev Walkinf15320b2004-06-03 03:38:44 +0000521 && $(MAKE) $(AM_MAKEFLAGS) \
522 && $(MAKE) $(AM_MAKEFLAGS) dvi \
523 && $(MAKE) $(AM_MAKEFLAGS) check \
524 && $(MAKE) $(AM_MAKEFLAGS) install \
525 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
526 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000527 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
528 distuninstallcheck \
529 && chmod -R a-w "$$dc_install_base" \
530 && ({ \
531 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
532 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
533 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
534 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
535 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
536 } || { rm -rf "$$dc_destdir"; exit 1; }) \
537 && rm -rf "$$dc_destdir" \
Lev Walkinf15320b2004-06-03 03:38:44 +0000538 && $(MAKE) $(AM_MAKEFLAGS) dist \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000539 && rm -rf $(DIST_ARCHIVES) \
540 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
541 $(am__remove_distdir)
542 @(echo "$(distdir) archives ready for distribution: "; \
543 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
544 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
545distuninstallcheck:
546 @cd $(distuninstallcheck_dir) \
547 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
548 || { echo "ERROR: files left after uninstall:" ; \
549 if test -n "$(DESTDIR)"; then \
550 echo " (check DESTDIR support)"; \
551 fi ; \
552 $(distuninstallcheck_listfiles) ; \
553 exit 1; } >&2
554distcleancheck: distclean
555 @if test '$(srcdir)' = . ; then \
556 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
557 exit 1 ; \
558 fi
559 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
560 || { echo "ERROR: files left in build directory after distclean:" ; \
561 $(distcleancheck_listfiles) ; \
562 exit 1; } >&2
Lev Walkinf15320b2004-06-03 03:38:44 +0000563check-am: all-am
564check: check-recursive
Lev Walkin9b48a052004-09-10 16:17:03 +0000565all-am: Makefile $(DATA) config.h
Lev Walkinf15320b2004-06-03 03:38:44 +0000566installdirs: installdirs-recursive
567installdirs-am:
Lev Walkin9b48a052004-09-10 16:17:03 +0000568 for dir in "$(DESTDIR)$(docsdir)"; do \
569 test -z "$$dir" || $(mkdir_p) "$$dir"; \
570 done
Lev Walkinf15320b2004-06-03 03:38:44 +0000571install: install-recursive
572install-exec: install-exec-recursive
573install-data: install-data-recursive
574uninstall: uninstall-recursive
575
576install-am: all-am
577 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
578
579installcheck: installcheck-recursive
580install-strip:
581 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000582 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Lev Walkinf15320b2004-06-03 03:38:44 +0000583 `test -z '$(STRIP)' || \
584 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
585mostlyclean-generic:
586
587clean-generic:
Lev Walkin33cded12004-09-19 19:40:52 +0000588 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000589
590distclean-generic:
Lev Walkin5af1a692006-08-18 01:54:27 +0000591 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000592
593maintainer-clean-generic:
594 @echo "This command is intended for maintainers to use"
595 @echo "it deletes files that may require special tools to rebuild."
596clean: clean-recursive
597
598clean-am: clean-generic clean-libtool mostlyclean-am
599
Lev Walkinf15320b2004-06-03 03:38:44 +0000600distclean: distclean-recursive
Lev Walkin8e8b5482004-06-17 23:42:48 +0000601 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
602 -rm -f Makefile
603distclean-am: clean-am distclean-generic distclean-hdr \
604 distclean-libtool distclean-tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000605
606dvi: dvi-recursive
607
608dvi-am:
609
Lev Walkin8e8b5482004-06-17 23:42:48 +0000610html: html-recursive
611
Lev Walkinf15320b2004-06-03 03:38:44 +0000612info: info-recursive
613
614info-am:
615
Lev Walkin9b48a052004-09-10 16:17:03 +0000616install-data-am: install-docsDATA
Lev Walkinf15320b2004-06-03 03:38:44 +0000617
618install-exec-am:
619
620install-info: install-info-recursive
621
622install-man:
623
624installcheck-am:
625
626maintainer-clean: maintainer-clean-recursive
Lev Walkin8e8b5482004-06-17 23:42:48 +0000627 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
628 -rm -rf $(top_srcdir)/autom4te.cache
629 -rm -f Makefile
Lev Walkinf15320b2004-06-03 03:38:44 +0000630maintainer-clean-am: distclean-am maintainer-clean-generic
631
632mostlyclean: mostlyclean-recursive
633
634mostlyclean-am: mostlyclean-generic mostlyclean-libtool
635
Lev Walkin8e8b5482004-06-17 23:42:48 +0000636pdf: pdf-recursive
637
638pdf-am:
639
640ps: ps-recursive
641
642ps-am:
643
Lev Walkin9b48a052004-09-10 16:17:03 +0000644uninstall-am: uninstall-docsDATA uninstall-info-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000645
646uninstall-info: uninstall-info-recursive
647
Lev Walkin8e8b5482004-06-17 23:42:48 +0000648.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
649 check-am clean clean-generic clean-libtool clean-recursive \
650 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
651 dist-shar dist-tarZ dist-zip distcheck distclean \
652 distclean-generic distclean-hdr distclean-libtool \
653 distclean-recursive distclean-tags distcleancheck distdir \
654 distuninstallcheck dvi dvi-am html html-am info info-am \
Lev Walkin9b48a052004-09-10 16:17:03 +0000655 install install-am install-data install-data-am \
656 install-docsDATA install-exec install-exec-am install-info \
657 install-info-am install-man install-strip installcheck \
658 installcheck-am installdirs installdirs-am maintainer-clean \
659 maintainer-clean-generic maintainer-clean-recursive \
660 mostlyclean mostlyclean-generic mostlyclean-libtool \
661 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
662 uninstall uninstall-am uninstall-docsDATA uninstall-info-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000663
664# Tell versions [3.59,3.63) of GNU make to not export all variables.
665# Otherwise a system limit (for SysV at least) may be exceeded.
666.NOEXPORT: