blob: dd5c049d7328eed7e56c5e9b933e4d5f6e51ba24 [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@
Lev Walkin06bf7cc2007-06-24 09:13:16 +0000110GREP = @GREP@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000111INSTALL_DATA = @INSTALL_DATA@
112INSTALL_PROGRAM = @INSTALL_PROGRAM@
113INSTALL_SCRIPT = @INSTALL_SCRIPT@
Lev Walkinf15320b2004-06-03 03:38:44 +0000114INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000115LDFLAGS = @LDFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000116LEX = @LEX@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000117LEXLIB = @LEXLIB@
118LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
119LIBOBJS = @LIBOBJS@
120LIBS = @LIBS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000121LIBTOOL = @LIBTOOL@
122LN_S = @LN_S@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000123LTLIBOBJS = @LTLIBOBJS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000124MAINT = @MAINT@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000125MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
126MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
127MAKEINFO = @MAKEINFO@
Lev Walkinf15320b2004-06-03 03:38:44 +0000128OBJEXT = @OBJEXT@
129PACKAGE = @PACKAGE@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000130PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
131PACKAGE_NAME = @PACKAGE_NAME@
132PACKAGE_STRING = @PACKAGE_STRING@
133PACKAGE_TARNAME = @PACKAGE_TARNAME@
134PACKAGE_VERSION = @PACKAGE_VERSION@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000135PATH_SEPARATOR = @PATH_SEPARATOR@
Lev Walkinf15320b2004-06-03 03:38:44 +0000136RANLIB = @RANLIB@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000137SET_MAKE = @SET_MAKE@
138SHELL = @SHELL@
139STRIP = @STRIP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000140VERSION = @VERSION@
141YACC = @YACC@
Lev Walkin06bf7cc2007-06-24 09:13:16 +0000142YFLAGS = @YFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000143ac_ct_CC = @ac_ct_CC@
144ac_ct_CXX = @ac_ct_CXX@
145ac_ct_F77 = @ac_ct_F77@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000146am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
147am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
148am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
149am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +0000150am__include = @am__include@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000151am__leading_dot = @am__leading_dot@
Lev Walkinf15320b2004-06-03 03:38:44 +0000152am__quote = @am__quote@
Lev Walkin5af1a692006-08-18 01:54:27 +0000153am__tar = @am__tar@
154am__untar = @am__untar@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000155bindir = @bindir@
156build = @build@
157build_alias = @build_alias@
158build_cpu = @build_cpu@
159build_os = @build_os@
160build_vendor = @build_vendor@
161datadir = @datadir@
Lev Walkin06bf7cc2007-06-24 09:13:16 +0000162datarootdir = @datarootdir@
163docdir = @docdir@
164dvidir = @dvidir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000165exec_prefix = @exec_prefix@
166host = @host@
167host_alias = @host_alias@
168host_cpu = @host_cpu@
169host_os = @host_os@
170host_vendor = @host_vendor@
Lev Walkin06bf7cc2007-06-24 09:13:16 +0000171htmldir = @htmldir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000172includedir = @includedir@
173infodir = @infodir@
Lev Walkinf15320b2004-06-03 03:38:44 +0000174install_sh = @install_sh@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000175libdir = @libdir@
176libexecdir = @libexecdir@
Lev Walkin06bf7cc2007-06-24 09:13:16 +0000177localedir = @localedir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000178localstatedir = @localstatedir@
179mandir = @mandir@
180mkdir_p = @mkdir_p@
181oldincludedir = @oldincludedir@
Lev Walkin06bf7cc2007-06-24 09:13:16 +0000182pdfdir = @pdfdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000183prefix = @prefix@
184program_transform_name = @program_transform_name@
Lev Walkin06bf7cc2007-06-24 09:13:16 +0000185psdir = @psdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000186sbindir = @sbindir@
187sharedstatedir = @sharedstatedir@
188sysconfdir = @sysconfdir@
189target = @target@
190target_alias = @target_alias@
191target_cpu = @target_cpu@
192target_os = @target_os@
193target_vendor = @target_vendor@
Lev Walkinf15320b2004-06-03 03:38:44 +0000194AM_CFLAGS = @ADD_CFLAGS@
Lev Walkinb45e0672004-08-18 05:42:05 +0000195AM_CPPFLAGS = \
Lev Walkin3d0b5a32004-08-18 05:43:55 +0000196 -I$(top_srcdir)/libasn1parser
Lev Walkinb45e0672004-08-18 05:42:05 +0000197
Lev Walkinf15320b2004-06-03 03:38:44 +0000198noinst_LTLIBRARIES = libasn1fix.la
Lev Walkinf15320b2004-06-03 03:38:44 +0000199libasn1fix_la_LDFLAGS = -all-static
200libasn1fix_la_SOURCES = \
Lev Walkinb45e0672004-08-18 05:42:05 +0000201 asn1fix.c asn1fix.h \
202 asn1fix_internal.h \
203 asn1fix_misc.c asn1fix_misc.h \
204 asn1fix_value.c asn1fix_value.h \
205 asn1fix_compat.c asn1fix_compat.h \
206 asn1fix_constr.c asn1fix_constr.h \
207 asn1fix_cstring.c asn1fix_cstring.h \
208 asn1fix_retrieve.c asn1fix_retrieve.h \
209 asn1fix_bitstring.c asn1fix_bitstring.h \
210 asn1fix_constraint.c asn1fix_constraint.h \
211 asn1fix_integer.c asn1fix_integer.h \
212 asn1fix_crange.c asn1fix_crange.h \
213 asn1fix_dereft.c asn1fix_dereft.h \
214 asn1fix_derefv.c asn1fix_derefv.h \
215 asn1fix_export.c asn1fix_export.h \
216 asn1fix_param.c asn1fix_param.h \
217 asn1fix_class.c asn1fix_class.h \
218 asn1fix_tags.c asn1fix_tags.h \
219 asn1fix_enum.c asn1fix_enum.h \
Lev Walkinaa7f5302006-03-14 15:53:59 +0000220 asn1fix_cws.c asn1fix_cws.h \
Lev Walkinb45e0672004-08-18 05:42:05 +0000221 asn1fix_constraint_compat.c
Lev Walkinf15320b2004-06-03 03:38:44 +0000222
Lev Walkinb45e0672004-08-18 05:42:05 +0000223check_fixer_LDADD = $(noinst_LTLIBRARIES) \
Lev Walkinb45e0672004-08-18 05:42:05 +0000224 $(top_builddir)/libasn1parser/libasn1parser.la
225
226check_fixer_DEPENDENCIES = $(check_fixer_LDADD)
Lev Walkinf15320b2004-06-03 03:38:44 +0000227TESTS_ENVIRONMENT = ./check_fixer
228TESTS = ${top_srcdir}/tests/*.asn1
Lev Walkinf15320b2004-06-03 03:38:44 +0000229all: all-am
230
231.SUFFIXES:
Lev Walkinaa7f5302006-03-14 15:53:59 +0000232.SUFFIXES: .c .lo .o .obj
Lev Walkin8e8b5482004-06-17 23:42:48 +0000233$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
234 @for dep in $?; do \
235 case '$(am__configure_deps)' in \
236 *$$dep*) \
237 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
238 && exit 0; \
239 exit 1;; \
240 esac; \
241 done; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000242 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libasn1fix/Makefile'; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000243 cd $(top_srcdir) && \
Lev Walkin5af1a692006-08-18 01:54:27 +0000244 $(AUTOMAKE) --foreign libasn1fix/Makefile
Lev Walkin8e8b5482004-06-17 23:42:48 +0000245.PRECIOUS: Makefile
246Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247 @case '$?' in \
248 *config.status*) \
249 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
250 *) \
251 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
252 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
253 esac;
254
255$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
256 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257
258$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
259 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
261 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262
263clean-noinstLTLIBRARIES:
264 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
265 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
266 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000267 test "$$dir" != "$$p" || dir=.; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000268 echo "rm -f \"$${dir}/so_locations\""; \
269 rm -f "$${dir}/so_locations"; \
270 done
271libasn1fix.la: $(libasn1fix_la_OBJECTS) $(libasn1fix_la_DEPENDENCIES)
272 $(LINK) $(libasn1fix_la_LDFLAGS) $(libasn1fix_la_OBJECTS) $(libasn1fix_la_LIBADD) $(LIBS)
273
274clean-checkPROGRAMS:
275 @list='$(check_PROGRAMS)'; for p in $$list; do \
276 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
277 echo " rm -f $$p $$f"; \
278 rm -f $$p $$f ; \
279 done
280check_fixer$(EXEEXT): $(check_fixer_OBJECTS) $(check_fixer_DEPENDENCIES)
281 @rm -f check_fixer$(EXEEXT)
282 $(LINK) $(check_fixer_LDFLAGS) $(check_fixer_OBJECTS) $(check_fixer_LDADD) $(LIBS)
283
284mostlyclean-compile:
285 -rm -f *.$(OBJEXT)
286
287distclean-compile:
288 -rm -f *.tab.c
289
290@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix.Plo@am__quote@
291@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_bitstring.Plo@am__quote@
292@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_class.Plo@am__quote@
293@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_compat.Plo@am__quote@
294@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_constr.Plo@am__quote@
Lev Walkinb45e0672004-08-18 05:42:05 +0000295@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_constraint.Plo@am__quote@
296@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_constraint_compat.Plo@am__quote@
297@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_crange.Plo@am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000298@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_cstring.Plo@am__quote@
Lev Walkinaa7f5302006-03-14 15:53:59 +0000299@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_cws.Plo@am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000300@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_dereft.Plo@am__quote@
301@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_derefv.Plo@am__quote@
302@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_enum.Plo@am__quote@
303@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_export.Plo@am__quote@
304@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_integer.Plo@am__quote@
305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_misc.Plo@am__quote@
306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_param.Plo@am__quote@
307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_retrieve.Plo@am__quote@
308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_tags.Plo@am__quote@
309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_value.Plo@am__quote@
310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_fixer.Po@am__quote@
311
312.c.o:
313@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
314@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
315@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000316@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000317@am__fastdepCC_FALSE@ $(COMPILE) -c $<
318
319.c.obj:
320@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
321@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
322@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000323@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000324@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
325
326.c.lo:
327@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
328@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
329@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000330@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000331@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
Lev Walkinf15320b2004-06-03 03:38:44 +0000332
333mostlyclean-libtool:
334 -rm -f *.lo
335
336clean-libtool:
337 -rm -rf .libs _libs
338
339distclean-libtool:
340 -rm -f libtool
Lev Walkinf15320b2004-06-03 03:38:44 +0000341uninstall-info-am:
342
Lev Walkinf15320b2004-06-03 03:38:44 +0000343ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000344 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000345 unique=`for i in $$list; do \
346 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
347 done | \
348 $(AWK) ' { files[$$0] = 1; } \
349 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000350 mkid -fID $$unique
351tags: TAGS
Lev Walkinf15320b2004-06-03 03:38:44 +0000352
353TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
354 $(TAGS_FILES) $(LISP)
355 tags=; \
356 here=`pwd`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000357 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000358 unique=`for i in $$list; do \
359 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360 done | \
361 $(AWK) ' { files[$$0] = 1; } \
362 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000363 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
Lev Walkin5af1a692006-08-18 01:54:27 +0000364 test -n "$$unique" || unique=$$empty_fix; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000365 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
366 $$tags $$unique; \
367 fi
368ctags: CTAGS
369CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
370 $(TAGS_FILES) $(LISP)
371 tags=; \
372 here=`pwd`; \
373 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
374 unique=`for i in $$list; do \
375 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376 done | \
377 $(AWK) ' { files[$$0] = 1; } \
378 END { for (i in files) print i; }'`; \
379 test -z "$(CTAGS_ARGS)$$tags$$unique" \
380 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
381 $$tags $$unique
Lev Walkinf15320b2004-06-03 03:38:44 +0000382
383GTAGS:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000384 here=`$(am__cd) $(top_builddir) && pwd` \
Lev Walkinf15320b2004-06-03 03:38:44 +0000385 && cd $(top_srcdir) \
386 && gtags -i $(GTAGS_ARGS) $$here
387
388distclean-tags:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000389 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000390
391check-TESTS: $(TESTS)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000392 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000393 srcdir=$(srcdir); export srcdir; \
394 list='$(TESTS)'; \
395 if test -n "$$list"; then \
396 for tst in $$list; do \
397 if test -f ./$$tst; then dir=./; \
398 elif test -f $$tst; then dir=; \
399 else dir="$(srcdir)/"; fi; \
400 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
401 all=`expr $$all + 1`; \
402 case " $(XFAIL_TESTS) " in \
403 *" $$tst "*) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000404 xpass=`expr $$xpass + 1`; \
405 failed=`expr $$failed + 1`; \
406 echo "XPASS: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000407 ;; \
408 *) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000409 echo "PASS: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000410 ;; \
411 esac; \
412 elif test $$? -ne 77; then \
413 all=`expr $$all + 1`; \
414 case " $(XFAIL_TESTS) " in \
415 *" $$tst "*) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000416 xfail=`expr $$xfail + 1`; \
417 echo "XFAIL: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000418 ;; \
419 *) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000420 failed=`expr $$failed + 1`; \
421 echo "FAIL: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000422 ;; \
423 esac; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000424 else \
425 skip=`expr $$skip + 1`; \
426 echo "SKIP: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000427 fi; \
428 done; \
429 if test "$$failed" -eq 0; then \
430 if test "$$xfail" -eq 0; then \
431 banner="All $$all tests passed"; \
432 else \
433 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
434 fi; \
435 else \
436 if test "$$xpass" -eq 0; then \
437 banner="$$failed of $$all tests failed"; \
438 else \
439 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
440 fi; \
441 fi; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000442 dashes="$$banner"; \
443 skipped=""; \
444 if test "$$skip" -ne 0; then \
445 skipped="($$skip tests were not run)"; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000446 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000447 dashes="$$skipped"; \
448 fi; \
449 report=""; \
450 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
451 report="Please report to $(PACKAGE_BUGREPORT)"; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000452 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000453 dashes="$$report"; \
454 fi; \
455 dashes=`echo "$$dashes" | sed s/./=/g`; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000456 echo "$$dashes"; \
457 echo "$$banner"; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000458 test -z "$$skipped" || echo "$$skipped"; \
459 test -z "$$report" || echo "$$report"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000460 echo "$$dashes"; \
461 test "$$failed" -eq 0; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000462 else :; fi
Lev Walkinf15320b2004-06-03 03:38:44 +0000463
464distdir: $(DISTFILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000465 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
466 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
467 list='$(DISTFILES)'; for file in $$list; do \
468 case $$file in \
469 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
470 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
471 esac; \
472 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000473 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
474 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000475 dir="/$$dir"; \
476 $(mkdir_p) "$(distdir)$$dir"; \
477 else \
478 dir=''; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000479 fi; \
480 if test -d $$d/$$file; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000481 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
482 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
483 fi; \
484 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000485 else \
486 test -f $(distdir)/$$file \
487 || cp -p $$d/$$file $(distdir)/$$file \
488 || exit 1; \
489 fi; \
490 done
491check-am: all-am
492 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
493 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
494check: check-am
495all-am: Makefile $(LTLIBRARIES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000496installdirs:
Lev Walkinf15320b2004-06-03 03:38:44 +0000497install: install-am
498install-exec: install-exec-am
499install-data: install-data-am
500uninstall: uninstall-am
501
502install-am: all-am
503 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
504
505installcheck: installcheck-am
506install-strip:
507 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000508 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Lev Walkinf15320b2004-06-03 03:38:44 +0000509 `test -z '$(STRIP)' || \
510 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
511mostlyclean-generic:
512
513clean-generic:
514
515distclean-generic:
Lev Walkin5af1a692006-08-18 01:54:27 +0000516 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000517
518maintainer-clean-generic:
519 @echo "This command is intended for maintainers to use"
520 @echo "it deletes files that may require special tools to rebuild."
521clean: clean-am
522
523clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
524 clean-noinstLTLIBRARIES mostlyclean-am
525
526distclean: distclean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000527 -rm -rf ./$(DEPDIR)
528 -rm -f Makefile
529distclean-am: clean-am distclean-compile distclean-generic \
530 distclean-libtool distclean-tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000531
532dvi: dvi-am
533
534dvi-am:
535
Lev Walkin8e8b5482004-06-17 23:42:48 +0000536html: html-am
537
Lev Walkinf15320b2004-06-03 03:38:44 +0000538info: info-am
539
540info-am:
541
542install-data-am:
543
544install-exec-am:
545
546install-info: install-info-am
547
548install-man:
549
550installcheck-am:
551
552maintainer-clean: maintainer-clean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000553 -rm -rf ./$(DEPDIR)
554 -rm -f Makefile
Lev Walkinf15320b2004-06-03 03:38:44 +0000555maintainer-clean-am: distclean-am maintainer-clean-generic
556
557mostlyclean: mostlyclean-am
558
559mostlyclean-am: mostlyclean-compile mostlyclean-generic \
560 mostlyclean-libtool
561
Lev Walkin8e8b5482004-06-17 23:42:48 +0000562pdf: pdf-am
563
564pdf-am:
565
566ps: ps-am
567
568ps-am:
569
Lev Walkinf15320b2004-06-03 03:38:44 +0000570uninstall-am: uninstall-info-am
571
Lev Walkin8e8b5482004-06-17 23:42:48 +0000572.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
Lev Walkinf15320b2004-06-03 03:38:44 +0000573 clean-checkPROGRAMS clean-generic clean-libtool \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000574 clean-noinstLTLIBRARIES ctags distclean distclean-compile \
575 distclean-generic distclean-libtool distclean-tags distdir dvi \
576 dvi-am html html-am info info-am install install-am \
577 install-data install-data-am install-exec install-exec-am \
578 install-info install-info-am install-man install-strip \
579 installcheck installcheck-am installdirs maintainer-clean \
580 maintainer-clean-generic mostlyclean mostlyclean-compile \
581 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Lev Walkinf15320b2004-06-03 03:38:44 +0000582 tags uninstall uninstall-am uninstall-info-am
583
584# Tell versions [3.59,3.63) of GNU make to not export all variables.
585# Otherwise a system limit (for SysV at least) may be exceeded.
586.NOEXPORT: