blob: abae3fcb86824f3114849017ef66b89fa249ec2f [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@
16
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 +000040check_PROGRAMS = check_fixer$(EXEEXT)
41subdir = libasn1fix
Lev Walkinaa7f5302006-03-14 15:53:59 +000042DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
Lev Walkin8e8b5482004-06-17 23:42:48 +000043ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/configure.in
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46 $(ACLOCAL_M4)
47mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48CONFIG_HEADER = $(top_builddir)/config.h
49CONFIG_CLEAN_FILES =
50LTLIBRARIES = $(noinst_LTLIBRARIES)
Lev Walkinb45e0672004-08-18 05:42:05 +000051libasn1fix_la_LIBADD =
Lev Walkin8e8b5482004-06-17 23:42:48 +000052am_libasn1fix_la_OBJECTS = asn1fix.lo asn1fix_misc.lo asn1fix_value.lo \
53 asn1fix_compat.lo asn1fix_constr.lo asn1fix_cstring.lo \
Lev Walkinb45e0672004-08-18 05:42:05 +000054 asn1fix_retrieve.lo asn1fix_bitstring.lo asn1fix_constraint.lo \
55 asn1fix_integer.lo asn1fix_crange.lo asn1fix_dereft.lo \
56 asn1fix_derefv.lo asn1fix_export.lo asn1fix_param.lo \
57 asn1fix_class.lo asn1fix_tags.lo asn1fix_enum.lo \
Lev Walkinaa7f5302006-03-14 15:53:59 +000058 asn1fix_cws.lo asn1fix_constraint_compat.lo
Lev Walkin8e8b5482004-06-17 23:42:48 +000059libasn1fix_la_OBJECTS = $(am_libasn1fix_la_OBJECTS)
60check_fixer_SOURCES = check_fixer.c
61check_fixer_OBJECTS = check_fixer.$(OBJEXT)
Lev Walkin8e8b5482004-06-17 23:42:48 +000062am__DEPENDENCIES_1 = libasn1fix.la
Lev Walkin8e8b5482004-06-17 23:42:48 +000063DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
64depcomp = $(SHELL) $(top_srcdir)/depcomp
65am__depfiles_maybe = depfiles
Lev Walkin8e8b5482004-06-17 23:42:48 +000066COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Lev Walkin5af1a692006-08-18 01:54:27 +000068LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
Lev Walkin8e8b5482004-06-17 23:42:48 +000069 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
70 $(AM_CFLAGS) $(CFLAGS)
71CCLD = $(CC)
Lev Walkin5af1a692006-08-18 01:54:27 +000072LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Lev Walkin8e8b5482004-06-17 23:42:48 +000073 $(AM_LDFLAGS) $(LDFLAGS) -o $@
74SOURCES = $(libasn1fix_la_SOURCES) check_fixer.c
75DIST_SOURCES = $(libasn1fix_la_SOURCES) check_fixer.c
76ETAGS = etags
77CTAGS = ctags
78DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79ACLOCAL = @ACLOCAL@
Lev Walkinf15320b2004-06-03 03:38:44 +000080ADD_CFLAGS = @ADD_CFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +000081AMDEP_FALSE = @AMDEP_FALSE@
82AMDEP_TRUE = @AMDEP_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +000083AMTAR = @AMTAR@
84AR = @AR@
Lev Walkin8e8b5482004-06-17 23:42:48 +000085AUTOCONF = @AUTOCONF@
86AUTOHEADER = @AUTOHEADER@
87AUTOMAKE = @AUTOMAKE@
Lev Walkinf15320b2004-06-03 03:38:44 +000088AWK = @AWK@
89CC = @CC@
Lev Walkin8e8b5482004-06-17 23:42:48 +000090CCDEPMODE = @CCDEPMODE@
91CFLAGS = @CFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +000092CONFIGURE_DEPENDS = @CONFIGURE_DEPENDS@
93CPP = @CPP@
Lev Walkin8e8b5482004-06-17 23:42:48 +000094CPPFLAGS = @CPPFLAGS@
95CXX = @CXX@
96CXXCPP = @CXXCPP@
97CXXDEPMODE = @CXXDEPMODE@
98CXXFLAGS = @CXXFLAGS@
99CYGPATH_W = @CYGPATH_W@
100DEFS = @DEFS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000101DEPDIR = @DEPDIR@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000102ECHO = @ECHO@
103ECHO_C = @ECHO_C@
104ECHO_N = @ECHO_N@
105ECHO_T = @ECHO_T@
106EGREP = @EGREP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000107EXEEXT = @EXEEXT@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000108F77 = @F77@
109FFLAGS = @FFLAGS@
110INSTALL_DATA = @INSTALL_DATA@
111INSTALL_PROGRAM = @INSTALL_PROGRAM@
112INSTALL_SCRIPT = @INSTALL_SCRIPT@
Lev Walkinf15320b2004-06-03 03:38:44 +0000113INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000114LDFLAGS = @LDFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000115LEX = @LEX@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000116LEXLIB = @LEXLIB@
117LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
118LIBOBJS = @LIBOBJS@
119LIBS = @LIBS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000120LIBTOOL = @LIBTOOL@
121LN_S = @LN_S@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000122LTLIBOBJS = @LTLIBOBJS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000123MAINT = @MAINT@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000124MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
125MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
126MAKEINFO = @MAKEINFO@
Lev Walkinf15320b2004-06-03 03:38:44 +0000127OBJEXT = @OBJEXT@
128PACKAGE = @PACKAGE@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000129PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
130PACKAGE_NAME = @PACKAGE_NAME@
131PACKAGE_STRING = @PACKAGE_STRING@
132PACKAGE_TARNAME = @PACKAGE_TARNAME@
133PACKAGE_VERSION = @PACKAGE_VERSION@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000134PATH_SEPARATOR = @PATH_SEPARATOR@
Lev Walkinf15320b2004-06-03 03:38:44 +0000135RANLIB = @RANLIB@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000136SET_MAKE = @SET_MAKE@
137SHELL = @SHELL@
138STRIP = @STRIP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000139VERSION = @VERSION@
140YACC = @YACC@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000141ac_ct_AR = @ac_ct_AR@
142ac_ct_CC = @ac_ct_CC@
143ac_ct_CXX = @ac_ct_CXX@
144ac_ct_F77 = @ac_ct_F77@
145ac_ct_RANLIB = @ac_ct_RANLIB@
146ac_ct_STRIP = @ac_ct_STRIP@
147am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
148am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
149am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
150am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +0000151am__include = @am__include@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000152am__leading_dot = @am__leading_dot@
Lev Walkinf15320b2004-06-03 03:38:44 +0000153am__quote = @am__quote@
Lev Walkin5af1a692006-08-18 01:54:27 +0000154am__tar = @am__tar@
155am__untar = @am__untar@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000156bindir = @bindir@
157build = @build@
158build_alias = @build_alias@
159build_cpu = @build_cpu@
160build_os = @build_os@
161build_vendor = @build_vendor@
162datadir = @datadir@
163exec_prefix = @exec_prefix@
164host = @host@
165host_alias = @host_alias@
166host_cpu = @host_cpu@
167host_os = @host_os@
168host_vendor = @host_vendor@
169includedir = @includedir@
170infodir = @infodir@
Lev Walkinf15320b2004-06-03 03:38:44 +0000171install_sh = @install_sh@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000172libdir = @libdir@
173libexecdir = @libexecdir@
174localstatedir = @localstatedir@
175mandir = @mandir@
176mkdir_p = @mkdir_p@
177oldincludedir = @oldincludedir@
178prefix = @prefix@
179program_transform_name = @program_transform_name@
180sbindir = @sbindir@
181sharedstatedir = @sharedstatedir@
182sysconfdir = @sysconfdir@
183target = @target@
184target_alias = @target_alias@
185target_cpu = @target_cpu@
186target_os = @target_os@
187target_vendor = @target_vendor@
Lev Walkinf15320b2004-06-03 03:38:44 +0000188AM_CFLAGS = @ADD_CFLAGS@
Lev Walkinb45e0672004-08-18 05:42:05 +0000189AM_CPPFLAGS = \
Lev Walkin3d0b5a32004-08-18 05:43:55 +0000190 -I$(top_srcdir)/libasn1parser
Lev Walkinb45e0672004-08-18 05:42:05 +0000191
Lev Walkinf15320b2004-06-03 03:38:44 +0000192noinst_LTLIBRARIES = libasn1fix.la
Lev Walkinf15320b2004-06-03 03:38:44 +0000193libasn1fix_la_LDFLAGS = -all-static
194libasn1fix_la_SOURCES = \
Lev Walkinb45e0672004-08-18 05:42:05 +0000195 asn1fix.c asn1fix.h \
196 asn1fix_internal.h \
197 asn1fix_misc.c asn1fix_misc.h \
198 asn1fix_value.c asn1fix_value.h \
199 asn1fix_compat.c asn1fix_compat.h \
200 asn1fix_constr.c asn1fix_constr.h \
201 asn1fix_cstring.c asn1fix_cstring.h \
202 asn1fix_retrieve.c asn1fix_retrieve.h \
203 asn1fix_bitstring.c asn1fix_bitstring.h \
204 asn1fix_constraint.c asn1fix_constraint.h \
205 asn1fix_integer.c asn1fix_integer.h \
206 asn1fix_crange.c asn1fix_crange.h \
207 asn1fix_dereft.c asn1fix_dereft.h \
208 asn1fix_derefv.c asn1fix_derefv.h \
209 asn1fix_export.c asn1fix_export.h \
210 asn1fix_param.c asn1fix_param.h \
211 asn1fix_class.c asn1fix_class.h \
212 asn1fix_tags.c asn1fix_tags.h \
213 asn1fix_enum.c asn1fix_enum.h \
Lev Walkinaa7f5302006-03-14 15:53:59 +0000214 asn1fix_cws.c asn1fix_cws.h \
Lev Walkinb45e0672004-08-18 05:42:05 +0000215 asn1fix_constraint_compat.c
Lev Walkinf15320b2004-06-03 03:38:44 +0000216
Lev Walkinb45e0672004-08-18 05:42:05 +0000217check_fixer_LDADD = $(noinst_LTLIBRARIES) \
Lev Walkinb45e0672004-08-18 05:42:05 +0000218 $(top_builddir)/libasn1parser/libasn1parser.la
219
220check_fixer_DEPENDENCIES = $(check_fixer_LDADD)
Lev Walkinf15320b2004-06-03 03:38:44 +0000221TESTS_ENVIRONMENT = ./check_fixer
222TESTS = ${top_srcdir}/tests/*.asn1
Lev Walkinf15320b2004-06-03 03:38:44 +0000223all: all-am
224
225.SUFFIXES:
Lev Walkinaa7f5302006-03-14 15:53:59 +0000226.SUFFIXES: .c .lo .o .obj
Lev Walkin8e8b5482004-06-17 23:42:48 +0000227$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
228 @for dep in $?; do \
229 case '$(am__configure_deps)' in \
230 *$$dep*) \
231 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
232 && exit 0; \
233 exit 1;; \
234 esac; \
235 done; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000236 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libasn1fix/Makefile'; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000237 cd $(top_srcdir) && \
Lev Walkin5af1a692006-08-18 01:54:27 +0000238 $(AUTOMAKE) --foreign libasn1fix/Makefile
Lev Walkin8e8b5482004-06-17 23:42:48 +0000239.PRECIOUS: Makefile
240Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
241 @case '$?' in \
242 *config.status*) \
243 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
244 *) \
245 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
246 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
247 esac;
248
249$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
250 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251
252$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
253 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
255 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256
257clean-noinstLTLIBRARIES:
258 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
259 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
260 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000261 test "$$dir" != "$$p" || dir=.; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000262 echo "rm -f \"$${dir}/so_locations\""; \
263 rm -f "$${dir}/so_locations"; \
264 done
265libasn1fix.la: $(libasn1fix_la_OBJECTS) $(libasn1fix_la_DEPENDENCIES)
266 $(LINK) $(libasn1fix_la_LDFLAGS) $(libasn1fix_la_OBJECTS) $(libasn1fix_la_LIBADD) $(LIBS)
267
268clean-checkPROGRAMS:
269 @list='$(check_PROGRAMS)'; for p in $$list; do \
270 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
271 echo " rm -f $$p $$f"; \
272 rm -f $$p $$f ; \
273 done
274check_fixer$(EXEEXT): $(check_fixer_OBJECTS) $(check_fixer_DEPENDENCIES)
275 @rm -f check_fixer$(EXEEXT)
276 $(LINK) $(check_fixer_LDFLAGS) $(check_fixer_OBJECTS) $(check_fixer_LDADD) $(LIBS)
277
278mostlyclean-compile:
279 -rm -f *.$(OBJEXT)
280
281distclean-compile:
282 -rm -f *.tab.c
283
284@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix.Plo@am__quote@
285@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_bitstring.Plo@am__quote@
286@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_class.Plo@am__quote@
287@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_compat.Plo@am__quote@
288@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_constr.Plo@am__quote@
Lev Walkinb45e0672004-08-18 05:42:05 +0000289@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_constraint.Plo@am__quote@
290@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_constraint_compat.Plo@am__quote@
291@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_crange.Plo@am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000292@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_cstring.Plo@am__quote@
Lev Walkinaa7f5302006-03-14 15:53:59 +0000293@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_cws.Plo@am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000294@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_dereft.Plo@am__quote@
295@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_derefv.Plo@am__quote@
296@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_enum.Plo@am__quote@
297@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_export.Plo@am__quote@
298@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_integer.Plo@am__quote@
299@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_misc.Plo@am__quote@
300@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_param.Plo@am__quote@
301@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_retrieve.Plo@am__quote@
302@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_tags.Plo@am__quote@
303@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_value.Plo@am__quote@
304@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_fixer.Po@am__quote@
305
306.c.o:
307@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
308@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
309@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000310@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000311@am__fastdepCC_FALSE@ $(COMPILE) -c $<
312
313.c.obj:
314@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
315@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
316@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000317@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000318@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
319
320.c.lo:
321@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
322@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
323@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000324@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000325@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
Lev Walkinf15320b2004-06-03 03:38:44 +0000326
327mostlyclean-libtool:
328 -rm -f *.lo
329
330clean-libtool:
331 -rm -rf .libs _libs
332
333distclean-libtool:
334 -rm -f libtool
Lev Walkinf15320b2004-06-03 03:38:44 +0000335uninstall-info-am:
336
Lev Walkinf15320b2004-06-03 03:38:44 +0000337ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000338 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000339 unique=`for i in $$list; do \
340 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
341 done | \
342 $(AWK) ' { files[$$0] = 1; } \
343 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000344 mkid -fID $$unique
345tags: TAGS
Lev Walkinf15320b2004-06-03 03:38:44 +0000346
347TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
348 $(TAGS_FILES) $(LISP)
349 tags=; \
350 here=`pwd`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000351 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000352 unique=`for i in $$list; do \
353 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
354 done | \
355 $(AWK) ' { files[$$0] = 1; } \
356 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000357 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
Lev Walkin5af1a692006-08-18 01:54:27 +0000358 test -n "$$unique" || unique=$$empty_fix; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000359 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
360 $$tags $$unique; \
361 fi
362ctags: CTAGS
363CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
364 $(TAGS_FILES) $(LISP)
365 tags=; \
366 here=`pwd`; \
367 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
368 unique=`for i in $$list; do \
369 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370 done | \
371 $(AWK) ' { files[$$0] = 1; } \
372 END { for (i in files) print i; }'`; \
373 test -z "$(CTAGS_ARGS)$$tags$$unique" \
374 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
375 $$tags $$unique
Lev Walkinf15320b2004-06-03 03:38:44 +0000376
377GTAGS:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000378 here=`$(am__cd) $(top_builddir) && pwd` \
Lev Walkinf15320b2004-06-03 03:38:44 +0000379 && cd $(top_srcdir) \
380 && gtags -i $(GTAGS_ARGS) $$here
381
382distclean-tags:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000383 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000384
385check-TESTS: $(TESTS)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000386 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000387 srcdir=$(srcdir); export srcdir; \
388 list='$(TESTS)'; \
389 if test -n "$$list"; then \
390 for tst in $$list; do \
391 if test -f ./$$tst; then dir=./; \
392 elif test -f $$tst; then dir=; \
393 else dir="$(srcdir)/"; fi; \
394 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
395 all=`expr $$all + 1`; \
396 case " $(XFAIL_TESTS) " in \
397 *" $$tst "*) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000398 xpass=`expr $$xpass + 1`; \
399 failed=`expr $$failed + 1`; \
400 echo "XPASS: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000401 ;; \
402 *) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000403 echo "PASS: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000404 ;; \
405 esac; \
406 elif test $$? -ne 77; then \
407 all=`expr $$all + 1`; \
408 case " $(XFAIL_TESTS) " in \
409 *" $$tst "*) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000410 xfail=`expr $$xfail + 1`; \
411 echo "XFAIL: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000412 ;; \
413 *) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000414 failed=`expr $$failed + 1`; \
415 echo "FAIL: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000416 ;; \
417 esac; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000418 else \
419 skip=`expr $$skip + 1`; \
420 echo "SKIP: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000421 fi; \
422 done; \
423 if test "$$failed" -eq 0; then \
424 if test "$$xfail" -eq 0; then \
425 banner="All $$all tests passed"; \
426 else \
427 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
428 fi; \
429 else \
430 if test "$$xpass" -eq 0; then \
431 banner="$$failed of $$all tests failed"; \
432 else \
433 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
434 fi; \
435 fi; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000436 dashes="$$banner"; \
437 skipped=""; \
438 if test "$$skip" -ne 0; then \
439 skipped="($$skip tests were not run)"; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000440 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000441 dashes="$$skipped"; \
442 fi; \
443 report=""; \
444 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
445 report="Please report to $(PACKAGE_BUGREPORT)"; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000446 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000447 dashes="$$report"; \
448 fi; \
449 dashes=`echo "$$dashes" | sed s/./=/g`; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000450 echo "$$dashes"; \
451 echo "$$banner"; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000452 test -z "$$skipped" || echo "$$skipped"; \
453 test -z "$$report" || echo "$$report"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000454 echo "$$dashes"; \
455 test "$$failed" -eq 0; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000456 else :; fi
Lev Walkinf15320b2004-06-03 03:38:44 +0000457
458distdir: $(DISTFILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000459 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
460 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
461 list='$(DISTFILES)'; for file in $$list; do \
462 case $$file in \
463 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
464 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
465 esac; \
466 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000467 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
468 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000469 dir="/$$dir"; \
470 $(mkdir_p) "$(distdir)$$dir"; \
471 else \
472 dir=''; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000473 fi; \
474 if test -d $$d/$$file; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000475 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
476 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
477 fi; \
478 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000479 else \
480 test -f $(distdir)/$$file \
481 || cp -p $$d/$$file $(distdir)/$$file \
482 || exit 1; \
483 fi; \
484 done
485check-am: all-am
486 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
487 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
488check: check-am
489all-am: Makefile $(LTLIBRARIES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000490installdirs:
Lev Walkinf15320b2004-06-03 03:38:44 +0000491install: install-am
492install-exec: install-exec-am
493install-data: install-data-am
494uninstall: uninstall-am
495
496install-am: all-am
497 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
498
499installcheck: installcheck-am
500install-strip:
501 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000502 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Lev Walkinf15320b2004-06-03 03:38:44 +0000503 `test -z '$(STRIP)' || \
504 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
505mostlyclean-generic:
506
507clean-generic:
508
509distclean-generic:
Lev Walkin5af1a692006-08-18 01:54:27 +0000510 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000511
512maintainer-clean-generic:
513 @echo "This command is intended for maintainers to use"
514 @echo "it deletes files that may require special tools to rebuild."
515clean: clean-am
516
517clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
518 clean-noinstLTLIBRARIES mostlyclean-am
519
520distclean: distclean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000521 -rm -rf ./$(DEPDIR)
522 -rm -f Makefile
523distclean-am: clean-am distclean-compile distclean-generic \
524 distclean-libtool distclean-tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000525
526dvi: dvi-am
527
528dvi-am:
529
Lev Walkin8e8b5482004-06-17 23:42:48 +0000530html: html-am
531
Lev Walkinf15320b2004-06-03 03:38:44 +0000532info: info-am
533
534info-am:
535
536install-data-am:
537
538install-exec-am:
539
540install-info: install-info-am
541
542install-man:
543
544installcheck-am:
545
546maintainer-clean: maintainer-clean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000547 -rm -rf ./$(DEPDIR)
548 -rm -f Makefile
Lev Walkinf15320b2004-06-03 03:38:44 +0000549maintainer-clean-am: distclean-am maintainer-clean-generic
550
551mostlyclean: mostlyclean-am
552
553mostlyclean-am: mostlyclean-compile mostlyclean-generic \
554 mostlyclean-libtool
555
Lev Walkin8e8b5482004-06-17 23:42:48 +0000556pdf: pdf-am
557
558pdf-am:
559
560ps: ps-am
561
562ps-am:
563
Lev Walkinf15320b2004-06-03 03:38:44 +0000564uninstall-am: uninstall-info-am
565
Lev Walkin8e8b5482004-06-17 23:42:48 +0000566.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
Lev Walkinf15320b2004-06-03 03:38:44 +0000567 clean-checkPROGRAMS clean-generic clean-libtool \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000568 clean-noinstLTLIBRARIES ctags distclean distclean-compile \
569 distclean-generic distclean-libtool distclean-tags distdir dvi \
570 dvi-am html html-am info info-am install install-am \
571 install-data install-data-am install-exec install-exec-am \
572 install-info install-info-am install-man install-strip \
573 installcheck installcheck-am installdirs maintainer-clean \
574 maintainer-clean-generic mostlyclean mostlyclean-compile \
575 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Lev Walkinf15320b2004-06-03 03:38:44 +0000576 tags uninstall uninstall-am uninstall-info-am
577
578# Tell versions [3.59,3.63) of GNU make to not export all variables.
579# Otherwise a system limit (for SysV at least) may be exceeded.
580.NOEXPORT: