blob: d035951b1aeebe37ec1d9c03e46de9443605f0be [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@
Lev Walkind8b940c2004-08-11 05:35:51 +0000100CPLUSPLUS_FOUND_FALSE = @CPLUSPLUS_FOUND_FALSE@
101CPLUSPLUS_FOUND_TRUE = @CPLUSPLUS_FOUND_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +0000102CPP = @CPP@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000103CPPFLAGS = @CPPFLAGS@
104CXX = @CXX@
105CXXCPP = @CXXCPP@
106CXXDEPMODE = @CXXDEPMODE@
107CXXFLAGS = @CXXFLAGS@
108CYGPATH_W = @CYGPATH_W@
109DEFS = @DEFS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000110DEPDIR = @DEPDIR@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000111ECHO = @ECHO@
112ECHO_C = @ECHO_C@
113ECHO_N = @ECHO_N@
114ECHO_T = @ECHO_T@
115EGREP = @EGREP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000116EXEEXT = @EXEEXT@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000117F77 = @F77@
118FFLAGS = @FFLAGS@
119INSTALL_DATA = @INSTALL_DATA@
120INSTALL_PROGRAM = @INSTALL_PROGRAM@
121INSTALL_SCRIPT = @INSTALL_SCRIPT@
Lev Walkinf15320b2004-06-03 03:38:44 +0000122INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000123LDFLAGS = @LDFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000124LEX = @LEX@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000125LEXLIB = @LEXLIB@
126LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
127LIBOBJS = @LIBOBJS@
128LIBS = @LIBS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000129LIBTOOL = @LIBTOOL@
130LN_S = @LN_S@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000131LTLIBOBJS = @LTLIBOBJS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000132MAINT = @MAINT@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000133MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
134MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
135MAKEINFO = @MAKEINFO@
Lev Walkinf15320b2004-06-03 03:38:44 +0000136OBJEXT = @OBJEXT@
137PACKAGE = @PACKAGE@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000138PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
139PACKAGE_NAME = @PACKAGE_NAME@
140PACKAGE_STRING = @PACKAGE_STRING@
141PACKAGE_TARNAME = @PACKAGE_TARNAME@
142PACKAGE_VERSION = @PACKAGE_VERSION@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000143PATH_SEPARATOR = @PATH_SEPARATOR@
Lev Walkinf15320b2004-06-03 03:38:44 +0000144RANLIB = @RANLIB@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000145SET_MAKE = @SET_MAKE@
146SHELL = @SHELL@
147STRIP = @STRIP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000148VERSION = @VERSION@
149YACC = @YACC@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000150ac_ct_AR = @ac_ct_AR@
151ac_ct_CC = @ac_ct_CC@
152ac_ct_CXX = @ac_ct_CXX@
153ac_ct_F77 = @ac_ct_F77@
154ac_ct_RANLIB = @ac_ct_RANLIB@
155ac_ct_STRIP = @ac_ct_STRIP@
156am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
157am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
158am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
159am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +0000160am__include = @am__include@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000161am__leading_dot = @am__leading_dot@
Lev Walkinf15320b2004-06-03 03:38:44 +0000162am__quote = @am__quote@
Lev Walkin5af1a692006-08-18 01:54:27 +0000163am__tar = @am__tar@
164am__untar = @am__untar@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000165bindir = @bindir@
166build = @build@
167build_alias = @build_alias@
168build_cpu = @build_cpu@
169build_os = @build_os@
170build_vendor = @build_vendor@
171datadir = @datadir@
172exec_prefix = @exec_prefix@
173host = @host@
174host_alias = @host_alias@
175host_cpu = @host_cpu@
176host_os = @host_os@
177host_vendor = @host_vendor@
178includedir = @includedir@
179infodir = @infodir@
Lev Walkinf15320b2004-06-03 03:38:44 +0000180install_sh = @install_sh@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000181libdir = @libdir@
182libexecdir = @libexecdir@
183localstatedir = @localstatedir@
184mandir = @mandir@
185mkdir_p = @mkdir_p@
186oldincludedir = @oldincludedir@
187prefix = @prefix@
188program_transform_name = @program_transform_name@
189sbindir = @sbindir@
190sharedstatedir = @sharedstatedir@
191sysconfdir = @sysconfdir@
192target = @target@
193target_alias = @target_alias@
194target_cpu = @target_cpu@
195target_os = @target_os@
196target_vendor = @target_vendor@
Lev Walkinf15320b2004-06-03 03:38:44 +0000197SUBDIRS = \
Lev Walkin3d0b5a32004-08-18 05:43:55 +0000198 libasn1parser libasn1fix \
199 libasn1print libasn1compiler \
Lev Walkinf15320b2004-06-03 03:38:44 +0000200 skeletons examples tests \
201 doc asn1c
202
Lev Walkin9b48a052004-09-10 16:17:03 +0000203docsdir = $(datadir)/doc/asn1c
Lev Walkin33cded12004-09-19 19:40:52 +0000204docs_DATA = README FAQ COPYING ChangeLog BUGS TODO
205EXTRA_DIST = asn1c.spec.in FAQ BUGS MANIFEST
206CLEANFILES = asn1c.spec
Lev Walkinf15320b2004-06-03 03:38:44 +0000207all: config.h
208 $(MAKE) $(AM_MAKEFLAGS) all-recursive
209
210.SUFFIXES:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000211am--refresh:
212 @:
213$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
214 @for dep in $?; do \
215 case '$(am__configure_deps)' in \
216 *$$dep*) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000217 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
218 cd $(srcdir) && $(AUTOMAKE) --foreign \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000219 && exit 0; \
220 exit 1;; \
221 esac; \
222 done; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000223 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000224 cd $(top_srcdir) && \
Lev Walkin5af1a692006-08-18 01:54:27 +0000225 $(AUTOMAKE) --foreign Makefile
Lev Walkin8e8b5482004-06-17 23:42:48 +0000226.PRECIOUS: Makefile
227Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
228 @case '$?' in \
229 *config.status*) \
230 echo ' $(SHELL) ./config.status'; \
231 $(SHELL) ./config.status;; \
232 *) \
233 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
234 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
235 esac;
236
237$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
238 $(SHELL) ./config.status --recheck
239
240$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
241 cd $(srcdir) && $(AUTOCONF)
242$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
243 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
244
245config.h: stamp-h1
246 @if test ! -f $@; then \
247 rm -f stamp-h1; \
248 $(MAKE) stamp-h1; \
249 else :; fi
250
251stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
252 @rm -f stamp-h1
253 cd $(top_builddir) && $(SHELL) ./config.status config.h
254$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
255 cd $(top_srcdir) && $(AUTOHEADER)
256 rm -f stamp-h1
257 touch $@
258
259distclean-hdr:
260 -rm -f config.h stamp-h1
Lev Walkin33cded12004-09-19 19:40:52 +0000261asn1c.spec: $(top_builddir)/config.status $(srcdir)/asn1c.spec.in
262 cd $(top_builddir) && $(SHELL) ./config.status $@
Lev Walkinf15320b2004-06-03 03:38:44 +0000263
264mostlyclean-libtool:
265 -rm -f *.lo
266
267clean-libtool:
268 -rm -rf .libs _libs
269
270distclean-libtool:
271 -rm -f libtool
Lev Walkinf15320b2004-06-03 03:38:44 +0000272uninstall-info-am:
Lev Walkin9b48a052004-09-10 16:17:03 +0000273install-docsDATA: $(docs_DATA)
274 @$(NORMAL_INSTALL)
275 test -z "$(docsdir)" || $(mkdir_p) "$(DESTDIR)$(docsdir)"
276 @list='$(docs_DATA)'; for p in $$list; do \
277 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000278 f=$(am__strip_dir) \
Lev Walkin9b48a052004-09-10 16:17:03 +0000279 echo " $(docsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docsdir)/$$f'"; \
280 $(docsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docsdir)/$$f"; \
281 done
282
283uninstall-docsDATA:
284 @$(NORMAL_UNINSTALL)
285 @list='$(docs_DATA)'; for p in $$list; do \
Lev Walkin5af1a692006-08-18 01:54:27 +0000286 f=$(am__strip_dir) \
Lev Walkin9b48a052004-09-10 16:17:03 +0000287 echo " rm -f '$(DESTDIR)$(docsdir)/$$f'"; \
288 rm -f "$(DESTDIR)$(docsdir)/$$f"; \
289 done
Lev Walkinf15320b2004-06-03 03:38:44 +0000290
291# This directory's subdirectories are mostly independent; you can cd
292# into them and run `make' without going through this Makefile.
293# To change the values of `make' variables: instead of editing Makefiles,
294# (1) if the variable is set in `config.status', edit `config.status'
295# (which will cause the Makefiles to be regenerated when you run `make');
296# (2) otherwise, pass the desired values on the `make' command line.
297$(RECURSIVE_TARGETS):
Lev Walkin5af1a692006-08-18 01:54:27 +0000298 @failcom='exit 1'; \
299 for f in x $$MAKEFLAGS; do \
300 case $$f in \
301 *=* | --[!k]*);; \
302 *k*) failcom='fail=yes';; \
303 esac; \
304 done; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000305 dot_seen=no; \
306 target=`echo $@ | sed s/-recursive//`; \
307 list='$(SUBDIRS)'; for subdir in $$list; do \
308 echo "Making $$target in $$subdir"; \
309 if test "$$subdir" = "."; then \
310 dot_seen=yes; \
311 local_target="$$target-am"; \
312 else \
313 local_target="$$target"; \
314 fi; \
315 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000316 || eval $$failcom; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000317 done; \
318 if test "$$dot_seen" = "no"; then \
319 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
320 fi; test -z "$$fail"
321
322mostlyclean-recursive clean-recursive distclean-recursive \
323maintainer-clean-recursive:
Lev Walkin5af1a692006-08-18 01:54:27 +0000324 @failcom='exit 1'; \
325 for f in x $$MAKEFLAGS; do \
326 case $$f in \
327 *=* | --[!k]*);; \
328 *k*) failcom='fail=yes';; \
329 esac; \
330 done; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000331 dot_seen=no; \
332 case "$@" in \
333 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
334 *) list='$(SUBDIRS)' ;; \
335 esac; \
336 rev=''; for subdir in $$list; do \
337 if test "$$subdir" = "."; then :; else \
338 rev="$$subdir $$rev"; \
339 fi; \
340 done; \
341 rev="$$rev ."; \
342 target=`echo $@ | sed s/-recursive//`; \
343 for subdir in $$rev; do \
344 echo "Making $$target in $$subdir"; \
345 if test "$$subdir" = "."; then \
346 local_target="$$target-am"; \
347 else \
348 local_target="$$target"; \
349 fi; \
350 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000351 || eval $$failcom; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000352 done && test -z "$$fail"
353tags-recursive:
354 list='$(SUBDIRS)'; for subdir in $$list; do \
355 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
356 done
Lev Walkin8e8b5482004-06-17 23:42:48 +0000357ctags-recursive:
358 list='$(SUBDIRS)'; for subdir in $$list; do \
359 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
360 done
Lev Walkinf15320b2004-06-03 03:38:44 +0000361
362ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000363 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000364 unique=`for i in $$list; do \
365 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366 done | \
367 $(AWK) ' { files[$$0] = 1; } \
368 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000369 mkid -fID $$unique
370tags: TAGS
Lev Walkinf15320b2004-06-03 03:38:44 +0000371
372TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
373 $(TAGS_FILES) $(LISP)
374 tags=; \
375 here=`pwd`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000376 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
377 include_option=--etags-include; \
378 empty_fix=.; \
379 else \
380 include_option=--include; \
381 empty_fix=; \
382 fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000383 list='$(SUBDIRS)'; for subdir in $$list; do \
384 if test "$$subdir" = .; then :; else \
Lev Walkin5af1a692006-08-18 01:54:27 +0000385 test ! -f $$subdir/TAGS || \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000386 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000387 fi; \
388 done; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000389 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000390 unique=`for i in $$list; do \
391 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
392 done | \
393 $(AWK) ' { files[$$0] = 1; } \
394 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000395 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
Lev Walkin5af1a692006-08-18 01:54:27 +0000396 test -n "$$unique" || unique=$$empty_fix; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000397 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398 $$tags $$unique; \
399 fi
400ctags: CTAGS
401CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
402 $(TAGS_FILES) $(LISP)
403 tags=; \
404 here=`pwd`; \
405 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
406 unique=`for i in $$list; do \
407 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
408 done | \
409 $(AWK) ' { files[$$0] = 1; } \
410 END { for (i in files) print i; }'`; \
411 test -z "$(CTAGS_ARGS)$$tags$$unique" \
412 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
413 $$tags $$unique
Lev Walkinf15320b2004-06-03 03:38:44 +0000414
415GTAGS:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000416 here=`$(am__cd) $(top_builddir) && pwd` \
Lev Walkinf15320b2004-06-03 03:38:44 +0000417 && cd $(top_srcdir) \
418 && gtags -i $(GTAGS_ARGS) $$here
419
420distclean-tags:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000421 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000422
423distdir: $(DISTFILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000424 $(am__remove_distdir)
Lev Walkinf15320b2004-06-03 03:38:44 +0000425 mkdir $(distdir)
Lev Walkin33cded12004-09-19 19:40:52 +0000426 $(mkdir_p) $(distdir)/.
Lev Walkin8e8b5482004-06-17 23:42:48 +0000427 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
428 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
429 list='$(DISTFILES)'; for file in $$list; do \
430 case $$file in \
431 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
432 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
433 esac; \
434 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000435 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
436 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000437 dir="/$$dir"; \
438 $(mkdir_p) "$(distdir)$$dir"; \
439 else \
440 dir=''; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000441 fi; \
442 if test -d $$d/$$file; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000443 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
444 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
445 fi; \
446 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000447 else \
448 test -f $(distdir)/$$file \
449 || cp -p $$d/$$file $(distdir)/$$file \
450 || exit 1; \
451 fi; \
452 done
Lev Walkin5af1a692006-08-18 01:54:27 +0000453 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Lev Walkinf15320b2004-06-03 03:38:44 +0000454 if test "$$subdir" = .; then :; else \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000455 test -d "$(distdir)/$$subdir" \
Lev Walkin5af1a692006-08-18 01:54:27 +0000456 || $(mkdir_p) "$(distdir)/$$subdir" \
Lev Walkinf15320b2004-06-03 03:38:44 +0000457 || exit 1; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000458 distdir=`$(am__cd) $(distdir) && pwd`; \
459 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000460 (cd $$subdir && \
461 $(MAKE) $(AM_MAKEFLAGS) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000462 top_distdir="$$top_distdir" \
463 distdir="$$distdir/$$subdir" \
Lev Walkinf15320b2004-06-03 03:38:44 +0000464 distdir) \
465 || exit 1; \
466 fi; \
467 done
468 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
469 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
470 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
471 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
472 || chmod -R a+r $(distdir)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000473dist-gzip: distdir
Lev Walkin5af1a692006-08-18 01:54:27 +0000474 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
Lev Walkin8e8b5482004-06-17 23:42:48 +0000475 $(am__remove_distdir)
476
477dist-bzip2: distdir
Lev Walkin5af1a692006-08-18 01:54:27 +0000478 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
Lev Walkin8e8b5482004-06-17 23:42:48 +0000479 $(am__remove_distdir)
480
481dist-tarZ: distdir
Lev Walkin5af1a692006-08-18 01:54:27 +0000482 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Lev Walkin8e8b5482004-06-17 23:42:48 +0000483 $(am__remove_distdir)
484
485dist-shar: distdir
486 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
487 $(am__remove_distdir)
488
489dist-zip: distdir
490 -rm -f $(distdir).zip
491 zip -rq $(distdir).zip $(distdir)
492 $(am__remove_distdir)
493
494dist dist-all: distdir
Lev Walkin5af1a692006-08-18 01:54:27 +0000495 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
Lev Walkin8e8b5482004-06-17 23:42:48 +0000496 $(am__remove_distdir)
Lev Walkinf15320b2004-06-03 03:38:44 +0000497
498# This target untars the dist file and tries a VPATH configuration. Then
499# it guarantees that the distribution is self-contained by making another
500# tarfile.
501distcheck: dist
Lev Walkin8e8b5482004-06-17 23:42:48 +0000502 case '$(DIST_ARCHIVES)' in \
503 *.tar.gz*) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000504 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
Lev Walkin8e8b5482004-06-17 23:42:48 +0000505 *.tar.bz2*) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000506 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
Lev Walkin8e8b5482004-06-17 23:42:48 +0000507 *.tar.Z*) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000508 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
Lev Walkin8e8b5482004-06-17 23:42:48 +0000509 *.shar.gz*) \
510 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
511 *.zip*) \
512 unzip $(distdir).zip ;;\
513 esac
Lev Walkinf15320b2004-06-03 03:38:44 +0000514 chmod -R a-w $(distdir); chmod a+w $(distdir)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000515 mkdir $(distdir)/_build
516 mkdir $(distdir)/_inst
Lev Walkinf15320b2004-06-03 03:38:44 +0000517 chmod a-w $(distdir)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000518 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
519 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
520 && cd $(distdir)/_build \
521 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
522 $(DISTCHECK_CONFIGURE_FLAGS) \
Lev Walkinf15320b2004-06-03 03:38:44 +0000523 && $(MAKE) $(AM_MAKEFLAGS) \
524 && $(MAKE) $(AM_MAKEFLAGS) dvi \
525 && $(MAKE) $(AM_MAKEFLAGS) check \
526 && $(MAKE) $(AM_MAKEFLAGS) install \
527 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
528 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000529 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
530 distuninstallcheck \
531 && chmod -R a-w "$$dc_install_base" \
532 && ({ \
533 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
534 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
535 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
536 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
537 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
538 } || { rm -rf "$$dc_destdir"; exit 1; }) \
539 && rm -rf "$$dc_destdir" \
Lev Walkinf15320b2004-06-03 03:38:44 +0000540 && $(MAKE) $(AM_MAKEFLAGS) dist \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000541 && rm -rf $(DIST_ARCHIVES) \
542 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
543 $(am__remove_distdir)
544 @(echo "$(distdir) archives ready for distribution: "; \
545 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
546 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
547distuninstallcheck:
548 @cd $(distuninstallcheck_dir) \
549 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
550 || { echo "ERROR: files left after uninstall:" ; \
551 if test -n "$(DESTDIR)"; then \
552 echo " (check DESTDIR support)"; \
553 fi ; \
554 $(distuninstallcheck_listfiles) ; \
555 exit 1; } >&2
556distcleancheck: distclean
557 @if test '$(srcdir)' = . ; then \
558 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
559 exit 1 ; \
560 fi
561 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
562 || { echo "ERROR: files left in build directory after distclean:" ; \
563 $(distcleancheck_listfiles) ; \
564 exit 1; } >&2
Lev Walkinf15320b2004-06-03 03:38:44 +0000565check-am: all-am
566check: check-recursive
Lev Walkin9b48a052004-09-10 16:17:03 +0000567all-am: Makefile $(DATA) config.h
Lev Walkinf15320b2004-06-03 03:38:44 +0000568installdirs: installdirs-recursive
569installdirs-am:
Lev Walkin9b48a052004-09-10 16:17:03 +0000570 for dir in "$(DESTDIR)$(docsdir)"; do \
571 test -z "$$dir" || $(mkdir_p) "$$dir"; \
572 done
Lev Walkinf15320b2004-06-03 03:38:44 +0000573install: install-recursive
574install-exec: install-exec-recursive
575install-data: install-data-recursive
576uninstall: uninstall-recursive
577
578install-am: all-am
579 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
580
581installcheck: installcheck-recursive
582install-strip:
583 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000584 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Lev Walkinf15320b2004-06-03 03:38:44 +0000585 `test -z '$(STRIP)' || \
586 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
587mostlyclean-generic:
588
589clean-generic:
Lev Walkin33cded12004-09-19 19:40:52 +0000590 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000591
592distclean-generic:
Lev Walkin5af1a692006-08-18 01:54:27 +0000593 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000594
595maintainer-clean-generic:
596 @echo "This command is intended for maintainers to use"
597 @echo "it deletes files that may require special tools to rebuild."
598clean: clean-recursive
599
600clean-am: clean-generic clean-libtool mostlyclean-am
601
Lev Walkinf15320b2004-06-03 03:38:44 +0000602distclean: distclean-recursive
Lev Walkin8e8b5482004-06-17 23:42:48 +0000603 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
604 -rm -f Makefile
605distclean-am: clean-am distclean-generic distclean-hdr \
606 distclean-libtool distclean-tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000607
608dvi: dvi-recursive
609
610dvi-am:
611
Lev Walkin8e8b5482004-06-17 23:42:48 +0000612html: html-recursive
613
Lev Walkinf15320b2004-06-03 03:38:44 +0000614info: info-recursive
615
616info-am:
617
Lev Walkin9b48a052004-09-10 16:17:03 +0000618install-data-am: install-docsDATA
Lev Walkinf15320b2004-06-03 03:38:44 +0000619
620install-exec-am:
621
622install-info: install-info-recursive
623
624install-man:
625
626installcheck-am:
627
628maintainer-clean: maintainer-clean-recursive
Lev Walkin8e8b5482004-06-17 23:42:48 +0000629 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
630 -rm -rf $(top_srcdir)/autom4te.cache
631 -rm -f Makefile
Lev Walkinf15320b2004-06-03 03:38:44 +0000632maintainer-clean-am: distclean-am maintainer-clean-generic
633
634mostlyclean: mostlyclean-recursive
635
636mostlyclean-am: mostlyclean-generic mostlyclean-libtool
637
Lev Walkin8e8b5482004-06-17 23:42:48 +0000638pdf: pdf-recursive
639
640pdf-am:
641
642ps: ps-recursive
643
644ps-am:
645
Lev Walkin9b48a052004-09-10 16:17:03 +0000646uninstall-am: uninstall-docsDATA uninstall-info-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000647
648uninstall-info: uninstall-info-recursive
649
Lev Walkin8e8b5482004-06-17 23:42:48 +0000650.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
651 check-am clean clean-generic clean-libtool clean-recursive \
652 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
653 dist-shar dist-tarZ dist-zip distcheck distclean \
654 distclean-generic distclean-hdr distclean-libtool \
655 distclean-recursive distclean-tags distcleancheck distdir \
656 distuninstallcheck dvi dvi-am html html-am info info-am \
Lev Walkin9b48a052004-09-10 16:17:03 +0000657 install install-am install-data install-data-am \
658 install-docsDATA install-exec install-exec-am install-info \
659 install-info-am install-man install-strip installcheck \
660 installcheck-am installdirs installdirs-am maintainer-clean \
661 maintainer-clean-generic maintainer-clean-recursive \
662 mostlyclean mostlyclean-generic mostlyclean-libtool \
663 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
664 uninstall uninstall-am uninstall-docsDATA uninstall-info-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000665
666# Tell versions [3.59,3.63) of GNU make to not export all variables.
667# Otherwise a system limit (for SysV at least) may be exceeded.
668.NOEXPORT: