blob: 5acf67b6f49874a4199487ac2c3c9b913af832eb [file] [log] [blame]
Lev Walkinb3751942012-09-02 19:36:47 -07001# Makefile.in generated by automake 1.11.1 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 Walkinb3751942012-09-02 19:36:47 -07005# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
Lev Walkinf15320b2004-06-03 03:38:44 +00007# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
Lev Walkinf15320b2004-06-03 03:38:44 +000018VPATH = @srcdir@
Lev Walkinf15320b2004-06-03 03:38:44 +000019pkgdatadir = $(datadir)/@PACKAGE@
Lev Walkinf15320b2004-06-03 03:38:44 +000020pkgincludedir = $(includedir)/@PACKAGE@
Lev Walkinb3751942012-09-02 19:36:47 -070021pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
Lev Walkin8e8b5482004-06-17 23:42:48 +000023am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Lev Walkin8e8b5482004-06-17 23:42:48 +000024install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
Lev Walkinf15320b2004-06-03 03:38:44 +000027INSTALL_HEADER = $(INSTALL_DATA)
Lev Walkin8e8b5482004-06-17 23:42:48 +000028transform = $(program_transform_name)
Lev Walkinf15320b2004-06-03 03:38:44 +000029NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
Lev Walkin5af1a692006-08-18 01:54:27 +000035build_triplet = @build@
Lev Walkinf15320b2004-06-03 03:38:44 +000036host_triplet = @host@
Lev Walkin8e8b5482004-06-17 23:42:48 +000037check_PROGRAMS = check_fixer$(EXEEXT)
38subdir = libasn1fix
Lev Walkinaa7f5302006-03-14 15:53:59 +000039DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
Lev Walkin8e8b5482004-06-17 23:42:48 +000040ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Lev Walkinf84cc012014-01-14 02:12:24 -080041am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
42 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
43 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
44 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
Lev Walkin8e8b5482004-06-17 23:42:48 +000045am__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 =
Lev Walkinb3751942012-09-02 19:36:47 -070050CONFIG_CLEAN_VPATH_FILES =
Lev Walkin8e8b5482004-06-17 23:42:48 +000051LTLIBRARIES = $(noinst_LTLIBRARIES)
Lev Walkinb45e0672004-08-18 05:42:05 +000052libasn1fix_la_LIBADD =
Lev Walkin8e8b5482004-06-17 23:42:48 +000053am_libasn1fix_la_OBJECTS = asn1fix.lo asn1fix_misc.lo asn1fix_value.lo \
54 asn1fix_compat.lo asn1fix_constr.lo asn1fix_cstring.lo \
Lev Walkinb45e0672004-08-18 05:42:05 +000055 asn1fix_retrieve.lo asn1fix_bitstring.lo asn1fix_constraint.lo \
56 asn1fix_integer.lo asn1fix_crange.lo asn1fix_dereft.lo \
57 asn1fix_derefv.lo asn1fix_export.lo asn1fix_param.lo \
58 asn1fix_class.lo asn1fix_tags.lo asn1fix_enum.lo \
Lev Walkinaa7f5302006-03-14 15:53:59 +000059 asn1fix_cws.lo asn1fix_constraint_compat.lo
Lev Walkin8e8b5482004-06-17 23:42:48 +000060libasn1fix_la_OBJECTS = $(am_libasn1fix_la_OBJECTS)
Lev Walkin4c776e52010-11-08 02:07:31 -080061libasn1fix_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
62 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
63 $(libasn1fix_la_LDFLAGS) $(LDFLAGS) -o $@
Lev Walkin8e8b5482004-06-17 23:42:48 +000064check_fixer_SOURCES = check_fixer.c
65check_fixer_OBJECTS = check_fixer.$(OBJEXT)
Lev Walkinb3751942012-09-02 19:36:47 -070066DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
Lev Walkin8e8b5482004-06-17 23:42:48 +000067depcomp = $(SHELL) $(top_srcdir)/depcomp
68am__depfiles_maybe = depfiles
Lev Walkinb3751942012-09-02 19:36:47 -070069am__mv = mv -f
Lev Walkin8e8b5482004-06-17 23:42:48 +000070COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Lev Walkin4c776e52010-11-08 02:07:31 -080072LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
73 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
74 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Lev Walkin8e8b5482004-06-17 23:42:48 +000075CCLD = $(CC)
Lev Walkin4c776e52010-11-08 02:07:31 -080076LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
78 $(LDFLAGS) -o $@
Lev Walkin8e8b5482004-06-17 23:42:48 +000079SOURCES = $(libasn1fix_la_SOURCES) check_fixer.c
80DIST_SOURCES = $(libasn1fix_la_SOURCES) check_fixer.c
81ETAGS = etags
82CTAGS = ctags
Lev Walkinb3751942012-09-02 19:36:47 -070083am__tty_colors = \
84red=; grn=; lgn=; blu=; std=
Lev Walkin8e8b5482004-06-17 23:42:48 +000085DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86ACLOCAL = @ACLOCAL@
Lev Walkinea552152014-01-14 02:15:13 -080087ADD_CFLAGS = @ADD_CFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +000088AMTAR = @AMTAR@
89AR = @AR@
Lev Walkin8e8b5482004-06-17 23:42:48 +000090AUTOCONF = @AUTOCONF@
91AUTOHEADER = @AUTOHEADER@
92AUTOMAKE = @AUTOMAKE@
Lev Walkinf15320b2004-06-03 03:38:44 +000093AWK = @AWK@
94CC = @CC@
Lev Walkin8e8b5482004-06-17 23:42:48 +000095CCDEPMODE = @CCDEPMODE@
96CFLAGS = @CFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +000097CPP = @CPP@
Lev Walkin8e8b5482004-06-17 23:42:48 +000098CPPFLAGS = @CPPFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +000099CYGPATH_W = @CYGPATH_W@
100DEFS = @DEFS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000101DEPDIR = @DEPDIR@
Lev Walkinaef10c32014-01-14 01:47:25 -0800102DLLTOOL = @DLLTOOL@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700103DSYMUTIL = @DSYMUTIL@
104DUMPBIN = @DUMPBIN@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000105ECHO_C = @ECHO_C@
106ECHO_N = @ECHO_N@
107ECHO_T = @ECHO_T@
108EGREP = @EGREP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000109EXEEXT = @EXEEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700110FGREP = @FGREP@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000111GREP = @GREP@
Lev Walkin4c776e52010-11-08 02:07:31 -0800112INSTALL = @INSTALL@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000113INSTALL_DATA = @INSTALL_DATA@
114INSTALL_PROGRAM = @INSTALL_PROGRAM@
115INSTALL_SCRIPT = @INSTALL_SCRIPT@
Lev Walkinf15320b2004-06-03 03:38:44 +0000116INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700117LD = @LD@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000118LDFLAGS = @LDFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000119LEX = @LEX@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000120LEXLIB = @LEXLIB@
121LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
122LIBOBJS = @LIBOBJS@
123LIBS = @LIBS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000124LIBTOOL = @LIBTOOL@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700125LIPO = @LIPO@
Lev Walkinf15320b2004-06-03 03:38:44 +0000126LN_S = @LN_S@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000127LTLIBOBJS = @LTLIBOBJS@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000128MAKEINFO = @MAKEINFO@
Lev Walkinaef10c32014-01-14 01:47:25 -0800129MANIFEST_TOOL = @MANIFEST_TOOL@
Lev Walkin4c776e52010-11-08 02:07:31 -0800130MKDIR_P = @MKDIR_P@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700131NM = @NM@
132NMEDIT = @NMEDIT@
Lev Walkinaef10c32014-01-14 01:47:25 -0800133OBJDUMP = @OBJDUMP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000134OBJEXT = @OBJEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700135OTOOL = @OTOOL@
136OTOOL64 = @OTOOL64@
Lev Walkinf15320b2004-06-03 03:38:44 +0000137PACKAGE = @PACKAGE@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000138PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
139PACKAGE_NAME = @PACKAGE_NAME@
140PACKAGE_STRING = @PACKAGE_STRING@
141PACKAGE_TARNAME = @PACKAGE_TARNAME@
Lev Walkinaef10c32014-01-14 01:47:25 -0800142PACKAGE_URL = @PACKAGE_URL@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000143PACKAGE_VERSION = @PACKAGE_VERSION@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000144PATH_SEPARATOR = @PATH_SEPARATOR@
Lev Walkinf15320b2004-06-03 03:38:44 +0000145RANLIB = @RANLIB@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700146SED = @SED@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000147SET_MAKE = @SET_MAKE@
148SHELL = @SHELL@
149STRIP = @STRIP@
Lev Walkinf84cc012014-01-14 02:12:24 -0800150TESTSUITE_CFLAGS = @TESTSUITE_CFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000151VERSION = @VERSION@
152YACC = @YACC@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000153YFLAGS = @YFLAGS@
Lev Walkin4c776e52010-11-08 02:07:31 -0800154abs_builddir = @abs_builddir@
155abs_srcdir = @abs_srcdir@
156abs_top_builddir = @abs_top_builddir@
157abs_top_srcdir = @abs_top_srcdir@
Lev Walkinaef10c32014-01-14 01:47:25 -0800158ac_ct_AR = @ac_ct_AR@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000159ac_ct_CC = @ac_ct_CC@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700160ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Lev Walkinf15320b2004-06-03 03:38:44 +0000161am__include = @am__include@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000162am__leading_dot = @am__leading_dot@
Lev Walkinf15320b2004-06-03 03:38:44 +0000163am__quote = @am__quote@
Lev Walkin5af1a692006-08-18 01:54:27 +0000164am__tar = @am__tar@
165am__untar = @am__untar@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000166bindir = @bindir@
167build = @build@
168build_alias = @build_alias@
169build_cpu = @build_cpu@
170build_os = @build_os@
171build_vendor = @build_vendor@
Lev Walkin4c776e52010-11-08 02:07:31 -0800172builddir = @builddir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000173datadir = @datadir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000174datarootdir = @datarootdir@
175docdir = @docdir@
176dvidir = @dvidir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000177exec_prefix = @exec_prefix@
178host = @host@
179host_alias = @host_alias@
180host_cpu = @host_cpu@
181host_os = @host_os@
182host_vendor = @host_vendor@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000183htmldir = @htmldir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000184includedir = @includedir@
185infodir = @infodir@
Lev Walkinf15320b2004-06-03 03:38:44 +0000186install_sh = @install_sh@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000187libdir = @libdir@
188libexecdir = @libexecdir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000189localedir = @localedir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000190localstatedir = @localstatedir@
191mandir = @mandir@
192mkdir_p = @mkdir_p@
193oldincludedir = @oldincludedir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000194pdfdir = @pdfdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000195prefix = @prefix@
196program_transform_name = @program_transform_name@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000197psdir = @psdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000198sbindir = @sbindir@
199sharedstatedir = @sharedstatedir@
Lev Walkin4c776e52010-11-08 02:07:31 -0800200srcdir = @srcdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000201sysconfdir = @sysconfdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000202target_alias = @target_alias@
Lev Walkinb3751942012-09-02 19:36:47 -0700203top_build_prefix = @top_build_prefix@
Lev Walkin4c776e52010-11-08 02:07:31 -0800204top_builddir = @top_builddir@
205top_srcdir = @top_srcdir@
Lev Walkinf15320b2004-06-03 03:38:44 +0000206AM_CFLAGS = @ADD_CFLAGS@
Lev Walkinb45e0672004-08-18 05:42:05 +0000207AM_CPPFLAGS = \
Lev Walkin3d0b5a32004-08-18 05:43:55 +0000208 -I$(top_srcdir)/libasn1parser
Lev Walkinb45e0672004-08-18 05:42:05 +0000209
Lev Walkinf15320b2004-06-03 03:38:44 +0000210noinst_LTLIBRARIES = libasn1fix.la
Lev Walkinf15320b2004-06-03 03:38:44 +0000211libasn1fix_la_LDFLAGS = -all-static
212libasn1fix_la_SOURCES = \
Lev Walkinb45e0672004-08-18 05:42:05 +0000213 asn1fix.c asn1fix.h \
214 asn1fix_internal.h \
215 asn1fix_misc.c asn1fix_misc.h \
216 asn1fix_value.c asn1fix_value.h \
217 asn1fix_compat.c asn1fix_compat.h \
218 asn1fix_constr.c asn1fix_constr.h \
219 asn1fix_cstring.c asn1fix_cstring.h \
220 asn1fix_retrieve.c asn1fix_retrieve.h \
221 asn1fix_bitstring.c asn1fix_bitstring.h \
222 asn1fix_constraint.c asn1fix_constraint.h \
223 asn1fix_integer.c asn1fix_integer.h \
224 asn1fix_crange.c asn1fix_crange.h \
225 asn1fix_dereft.c asn1fix_dereft.h \
226 asn1fix_derefv.c asn1fix_derefv.h \
227 asn1fix_export.c asn1fix_export.h \
228 asn1fix_param.c asn1fix_param.h \
229 asn1fix_class.c asn1fix_class.h \
230 asn1fix_tags.c asn1fix_tags.h \
231 asn1fix_enum.c asn1fix_enum.h \
Lev Walkinaa7f5302006-03-14 15:53:59 +0000232 asn1fix_cws.c asn1fix_cws.h \
Lev Walkinb45e0672004-08-18 05:42:05 +0000233 asn1fix_constraint_compat.c
Lev Walkinf15320b2004-06-03 03:38:44 +0000234
Lev Walkinb45e0672004-08-18 05:42:05 +0000235check_fixer_LDADD = $(noinst_LTLIBRARIES) \
Lev Walkinb45e0672004-08-18 05:42:05 +0000236 $(top_builddir)/libasn1parser/libasn1parser.la
237
238check_fixer_DEPENDENCIES = $(check_fixer_LDADD)
Lev Walkinf15320b2004-06-03 03:38:44 +0000239TESTS_ENVIRONMENT = ./check_fixer
240TESTS = ${top_srcdir}/tests/*.asn1
Lev Walkinf15320b2004-06-03 03:38:44 +0000241all: all-am
242
243.SUFFIXES:
Lev Walkinaa7f5302006-03-14 15:53:59 +0000244.SUFFIXES: .c .lo .o .obj
Lev Walkine7c4b962010-11-09 03:10:36 -0800245$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000246 @for dep in $?; do \
247 case '$(am__configure_deps)' in \
248 *$$dep*) \
Lev Walkinb3751942012-09-02 19:36:47 -0700249 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
250 && { if test -f $@; then exit 0; else break; fi; }; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000251 exit 1;; \
252 esac; \
253 done; \
Lev Walkinb3751942012-09-02 19:36:47 -0700254 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libasn1fix/Makefile'; \
255 $(am__cd) $(top_srcdir) && \
256 $(AUTOMAKE) --foreign libasn1fix/Makefile
Lev Walkin8e8b5482004-06-17 23:42:48 +0000257.PRECIOUS: Makefile
258Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
259 @case '$?' in \
260 *config.status*) \
261 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
262 *) \
263 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
264 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
265 esac;
266
267$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
268 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
269
Lev Walkine7c4b962010-11-09 03:10:36 -0800270$(top_srcdir)/configure: $(am__configure_deps)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000271 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Lev Walkine7c4b962010-11-09 03:10:36 -0800272$(ACLOCAL_M4): $(am__aclocal_m4_deps)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000273 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Lev Walkinb3751942012-09-02 19:36:47 -0700274$(am__aclocal_m4_deps):
Lev Walkin8e8b5482004-06-17 23:42:48 +0000275
276clean-noinstLTLIBRARIES:
277 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
278 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
279 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000280 test "$$dir" != "$$p" || dir=.; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000281 echo "rm -f \"$${dir}/so_locations\""; \
282 rm -f "$${dir}/so_locations"; \
283 done
284libasn1fix.la: $(libasn1fix_la_OBJECTS) $(libasn1fix_la_DEPENDENCIES)
Lev Walkin4c776e52010-11-08 02:07:31 -0800285 $(libasn1fix_la_LINK) $(libasn1fix_la_OBJECTS) $(libasn1fix_la_LIBADD) $(LIBS)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000286
287clean-checkPROGRAMS:
Lev Walkinb3751942012-09-02 19:36:47 -0700288 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
289 echo " rm -f" $$list; \
290 rm -f $$list || exit $$?; \
291 test -n "$(EXEEXT)" || exit 0; \
292 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
293 echo " rm -f" $$list; \
294 rm -f $$list
Lev Walkin8e8b5482004-06-17 23:42:48 +0000295check_fixer$(EXEEXT): $(check_fixer_OBJECTS) $(check_fixer_DEPENDENCIES)
296 @rm -f check_fixer$(EXEEXT)
Lev Walkin4c776e52010-11-08 02:07:31 -0800297 $(LINK) $(check_fixer_OBJECTS) $(check_fixer_LDADD) $(LIBS)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000298
299mostlyclean-compile:
300 -rm -f *.$(OBJEXT)
301
302distclean-compile:
303 -rm -f *.tab.c
304
305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix.Plo@am__quote@
306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_bitstring.Plo@am__quote@
307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_class.Plo@am__quote@
308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_compat.Plo@am__quote@
309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_constr.Plo@am__quote@
Lev Walkinb45e0672004-08-18 05:42:05 +0000310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_constraint.Plo@am__quote@
311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_constraint_compat.Plo@am__quote@
312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_crange.Plo@am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_cstring.Plo@am__quote@
Lev Walkinaa7f5302006-03-14 15:53:59 +0000314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_cws.Plo@am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000315@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_dereft.Plo@am__quote@
316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_derefv.Plo@am__quote@
317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_enum.Plo@am__quote@
318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_export.Plo@am__quote@
319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_integer.Plo@am__quote@
320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_misc.Plo@am__quote@
321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_param.Plo@am__quote@
322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_retrieve.Plo@am__quote@
323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_tags.Plo@am__quote@
324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_value.Plo@am__quote@
325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_fixer.Po@am__quote@
326
327.c.o:
Lev Walkin4c776e52010-11-08 02:07:31 -0800328@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Lev Walkinb3751942012-09-02 19:36:47 -0700329@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Lev Walkin8e8b5482004-06-17 23:42:48 +0000330@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000331@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000332@am__fastdepCC_FALSE@ $(COMPILE) -c $<
333
334.c.obj:
Lev Walkin4c776e52010-11-08 02:07:31 -0800335@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
Lev Walkinb3751942012-09-02 19:36:47 -0700336@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Lev Walkin8e8b5482004-06-17 23:42:48 +0000337@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000338@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000339@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
340
341.c.lo:
Lev Walkin4c776e52010-11-08 02:07:31 -0800342@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Lev Walkinb3751942012-09-02 19:36:47 -0700343@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
Lev Walkin8e8b5482004-06-17 23:42:48 +0000344@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000345@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000346@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
Lev Walkinf15320b2004-06-03 03:38:44 +0000347
348mostlyclean-libtool:
349 -rm -f *.lo
350
351clean-libtool:
352 -rm -rf .libs _libs
353
Lev Walkinf15320b2004-06-03 03:38:44 +0000354ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000355 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000356 unique=`for i in $$list; do \
357 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
358 done | \
Lev Walkinb3751942012-09-02 19:36:47 -0700359 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
360 END { if (nonempty) { for (i in files) print i; }; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000361 mkid -fID $$unique
362tags: TAGS
Lev Walkinf15320b2004-06-03 03:38:44 +0000363
364TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
365 $(TAGS_FILES) $(LISP)
Lev Walkinb3751942012-09-02 19:36:47 -0700366 set x; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000367 here=`pwd`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000368 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000369 unique=`for i in $$list; do \
370 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
371 done | \
Lev Walkinb3751942012-09-02 19:36:47 -0700372 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
373 END { if (nonempty) { for (i in files) print i; }; }'`; \
374 shift; \
375 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Lev Walkin5af1a692006-08-18 01:54:27 +0000376 test -n "$$unique" || unique=$$empty_fix; \
Lev Walkinb3751942012-09-02 19:36:47 -0700377 if test $$# -gt 0; then \
378 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
379 "$$@" $$unique; \
380 else \
381 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
382 $$unique; \
383 fi; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000384 fi
385ctags: CTAGS
386CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
387 $(TAGS_FILES) $(LISP)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000388 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
389 unique=`for i in $$list; do \
390 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
391 done | \
Lev Walkinb3751942012-09-02 19:36:47 -0700392 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
393 END { if (nonempty) { for (i in files) print i; }; }'`; \
394 test -z "$(CTAGS_ARGS)$$unique" \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000395 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Lev Walkinb3751942012-09-02 19:36:47 -0700396 $$unique
Lev Walkinf15320b2004-06-03 03:38:44 +0000397
398GTAGS:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000399 here=`$(am__cd) $(top_builddir) && pwd` \
Lev Walkinb3751942012-09-02 19:36:47 -0700400 && $(am__cd) $(top_srcdir) \
401 && gtags -i $(GTAGS_ARGS) "$$here"
Lev Walkinf15320b2004-06-03 03:38:44 +0000402
403distclean-tags:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000404 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000405
406check-TESTS: $(TESTS)
Lev Walkinb3751942012-09-02 19:36:47 -0700407 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000408 srcdir=$(srcdir); export srcdir; \
Lev Walkin4c776e52010-11-08 02:07:31 -0800409 list=' $(TESTS) '; \
Lev Walkinb3751942012-09-02 19:36:47 -0700410 $(am__tty_colors); \
Lev Walkinf15320b2004-06-03 03:38:44 +0000411 if test -n "$$list"; then \
412 for tst in $$list; do \
413 if test -f ./$$tst; then dir=./; \
414 elif test -f $$tst; then dir=; \
415 else dir="$(srcdir)/"; fi; \
416 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
417 all=`expr $$all + 1`; \
418 case " $(XFAIL_TESTS) " in \
Lev Walkinb3751942012-09-02 19:36:47 -0700419 *[\ \ ]$$tst[\ \ ]*) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000420 xpass=`expr $$xpass + 1`; \
421 failed=`expr $$failed + 1`; \
Lev Walkinb3751942012-09-02 19:36:47 -0700422 col=$$red; res=XPASS; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000423 ;; \
424 *) \
Lev Walkinb3751942012-09-02 19:36:47 -0700425 col=$$grn; res=PASS; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000426 ;; \
427 esac; \
428 elif test $$? -ne 77; then \
429 all=`expr $$all + 1`; \
430 case " $(XFAIL_TESTS) " in \
Lev Walkinb3751942012-09-02 19:36:47 -0700431 *[\ \ ]$$tst[\ \ ]*) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000432 xfail=`expr $$xfail + 1`; \
Lev Walkinb3751942012-09-02 19:36:47 -0700433 col=$$lgn; res=XFAIL; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000434 ;; \
435 *) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000436 failed=`expr $$failed + 1`; \
Lev Walkinb3751942012-09-02 19:36:47 -0700437 col=$$red; res=FAIL; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000438 ;; \
439 esac; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000440 else \
441 skip=`expr $$skip + 1`; \
Lev Walkinb3751942012-09-02 19:36:47 -0700442 col=$$blu; res=SKIP; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000443 fi; \
Lev Walkinb3751942012-09-02 19:36:47 -0700444 echo "$${col}$$res$${std}: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000445 done; \
Lev Walkinb3751942012-09-02 19:36:47 -0700446 if test "$$all" -eq 1; then \
447 tests="test"; \
448 All=""; \
449 else \
450 tests="tests"; \
451 All="All "; \
452 fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000453 if test "$$failed" -eq 0; then \
454 if test "$$xfail" -eq 0; then \
Lev Walkinb3751942012-09-02 19:36:47 -0700455 banner="$$All$$all $$tests passed"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000456 else \
Lev Walkinb3751942012-09-02 19:36:47 -0700457 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
458 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000459 fi; \
460 else \
461 if test "$$xpass" -eq 0; then \
Lev Walkinb3751942012-09-02 19:36:47 -0700462 banner="$$failed of $$all $$tests failed"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000463 else \
Lev Walkinb3751942012-09-02 19:36:47 -0700464 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
465 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000466 fi; \
467 fi; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000468 dashes="$$banner"; \
469 skipped=""; \
470 if test "$$skip" -ne 0; then \
Lev Walkinb3751942012-09-02 19:36:47 -0700471 if test "$$skip" -eq 1; then \
472 skipped="($$skip test was not run)"; \
473 else \
474 skipped="($$skip tests were not run)"; \
475 fi; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000476 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000477 dashes="$$skipped"; \
478 fi; \
479 report=""; \
480 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
481 report="Please report to $(PACKAGE_BUGREPORT)"; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000482 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000483 dashes="$$report"; \
484 fi; \
485 dashes=`echo "$$dashes" | sed s/./=/g`; \
Lev Walkinb3751942012-09-02 19:36:47 -0700486 if test "$$failed" -eq 0; then \
487 echo "$$grn$$dashes"; \
488 else \
489 echo "$$red$$dashes"; \
490 fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000491 echo "$$banner"; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000492 test -z "$$skipped" || echo "$$skipped"; \
493 test -z "$$report" || echo "$$report"; \
Lev Walkinb3751942012-09-02 19:36:47 -0700494 echo "$$dashes$$std"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000495 test "$$failed" -eq 0; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000496 else :; fi
Lev Walkinf15320b2004-06-03 03:38:44 +0000497
498distdir: $(DISTFILES)
Lev Walkin4c776e52010-11-08 02:07:31 -0800499 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
500 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
501 list='$(DISTFILES)'; \
502 dist_files=`for file in $$list; do echo $$file; done | \
503 sed -e "s|^$$srcdirstrip/||;t" \
504 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
505 case $$dist_files in \
506 */*) $(MKDIR_P) `echo "$$dist_files" | \
507 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
508 sort -u` ;; \
509 esac; \
510 for file in $$dist_files; do \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000511 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000512 if test -d $$d/$$file; then \
Lev Walkin4c776e52010-11-08 02:07:31 -0800513 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Lev Walkinb3751942012-09-02 19:36:47 -0700514 if test -d "$(distdir)/$$file"; then \
515 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000516 fi; \
Lev Walkinb3751942012-09-02 19:36:47 -0700517 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
518 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
519 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
520 fi; \
521 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000522 else \
Lev Walkinb3751942012-09-02 19:36:47 -0700523 test -f "$(distdir)/$$file" \
524 || cp -p $$d/$$file "$(distdir)/$$file" \
Lev Walkinf15320b2004-06-03 03:38:44 +0000525 || exit 1; \
526 fi; \
527 done
528check-am: all-am
529 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
530 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
531check: check-am
532all-am: Makefile $(LTLIBRARIES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000533installdirs:
Lev Walkinf15320b2004-06-03 03:38:44 +0000534install: install-am
535install-exec: install-exec-am
536install-data: install-data-am
537uninstall: uninstall-am
538
539install-am: all-am
540 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
541
542installcheck: installcheck-am
543install-strip:
544 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000545 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Lev Walkinf15320b2004-06-03 03:38:44 +0000546 `test -z '$(STRIP)' || \
547 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
548mostlyclean-generic:
549
550clean-generic:
551
552distclean-generic:
Lev Walkin5af1a692006-08-18 01:54:27 +0000553 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Lev Walkinb3751942012-09-02 19:36:47 -0700554 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000555
556maintainer-clean-generic:
557 @echo "This command is intended for maintainers to use"
558 @echo "it deletes files that may require special tools to rebuild."
559clean: clean-am
560
561clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
562 clean-noinstLTLIBRARIES mostlyclean-am
563
564distclean: distclean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000565 -rm -rf ./$(DEPDIR)
566 -rm -f Makefile
567distclean-am: clean-am distclean-compile distclean-generic \
Lev Walkin4c776e52010-11-08 02:07:31 -0800568 distclean-tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000569
570dvi: dvi-am
571
572dvi-am:
573
Lev Walkin8e8b5482004-06-17 23:42:48 +0000574html: html-am
575
Lev Walkinb3751942012-09-02 19:36:47 -0700576html-am:
577
Lev Walkinf15320b2004-06-03 03:38:44 +0000578info: info-am
579
580info-am:
581
582install-data-am:
583
Lev Walkin4c776e52010-11-08 02:07:31 -0800584install-dvi: install-dvi-am
585
Lev Walkinb3751942012-09-02 19:36:47 -0700586install-dvi-am:
587
Lev Walkinf15320b2004-06-03 03:38:44 +0000588install-exec-am:
589
Lev Walkin4c776e52010-11-08 02:07:31 -0800590install-html: install-html-am
591
Lev Walkinb3751942012-09-02 19:36:47 -0700592install-html-am:
593
Lev Walkinf15320b2004-06-03 03:38:44 +0000594install-info: install-info-am
595
Lev Walkinb3751942012-09-02 19:36:47 -0700596install-info-am:
597
Lev Walkinf15320b2004-06-03 03:38:44 +0000598install-man:
599
Lev Walkin4c776e52010-11-08 02:07:31 -0800600install-pdf: install-pdf-am
601
Lev Walkinb3751942012-09-02 19:36:47 -0700602install-pdf-am:
603
Lev Walkin4c776e52010-11-08 02:07:31 -0800604install-ps: install-ps-am
605
Lev Walkinb3751942012-09-02 19:36:47 -0700606install-ps-am:
607
Lev Walkinf15320b2004-06-03 03:38:44 +0000608installcheck-am:
609
610maintainer-clean: maintainer-clean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000611 -rm -rf ./$(DEPDIR)
612 -rm -f Makefile
Lev Walkinf15320b2004-06-03 03:38:44 +0000613maintainer-clean-am: distclean-am maintainer-clean-generic
614
615mostlyclean: mostlyclean-am
616
617mostlyclean-am: mostlyclean-compile mostlyclean-generic \
618 mostlyclean-libtool
619
Lev Walkin8e8b5482004-06-17 23:42:48 +0000620pdf: pdf-am
621
622pdf-am:
623
624ps: ps-am
625
626ps-am:
627
Lev Walkin4c776e52010-11-08 02:07:31 -0800628uninstall-am:
629
Lev Walkinb3751942012-09-02 19:36:47 -0700630.MAKE: check-am install-am install-strip
Lev Walkinf15320b2004-06-03 03:38:44 +0000631
Lev Walkin8e8b5482004-06-17 23:42:48 +0000632.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
Lev Walkinf15320b2004-06-03 03:38:44 +0000633 clean-checkPROGRAMS clean-generic clean-libtool \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000634 clean-noinstLTLIBRARIES ctags distclean distclean-compile \
635 distclean-generic distclean-libtool distclean-tags distdir dvi \
636 dvi-am html html-am info info-am install install-am \
Lev Walkin4c776e52010-11-08 02:07:31 -0800637 install-data install-data-am install-dvi install-dvi-am \
638 install-exec install-exec-am install-html install-html-am \
639 install-info install-info-am install-man install-pdf \
640 install-pdf-am install-ps install-ps-am install-strip \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000641 installcheck installcheck-am installdirs maintainer-clean \
642 maintainer-clean-generic mostlyclean mostlyclean-compile \
643 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Lev Walkin4c776e52010-11-08 02:07:31 -0800644 tags uninstall uninstall-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000645
Lev Walkinb3751942012-09-02 19:36:47 -0700646
Lev Walkinf15320b2004-06-03 03:38:44 +0000647# Tell versions [3.59,3.63) of GNU make to not export all variables.
648# Otherwise a system limit (for SysV at least) may be exceeded.
649.NOEXPORT: