blob: a629c2f90ce7040302c59cc1cb68abfe31f44633 [file] [log] [blame]
vlm6e98eaf2006-08-18 01:54:27 +00001# Makefile.in generated by automake 1.9.6 from Makefile.am.
vlm8f3eb992004-06-17 23:42:48 +00002# @configure_input@
vlmfa67ddc2004-06-03 03:38:44 +00003
vlm8f3eb992004-06-17 23:42:48 +00004# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
vlm6e98eaf2006-08-18 01:54:27 +00005# 2003, 2004, 2005 Free Software Foundation, Inc.
vlmfa67ddc2004-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@
vlmfa67ddc2004-06-03 03:38:44 +000016srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
vlmfa67ddc2004-06-03 03:38:44 +000019pkgdatadir = $(datadir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22top_builddir = ..
vlm8f3eb992004-06-17 23:42:48 +000023am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
vlmfa67ddc2004-06-03 03:38:44 +000024INSTALL = @INSTALL@
vlm8f3eb992004-06-17 23:42:48 +000025install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
vlmfa67ddc2004-06-03 03:38:44 +000028INSTALL_HEADER = $(INSTALL_DATA)
vlm8f3eb992004-06-17 23:42:48 +000029transform = $(program_transform_name)
vlmfa67ddc2004-06-03 03:38:44 +000030NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
vlm6e98eaf2006-08-18 01:54:27 +000036build_triplet = @build@
vlmfa67ddc2004-06-03 03:38:44 +000037host_triplet = @host@
vlm6e98eaf2006-08-18 01:54:27 +000038target_triplet = @target@
vlmfa67ddc2004-06-03 03:38:44 +000039subdir = tests
vlm8f3eb992004-06-17 23:42:48 +000040DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/configure.in
43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44 $(ACLOCAL_M4)
vlmfa67ddc2004-06-03 03:38:44 +000045mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46CONFIG_HEADER = $(top_builddir)/config.h
47CONFIG_CLEAN_FILES =
vlm8f3eb992004-06-17 23:42:48 +000048SOURCES =
vlmfa67ddc2004-06-03 03:38:44 +000049DIST_SOURCES =
vlm8f3eb992004-06-17 23:42:48 +000050DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
51ACLOCAL = @ACLOCAL@
52ADD_CFLAGS = @ADD_CFLAGS@
53AMDEP_FALSE = @AMDEP_FALSE@
54AMDEP_TRUE = @AMDEP_TRUE@
55AMTAR = @AMTAR@
56AR = @AR@
57AUTOCONF = @AUTOCONF@
58AUTOHEADER = @AUTOHEADER@
59AUTOMAKE = @AUTOMAKE@
60AWK = @AWK@
61CC = @CC@
62CCDEPMODE = @CCDEPMODE@
63CFLAGS = @CFLAGS@
64CONFIGURE_DEPENDS = @CONFIGURE_DEPENDS@
65CPP = @CPP@
66CPPFLAGS = @CPPFLAGS@
67CXX = @CXX@
68CXXCPP = @CXXCPP@
69CXXDEPMODE = @CXXDEPMODE@
70CXXFLAGS = @CXXFLAGS@
71CYGPATH_W = @CYGPATH_W@
72DEFS = @DEFS@
73DEPDIR = @DEPDIR@
74ECHO = @ECHO@
75ECHO_C = @ECHO_C@
76ECHO_N = @ECHO_N@
77ECHO_T = @ECHO_T@
78EGREP = @EGREP@
79EXEEXT = @EXEEXT@
80F77 = @F77@
81FFLAGS = @FFLAGS@
vlmbaa2b222007-06-24 09:13:16 +000082GREP = @GREP@
vlm8f3eb992004-06-17 23:42:48 +000083INSTALL_DATA = @INSTALL_DATA@
84INSTALL_PROGRAM = @INSTALL_PROGRAM@
85INSTALL_SCRIPT = @INSTALL_SCRIPT@
86INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
87LDFLAGS = @LDFLAGS@
88LEX = @LEX@
89LEXLIB = @LEXLIB@
90LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
91LIBOBJS = @LIBOBJS@
92LIBS = @LIBS@
93LIBTOOL = @LIBTOOL@
94LN_S = @LN_S@
95LTLIBOBJS = @LTLIBOBJS@
96MAINT = @MAINT@
97MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
98MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
99MAKEINFO = @MAKEINFO@
100OBJEXT = @OBJEXT@
101PACKAGE = @PACKAGE@
102PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
103PACKAGE_NAME = @PACKAGE_NAME@
104PACKAGE_STRING = @PACKAGE_STRING@
105PACKAGE_TARNAME = @PACKAGE_TARNAME@
106PACKAGE_VERSION = @PACKAGE_VERSION@
vlm8f3eb992004-06-17 23:42:48 +0000107PATH_SEPARATOR = @PATH_SEPARATOR@
108RANLIB = @RANLIB@
109SET_MAKE = @SET_MAKE@
110SHELL = @SHELL@
111STRIP = @STRIP@
112VERSION = @VERSION@
113YACC = @YACC@
vlmbaa2b222007-06-24 09:13:16 +0000114YFLAGS = @YFLAGS@
vlm8f3eb992004-06-17 23:42:48 +0000115ac_ct_CC = @ac_ct_CC@
116ac_ct_CXX = @ac_ct_CXX@
117ac_ct_F77 = @ac_ct_F77@
vlm8f3eb992004-06-17 23:42:48 +0000118am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
119am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
120am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
121am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
122am__include = @am__include@
123am__leading_dot = @am__leading_dot@
124am__quote = @am__quote@
vlm6e98eaf2006-08-18 01:54:27 +0000125am__tar = @am__tar@
126am__untar = @am__untar@
vlm8f3eb992004-06-17 23:42:48 +0000127bindir = @bindir@
128build = @build@
129build_alias = @build_alias@
130build_cpu = @build_cpu@
131build_os = @build_os@
132build_vendor = @build_vendor@
133datadir = @datadir@
vlmbaa2b222007-06-24 09:13:16 +0000134datarootdir = @datarootdir@
135docdir = @docdir@
136dvidir = @dvidir@
vlm8f3eb992004-06-17 23:42:48 +0000137exec_prefix = @exec_prefix@
138host = @host@
139host_alias = @host_alias@
140host_cpu = @host_cpu@
141host_os = @host_os@
142host_vendor = @host_vendor@
vlmbaa2b222007-06-24 09:13:16 +0000143htmldir = @htmldir@
vlm8f3eb992004-06-17 23:42:48 +0000144includedir = @includedir@
145infodir = @infodir@
146install_sh = @install_sh@
147libdir = @libdir@
148libexecdir = @libexecdir@
vlmbaa2b222007-06-24 09:13:16 +0000149localedir = @localedir@
vlm8f3eb992004-06-17 23:42:48 +0000150localstatedir = @localstatedir@
151mandir = @mandir@
152mkdir_p = @mkdir_p@
153oldincludedir = @oldincludedir@
vlmbaa2b222007-06-24 09:13:16 +0000154pdfdir = @pdfdir@
vlm8f3eb992004-06-17 23:42:48 +0000155prefix = @prefix@
156program_transform_name = @program_transform_name@
vlmbaa2b222007-06-24 09:13:16 +0000157psdir = @psdir@
vlm8f3eb992004-06-17 23:42:48 +0000158sbindir = @sbindir@
159sharedstatedir = @sharedstatedir@
160sysconfdir = @sysconfdir@
161target = @target@
162target_alias = @target_alias@
163target_cpu = @target_cpu@
164target_os = @target_os@
165target_vendor = @target_vendor@
166EXTRA_DIST = *.asn1*
vlmfa67ddc2004-06-03 03:38:44 +0000167all: all-am
168
169.SUFFIXES:
vlm8f3eb992004-06-17 23:42:48 +0000170$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
171 @for dep in $?; do \
172 case '$(am__configure_deps)' in \
173 *$$dep*) \
174 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
175 && exit 0; \
176 exit 1;; \
177 esac; \
178 done; \
vlm6e98eaf2006-08-18 01:54:27 +0000179 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
vlm8f3eb992004-06-17 23:42:48 +0000180 cd $(top_srcdir) && \
vlm6e98eaf2006-08-18 01:54:27 +0000181 $(AUTOMAKE) --foreign tests/Makefile
vlm8f3eb992004-06-17 23:42:48 +0000182.PRECIOUS: Makefile
183Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
184 @case '$?' in \
185 *config.status*) \
186 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
187 *) \
188 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
189 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
190 esac;
191
192$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
193 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
194
195$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
196 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
197$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
198 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
vlmfa67ddc2004-06-03 03:38:44 +0000199
200mostlyclean-libtool:
201 -rm -f *.lo
202
203clean-libtool:
204 -rm -rf .libs _libs
205
206distclean-libtool:
207 -rm -f libtool
vlmfa67ddc2004-06-03 03:38:44 +0000208uninstall-info-am:
209tags: TAGS
210TAGS:
211
vlm8f3eb992004-06-17 23:42:48 +0000212ctags: CTAGS
213CTAGS:
vlmfa67ddc2004-06-03 03:38:44 +0000214
vlmfa67ddc2004-06-03 03:38:44 +0000215
216distdir: $(DISTFILES)
vlm8f3eb992004-06-17 23:42:48 +0000217 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
218 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
219 list='$(DISTFILES)'; for file in $$list; do \
220 case $$file in \
221 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
222 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
223 esac; \
224 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
vlmfa67ddc2004-06-03 03:38:44 +0000225 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
226 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
vlm8f3eb992004-06-17 23:42:48 +0000227 dir="/$$dir"; \
228 $(mkdir_p) "$(distdir)$$dir"; \
229 else \
230 dir=''; \
vlmfa67ddc2004-06-03 03:38:44 +0000231 fi; \
232 if test -d $$d/$$file; then \
vlm8f3eb992004-06-17 23:42:48 +0000233 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
234 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
235 fi; \
236 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
vlmfa67ddc2004-06-03 03:38:44 +0000237 else \
238 test -f $(distdir)/$$file \
239 || cp -p $$d/$$file $(distdir)/$$file \
240 || exit 1; \
241 fi; \
242 done
243check-am: all-am
244check: check-am
245all-am: Makefile
vlmfa67ddc2004-06-03 03:38:44 +0000246installdirs:
vlmfa67ddc2004-06-03 03:38:44 +0000247install: install-am
248install-exec: install-exec-am
249install-data: install-data-am
250uninstall: uninstall-am
251
252install-am: all-am
253 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
254
255installcheck: installcheck-am
256install-strip:
257 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
vlm8f3eb992004-06-17 23:42:48 +0000258 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
vlmfa67ddc2004-06-03 03:38:44 +0000259 `test -z '$(STRIP)' || \
260 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
261mostlyclean-generic:
262
263clean-generic:
264
265distclean-generic:
vlm6e98eaf2006-08-18 01:54:27 +0000266 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
vlmfa67ddc2004-06-03 03:38:44 +0000267
268maintainer-clean-generic:
269 @echo "This command is intended for maintainers to use"
270 @echo "it deletes files that may require special tools to rebuild."
271clean: clean-am
272
273clean-am: clean-generic clean-libtool mostlyclean-am
274
275distclean: distclean-am
vlm8f3eb992004-06-17 23:42:48 +0000276 -rm -f Makefile
vlmfa67ddc2004-06-03 03:38:44 +0000277distclean-am: clean-am distclean-generic distclean-libtool
278
279dvi: dvi-am
280
281dvi-am:
282
vlm8f3eb992004-06-17 23:42:48 +0000283html: html-am
284
vlmfa67ddc2004-06-03 03:38:44 +0000285info: info-am
286
287info-am:
288
289install-data-am:
290
291install-exec-am:
292
293install-info: install-info-am
294
295install-man:
296
297installcheck-am:
298
299maintainer-clean: maintainer-clean-am
vlm8f3eb992004-06-17 23:42:48 +0000300 -rm -f Makefile
vlmfa67ddc2004-06-03 03:38:44 +0000301maintainer-clean-am: distclean-am maintainer-clean-generic
302
303mostlyclean: mostlyclean-am
304
305mostlyclean-am: mostlyclean-generic mostlyclean-libtool
306
vlm8f3eb992004-06-17 23:42:48 +0000307pdf: pdf-am
308
309pdf-am:
310
311ps: ps-am
312
313ps-am:
314
vlmfa67ddc2004-06-03 03:38:44 +0000315uninstall-am: uninstall-info-am
316
317.PHONY: all all-am check check-am clean clean-generic clean-libtool \
318 distclean distclean-generic distclean-libtool distdir dvi \
vlm8f3eb992004-06-17 23:42:48 +0000319 dvi-am html html-am info info-am install install-am \
320 install-data install-data-am install-exec install-exec-am \
321 install-info install-info-am install-man install-strip \
322 installcheck installcheck-am installdirs maintainer-clean \
vlmfa67ddc2004-06-03 03:38:44 +0000323 maintainer-clean-generic mostlyclean mostlyclean-generic \
vlm8f3eb992004-06-17 23:42:48 +0000324 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
325 uninstall-info-am
vlmfa67ddc2004-06-03 03:38:44 +0000326
327# Tell versions [3.59,3.63) of GNU make to not export all variables.
328# Otherwise a system limit (for SysV at least) may be exceeded.
329.NOEXPORT: