blob: 9e423f1f3b8a7869393d114177fb5de01f034ecd [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 \
Lev Walkin06bf7cc2007-06-24 09:13:16 +000043 ChangeLog INSTALL TODO config.guess config.sub depcomp \
Lev Walkin33cded12004-09-19 19:40:52 +000044 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@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000102CYGPATH_W = @CYGPATH_W@
103DEFS = @DEFS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000104DEPDIR = @DEPDIR@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700105DLLTOOL = @DLLTOOL@
106DSYMUTIL = @DSYMUTIL@
107DUMPBIN = @DUMPBIN@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000108ECHO_C = @ECHO_C@
109ECHO_N = @ECHO_N@
110ECHO_T = @ECHO_T@
111EGREP = @EGREP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000112EXEEXT = @EXEEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700113FGREP = @FGREP@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000114GREP = @GREP@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000115INSTALL_DATA = @INSTALL_DATA@
116INSTALL_PROGRAM = @INSTALL_PROGRAM@
117INSTALL_SCRIPT = @INSTALL_SCRIPT@
Lev Walkinf15320b2004-06-03 03:38:44 +0000118INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700119LD = @LD@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000120LDFLAGS = @LDFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000121LEX = @LEX@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000122LEXLIB = @LEXLIB@
123LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
124LIBOBJS = @LIBOBJS@
125LIBS = @LIBS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000126LIBTOOL = @LIBTOOL@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700127LIPO = @LIPO@
Lev Walkinf15320b2004-06-03 03:38:44 +0000128LN_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 Walkin4da95cf2010-10-16 02:46:32 -0700134MANIFEST_TOOL = @MANIFEST_TOOL@
135NM = @NM@
136NMEDIT = @NMEDIT@
137OBJDUMP = @OBJDUMP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000138OBJEXT = @OBJEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700139OTOOL = @OTOOL@
140OTOOL64 = @OTOOL64@
Lev Walkinf15320b2004-06-03 03:38:44 +0000141PACKAGE = @PACKAGE@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000142PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
143PACKAGE_NAME = @PACKAGE_NAME@
144PACKAGE_STRING = @PACKAGE_STRING@
145PACKAGE_TARNAME = @PACKAGE_TARNAME@
146PACKAGE_VERSION = @PACKAGE_VERSION@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000147PATH_SEPARATOR = @PATH_SEPARATOR@
Lev Walkinf15320b2004-06-03 03:38:44 +0000148RANLIB = @RANLIB@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700149SED = @SED@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000150SET_MAKE = @SET_MAKE@
151SHELL = @SHELL@
152STRIP = @STRIP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000153VERSION = @VERSION@
154YACC = @YACC@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000155YFLAGS = @YFLAGS@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700156ac_ct_AR = @ac_ct_AR@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000157ac_ct_CC = @ac_ct_CC@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700158ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000159am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
160am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +0000161am__include = @am__include@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000162am__leading_dot = @am__leading_dot@
Lev Walkinf15320b2004-06-03 03:38:44 +0000163am__quote = @am__quote@
Lev Walkin5af1a692006-08-18 01:54:27 +0000164am__tar = @am__tar@
165am__untar = @am__untar@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000166bindir = @bindir@
167build = @build@
168build_alias = @build_alias@
169build_cpu = @build_cpu@
170build_os = @build_os@
171build_vendor = @build_vendor@
172datadir = @datadir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000173datarootdir = @datarootdir@
174docdir = @docdir@
175dvidir = @dvidir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000176exec_prefix = @exec_prefix@
177host = @host@
178host_alias = @host_alias@
179host_cpu = @host_cpu@
180host_os = @host_os@
181host_vendor = @host_vendor@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000182htmldir = @htmldir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000183includedir = @includedir@
184infodir = @infodir@
Lev Walkinf15320b2004-06-03 03:38:44 +0000185install_sh = @install_sh@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000186libdir = @libdir@
187libexecdir = @libexecdir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000188localedir = @localedir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000189localstatedir = @localstatedir@
190mandir = @mandir@
191mkdir_p = @mkdir_p@
192oldincludedir = @oldincludedir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000193pdfdir = @pdfdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000194prefix = @prefix@
195program_transform_name = @program_transform_name@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000196psdir = @psdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000197sbindir = @sbindir@
198sharedstatedir = @sharedstatedir@
199sysconfdir = @sysconfdir@
200target = @target@
201target_alias = @target_alias@
202target_cpu = @target_cpu@
203target_os = @target_os@
204target_vendor = @target_vendor@
Lev Walkinf15320b2004-06-03 03:38:44 +0000205SUBDIRS = \
Lev Walkin3d0b5a32004-08-18 05:43:55 +0000206 libasn1parser libasn1fix \
207 libasn1print libasn1compiler \
Lev Walkinf15320b2004-06-03 03:38:44 +0000208 skeletons examples tests \
209 doc asn1c
210
Lev Walkin9b48a052004-09-10 16:17:03 +0000211docsdir = $(datadir)/doc/asn1c
Lev Walkin33cded12004-09-19 19:40:52 +0000212docs_DATA = README FAQ COPYING ChangeLog BUGS TODO
213EXTRA_DIST = asn1c.spec.in FAQ BUGS MANIFEST
214CLEANFILES = asn1c.spec
Lev Walkinf15320b2004-06-03 03:38:44 +0000215all: config.h
216 $(MAKE) $(AM_MAKEFLAGS) all-recursive
217
218.SUFFIXES:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000219am--refresh:
220 @:
221$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
222 @for dep in $?; do \
223 case '$(am__configure_deps)' in \
224 *$$dep*) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000225 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
226 cd $(srcdir) && $(AUTOMAKE) --foreign \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000227 && exit 0; \
228 exit 1;; \
229 esac; \
230 done; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000231 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000232 cd $(top_srcdir) && \
Lev Walkin5af1a692006-08-18 01:54:27 +0000233 $(AUTOMAKE) --foreign Makefile
Lev Walkin8e8b5482004-06-17 23:42:48 +0000234.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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
249 cd $(srcdir) && $(AUTOCONF)
250$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
251 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
252
253config.h: stamp-h1
254 @if test ! -f $@; then \
255 rm -f stamp-h1; \
256 $(MAKE) stamp-h1; \
257 else :; fi
258
259stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
260 @rm -f stamp-h1
261 cd $(top_builddir) && $(SHELL) ./config.status config.h
262$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
263 cd $(top_srcdir) && $(AUTOHEADER)
264 rm -f stamp-h1
265 touch $@
266
267distclean-hdr:
268 -rm -f config.h stamp-h1
Lev Walkin33cded12004-09-19 19:40:52 +0000269asn1c.spec: $(top_builddir)/config.status $(srcdir)/asn1c.spec.in
270 cd $(top_builddir) && $(SHELL) ./config.status $@
Lev Walkinf15320b2004-06-03 03:38:44 +0000271
272mostlyclean-libtool:
273 -rm -f *.lo
274
275clean-libtool:
276 -rm -rf .libs _libs
277
278distclean-libtool:
279 -rm -f libtool
Lev Walkinf15320b2004-06-03 03:38:44 +0000280uninstall-info-am:
Lev Walkin9b48a052004-09-10 16:17:03 +0000281install-docsDATA: $(docs_DATA)
282 @$(NORMAL_INSTALL)
283 test -z "$(docsdir)" || $(mkdir_p) "$(DESTDIR)$(docsdir)"
284 @list='$(docs_DATA)'; for p in $$list; do \
285 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000286 f=$(am__strip_dir) \
Lev Walkin9b48a052004-09-10 16:17:03 +0000287 echo " $(docsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docsdir)/$$f'"; \
288 $(docsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docsdir)/$$f"; \
289 done
290
291uninstall-docsDATA:
292 @$(NORMAL_UNINSTALL)
293 @list='$(docs_DATA)'; for p in $$list; do \
Lev Walkin5af1a692006-08-18 01:54:27 +0000294 f=$(am__strip_dir) \
Lev Walkin9b48a052004-09-10 16:17:03 +0000295 echo " rm -f '$(DESTDIR)$(docsdir)/$$f'"; \
296 rm -f "$(DESTDIR)$(docsdir)/$$f"; \
297 done
Lev Walkinf15320b2004-06-03 03:38:44 +0000298
299# This directory's subdirectories are mostly independent; you can cd
300# into them and run `make' without going through this Makefile.
301# To change the values of `make' variables: instead of editing Makefiles,
302# (1) if the variable is set in `config.status', edit `config.status'
303# (which will cause the Makefiles to be regenerated when you run `make');
304# (2) otherwise, pass the desired values on the `make' command line.
305$(RECURSIVE_TARGETS):
Lev Walkin5af1a692006-08-18 01:54:27 +0000306 @failcom='exit 1'; \
307 for f in x $$MAKEFLAGS; do \
308 case $$f in \
309 *=* | --[!k]*);; \
310 *k*) failcom='fail=yes';; \
311 esac; \
312 done; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000313 dot_seen=no; \
314 target=`echo $@ | sed s/-recursive//`; \
315 list='$(SUBDIRS)'; for subdir in $$list; do \
316 echo "Making $$target in $$subdir"; \
317 if test "$$subdir" = "."; then \
318 dot_seen=yes; \
319 local_target="$$target-am"; \
320 else \
321 local_target="$$target"; \
322 fi; \
323 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000324 || eval $$failcom; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000325 done; \
326 if test "$$dot_seen" = "no"; then \
327 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
328 fi; test -z "$$fail"
329
330mostlyclean-recursive clean-recursive distclean-recursive \
331maintainer-clean-recursive:
Lev Walkin5af1a692006-08-18 01:54:27 +0000332 @failcom='exit 1'; \
333 for f in x $$MAKEFLAGS; do \
334 case $$f in \
335 *=* | --[!k]*);; \
336 *k*) failcom='fail=yes';; \
337 esac; \
338 done; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000339 dot_seen=no; \
340 case "$@" in \
341 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
342 *) list='$(SUBDIRS)' ;; \
343 esac; \
344 rev=''; for subdir in $$list; do \
345 if test "$$subdir" = "."; then :; else \
346 rev="$$subdir $$rev"; \
347 fi; \
348 done; \
349 rev="$$rev ."; \
350 target=`echo $@ | sed s/-recursive//`; \
351 for subdir in $$rev; do \
352 echo "Making $$target in $$subdir"; \
353 if test "$$subdir" = "."; then \
354 local_target="$$target-am"; \
355 else \
356 local_target="$$target"; \
357 fi; \
358 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000359 || eval $$failcom; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000360 done && test -z "$$fail"
361tags-recursive:
362 list='$(SUBDIRS)'; for subdir in $$list; do \
363 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
364 done
Lev Walkin8e8b5482004-06-17 23:42:48 +0000365ctags-recursive:
366 list='$(SUBDIRS)'; for subdir in $$list; do \
367 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
368 done
Lev Walkinf15320b2004-06-03 03:38:44 +0000369
370ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000371 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000372 unique=`for i in $$list; do \
373 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374 done | \
375 $(AWK) ' { files[$$0] = 1; } \
376 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000377 mkid -fID $$unique
378tags: TAGS
Lev Walkinf15320b2004-06-03 03:38:44 +0000379
380TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
381 $(TAGS_FILES) $(LISP)
382 tags=; \
383 here=`pwd`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000384 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
385 include_option=--etags-include; \
386 empty_fix=.; \
387 else \
388 include_option=--include; \
389 empty_fix=; \
390 fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000391 list='$(SUBDIRS)'; for subdir in $$list; do \
392 if test "$$subdir" = .; then :; else \
Lev Walkin5af1a692006-08-18 01:54:27 +0000393 test ! -f $$subdir/TAGS || \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000394 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000395 fi; \
396 done; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000397 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000398 unique=`for i in $$list; do \
399 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
400 done | \
401 $(AWK) ' { files[$$0] = 1; } \
402 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000403 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
Lev Walkin5af1a692006-08-18 01:54:27 +0000404 test -n "$$unique" || unique=$$empty_fix; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000405 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
406 $$tags $$unique; \
407 fi
408ctags: CTAGS
409CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
410 $(TAGS_FILES) $(LISP)
411 tags=; \
412 here=`pwd`; \
413 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
414 unique=`for i in $$list; do \
415 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
416 done | \
417 $(AWK) ' { files[$$0] = 1; } \
418 END { for (i in files) print i; }'`; \
419 test -z "$(CTAGS_ARGS)$$tags$$unique" \
420 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
421 $$tags $$unique
Lev Walkinf15320b2004-06-03 03:38:44 +0000422
423GTAGS:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000424 here=`$(am__cd) $(top_builddir) && pwd` \
Lev Walkinf15320b2004-06-03 03:38:44 +0000425 && cd $(top_srcdir) \
426 && gtags -i $(GTAGS_ARGS) $$here
427
428distclean-tags:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000429 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000430
431distdir: $(DISTFILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000432 $(am__remove_distdir)
Lev Walkinf15320b2004-06-03 03:38:44 +0000433 mkdir $(distdir)
Lev Walkin33cded12004-09-19 19:40:52 +0000434 $(mkdir_p) $(distdir)/.
Lev Walkin8e8b5482004-06-17 23:42:48 +0000435 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
436 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
437 list='$(DISTFILES)'; for file in $$list; do \
438 case $$file in \
439 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
440 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
441 esac; \
442 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000443 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
444 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000445 dir="/$$dir"; \
446 $(mkdir_p) "$(distdir)$$dir"; \
447 else \
448 dir=''; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000449 fi; \
450 if test -d $$d/$$file; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000451 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
452 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
453 fi; \
454 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000455 else \
456 test -f $(distdir)/$$file \
457 || cp -p $$d/$$file $(distdir)/$$file \
458 || exit 1; \
459 fi; \
460 done
Lev Walkin5af1a692006-08-18 01:54:27 +0000461 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Lev Walkinf15320b2004-06-03 03:38:44 +0000462 if test "$$subdir" = .; then :; else \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000463 test -d "$(distdir)/$$subdir" \
Lev Walkin5af1a692006-08-18 01:54:27 +0000464 || $(mkdir_p) "$(distdir)/$$subdir" \
Lev Walkinf15320b2004-06-03 03:38:44 +0000465 || exit 1; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000466 distdir=`$(am__cd) $(distdir) && pwd`; \
467 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000468 (cd $$subdir && \
469 $(MAKE) $(AM_MAKEFLAGS) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000470 top_distdir="$$top_distdir" \
471 distdir="$$distdir/$$subdir" \
Lev Walkinf15320b2004-06-03 03:38:44 +0000472 distdir) \
473 || exit 1; \
474 fi; \
475 done
476 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
477 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
478 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
479 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
480 || chmod -R a+r $(distdir)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000481dist-gzip: distdir
Lev Walkin5af1a692006-08-18 01:54:27 +0000482 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
Lev Walkin8e8b5482004-06-17 23:42:48 +0000483 $(am__remove_distdir)
484
485dist-bzip2: distdir
Lev Walkin5af1a692006-08-18 01:54:27 +0000486 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
Lev Walkin8e8b5482004-06-17 23:42:48 +0000487 $(am__remove_distdir)
488
489dist-tarZ: distdir
Lev Walkin5af1a692006-08-18 01:54:27 +0000490 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Lev Walkin8e8b5482004-06-17 23:42:48 +0000491 $(am__remove_distdir)
492
493dist-shar: distdir
494 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
495 $(am__remove_distdir)
496
497dist-zip: distdir
498 -rm -f $(distdir).zip
499 zip -rq $(distdir).zip $(distdir)
500 $(am__remove_distdir)
501
502dist dist-all: distdir
Lev Walkin5af1a692006-08-18 01:54:27 +0000503 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
Lev Walkin8e8b5482004-06-17 23:42:48 +0000504 $(am__remove_distdir)
Lev Walkinf15320b2004-06-03 03:38:44 +0000505
506# This target untars the dist file and tries a VPATH configuration. Then
507# it guarantees that the distribution is self-contained by making another
508# tarfile.
509distcheck: dist
Lev Walkin8e8b5482004-06-17 23:42:48 +0000510 case '$(DIST_ARCHIVES)' in \
511 *.tar.gz*) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000512 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
Lev Walkin8e8b5482004-06-17 23:42:48 +0000513 *.tar.bz2*) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000514 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
Lev Walkin8e8b5482004-06-17 23:42:48 +0000515 *.tar.Z*) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000516 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
Lev Walkin8e8b5482004-06-17 23:42:48 +0000517 *.shar.gz*) \
518 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
519 *.zip*) \
520 unzip $(distdir).zip ;;\
521 esac
Lev Walkinf15320b2004-06-03 03:38:44 +0000522 chmod -R a-w $(distdir); chmod a+w $(distdir)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000523 mkdir $(distdir)/_build
524 mkdir $(distdir)/_inst
Lev Walkinf15320b2004-06-03 03:38:44 +0000525 chmod a-w $(distdir)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000526 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
527 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
528 && cd $(distdir)/_build \
529 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
530 $(DISTCHECK_CONFIGURE_FLAGS) \
Lev Walkinf15320b2004-06-03 03:38:44 +0000531 && $(MAKE) $(AM_MAKEFLAGS) \
532 && $(MAKE) $(AM_MAKEFLAGS) dvi \
533 && $(MAKE) $(AM_MAKEFLAGS) check \
534 && $(MAKE) $(AM_MAKEFLAGS) install \
535 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
536 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000537 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
538 distuninstallcheck \
539 && chmod -R a-w "$$dc_install_base" \
540 && ({ \
541 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
542 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
543 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
544 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
545 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
546 } || { rm -rf "$$dc_destdir"; exit 1; }) \
547 && rm -rf "$$dc_destdir" \
Lev Walkinf15320b2004-06-03 03:38:44 +0000548 && $(MAKE) $(AM_MAKEFLAGS) dist \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000549 && rm -rf $(DIST_ARCHIVES) \
550 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
551 $(am__remove_distdir)
552 @(echo "$(distdir) archives ready for distribution: "; \
553 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
554 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
555distuninstallcheck:
556 @cd $(distuninstallcheck_dir) \
557 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
558 || { echo "ERROR: files left after uninstall:" ; \
559 if test -n "$(DESTDIR)"; then \
560 echo " (check DESTDIR support)"; \
561 fi ; \
562 $(distuninstallcheck_listfiles) ; \
563 exit 1; } >&2
564distcleancheck: distclean
565 @if test '$(srcdir)' = . ; then \
566 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
567 exit 1 ; \
568 fi
569 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
570 || { echo "ERROR: files left in build directory after distclean:" ; \
571 $(distcleancheck_listfiles) ; \
572 exit 1; } >&2
Lev Walkinf15320b2004-06-03 03:38:44 +0000573check-am: all-am
574check: check-recursive
Lev Walkin9b48a052004-09-10 16:17:03 +0000575all-am: Makefile $(DATA) config.h
Lev Walkinf15320b2004-06-03 03:38:44 +0000576installdirs: installdirs-recursive
577installdirs-am:
Lev Walkin9b48a052004-09-10 16:17:03 +0000578 for dir in "$(DESTDIR)$(docsdir)"; do \
579 test -z "$$dir" || $(mkdir_p) "$$dir"; \
580 done
Lev Walkinf15320b2004-06-03 03:38:44 +0000581install: install-recursive
582install-exec: install-exec-recursive
583install-data: install-data-recursive
584uninstall: uninstall-recursive
585
586install-am: all-am
587 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
588
589installcheck: installcheck-recursive
590install-strip:
591 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000592 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Lev Walkinf15320b2004-06-03 03:38:44 +0000593 `test -z '$(STRIP)' || \
594 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
595mostlyclean-generic:
596
597clean-generic:
Lev Walkin33cded12004-09-19 19:40:52 +0000598 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000599
600distclean-generic:
Lev Walkin5af1a692006-08-18 01:54:27 +0000601 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000602
603maintainer-clean-generic:
604 @echo "This command is intended for maintainers to use"
605 @echo "it deletes files that may require special tools to rebuild."
606clean: clean-recursive
607
608clean-am: clean-generic clean-libtool mostlyclean-am
609
Lev Walkinf15320b2004-06-03 03:38:44 +0000610distclean: distclean-recursive
Lev Walkin8e8b5482004-06-17 23:42:48 +0000611 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
612 -rm -f Makefile
613distclean-am: clean-am distclean-generic distclean-hdr \
614 distclean-libtool distclean-tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000615
616dvi: dvi-recursive
617
618dvi-am:
619
Lev Walkin8e8b5482004-06-17 23:42:48 +0000620html: html-recursive
621
Lev Walkinf15320b2004-06-03 03:38:44 +0000622info: info-recursive
623
624info-am:
625
Lev Walkin9b48a052004-09-10 16:17:03 +0000626install-data-am: install-docsDATA
Lev Walkinf15320b2004-06-03 03:38:44 +0000627
628install-exec-am:
629
630install-info: install-info-recursive
631
632install-man:
633
634installcheck-am:
635
636maintainer-clean: maintainer-clean-recursive
Lev Walkin8e8b5482004-06-17 23:42:48 +0000637 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
638 -rm -rf $(top_srcdir)/autom4te.cache
639 -rm -f Makefile
Lev Walkinf15320b2004-06-03 03:38:44 +0000640maintainer-clean-am: distclean-am maintainer-clean-generic
641
642mostlyclean: mostlyclean-recursive
643
644mostlyclean-am: mostlyclean-generic mostlyclean-libtool
645
Lev Walkin8e8b5482004-06-17 23:42:48 +0000646pdf: pdf-recursive
647
648pdf-am:
649
650ps: ps-recursive
651
652ps-am:
653
Lev Walkin9b48a052004-09-10 16:17:03 +0000654uninstall-am: uninstall-docsDATA uninstall-info-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000655
656uninstall-info: uninstall-info-recursive
657
Lev Walkin8e8b5482004-06-17 23:42:48 +0000658.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
659 check-am clean clean-generic clean-libtool clean-recursive \
660 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
661 dist-shar dist-tarZ dist-zip distcheck distclean \
662 distclean-generic distclean-hdr distclean-libtool \
663 distclean-recursive distclean-tags distcleancheck distdir \
664 distuninstallcheck dvi dvi-am html html-am info info-am \
Lev Walkin9b48a052004-09-10 16:17:03 +0000665 install install-am install-data install-data-am \
666 install-docsDATA install-exec install-exec-am install-info \
667 install-info-am install-man install-strip installcheck \
668 installcheck-am installdirs installdirs-am maintainer-clean \
669 maintainer-clean-generic maintainer-clean-recursive \
670 mostlyclean mostlyclean-generic mostlyclean-libtool \
671 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
672 uninstall uninstall-am uninstall-docsDATA uninstall-info-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000673
674# Tell versions [3.59,3.63) of GNU make to not export all variables.
675# Otherwise a system limit (for SysV at least) may be exceeded.
676.NOEXPORT: