blob: 7cc912717910dbf888db50d078f545172765e79b [file] [log] [blame]
Lev Walkin4c776e52010-11-08 02:07:31 -08001# Makefile.in generated by automake 1.10 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 Walkin4c776e52010-11-08 02:07:31 -08005# 2003, 2004, 2005, 2006 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 +000017VPATH = @srcdir@
Lev Walkinf15320b2004-06-03 03:38:44 +000018pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
Lev Walkin8e8b5482004-06-17 23:42:48 +000021am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Lev Walkin8e8b5482004-06-17 23:42:48 +000022install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
Lev Walkinf15320b2004-06-03 03:38:44 +000025INSTALL_HEADER = $(INSTALL_DATA)
Lev Walkin8e8b5482004-06-17 23:42:48 +000026transform = $(program_transform_name)
Lev Walkinf15320b2004-06-03 03:38:44 +000027NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
Lev Walkin5af1a692006-08-18 01:54:27 +000033build_triplet = @build@
Lev Walkinf15320b2004-06-03 03:38:44 +000034host_triplet = @host@
Lev Walkin5af1a692006-08-18 01:54:27 +000035target_triplet = @target@
Lev Walkinf15320b2004-06-03 03:38:44 +000036subdir = skeletons
Lev Walkin8e8b5482004-06-17 23:42:48 +000037DIST_COMMON = README $(dist_pkgdata_DATA) $(srcdir)/Makefile.am \
38 $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/configure.in
41am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42 $(ACLOCAL_M4)
Lev Walkinf15320b2004-06-03 03:38:44 +000043mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44CONFIG_HEADER = $(top_builddir)/config.h
45CONFIG_CLEAN_FILES =
Lev Walkin08afe612007-07-23 06:49:56 +000046libasn1cskeletons_la_LIBADD =
47am_libasn1cskeletons_la_OBJECTS = ANY.lo BIT_STRING.lo BMPString.lo \
48 BOOLEAN.lo ENUMERATED.lo GeneralString.lo GeneralizedTime.lo \
49 GraphicString.lo IA5String.lo INTEGER.lo ISO646String.lo \
50 NULL.lo NativeEnumerated.lo NativeInteger.lo NativeReal.lo \
51 NumericString.lo OBJECT_IDENTIFIER.lo OCTET_STRING.lo \
52 ObjectDescriptor.lo PrintableString.lo REAL.lo RELATIVE-OID.lo \
53 T61String.lo TeletexString.lo UTCTime.lo UTF8String.lo \
54 UniversalString.lo VideotexString.lo VisibleString.lo \
55 asn_SEQUENCE_OF.lo asn_SET_OF.lo asn_codecs_prim.lo \
56 ber_decoder.lo ber_tlv_length.lo ber_tlv_tag.lo \
57 constr_CHOICE.lo constr_SEQUENCE.lo constr_SEQUENCE_OF.lo \
58 constr_SET.lo constr_SET_OF.lo constr_TYPE.lo constraints.lo \
59 der_encoder.lo per_decoder.lo per_encoder.lo per_opentype.lo \
60 per_support.lo xer_decoder.lo xer_encoder.lo xer_support.lo
61libasn1cskeletons_la_OBJECTS = $(am_libasn1cskeletons_la_OBJECTS)
Lev Walkin4c776e52010-11-08 02:07:31 -080062DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
Lev Walkin08afe612007-07-23 06:49:56 +000063depcomp = $(SHELL) $(top_srcdir)/depcomp
64am__depfiles_maybe = depfiles
65COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
66 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Lev Walkin4c776e52010-11-08 02:07:31 -080067LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
68 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
69 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Lev Walkin08afe612007-07-23 06:49:56 +000070CCLD = $(CC)
Lev Walkin4c776e52010-11-08 02:07:31 -080071LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
72 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
73 $(LDFLAGS) -o $@
Lev Walkin08afe612007-07-23 06:49:56 +000074SOURCES = $(libasn1cskeletons_la_SOURCES)
75DIST_SOURCES = $(libasn1cskeletons_la_SOURCES)
Lev Walkin8e8b5482004-06-17 23:42:48 +000076RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
77 html-recursive info-recursive install-data-recursive \
Lev Walkin4c776e52010-11-08 02:07:31 -080078 install-dvi-recursive install-exec-recursive \
79 install-html-recursive install-info-recursive \
80 install-pdf-recursive install-ps-recursive install-recursive \
81 installcheck-recursive installdirs-recursive pdf-recursive \
82 ps-recursive uninstall-recursive
Lev Walkin5af1a692006-08-18 01:54:27 +000083am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
84am__vpath_adj = case $$p in \
85 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
86 *) f=$$p;; \
87 esac;
88am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
Lev Walkin8e8b5482004-06-17 23:42:48 +000089am__installdirs = "$(DESTDIR)$(pkgdatadir)"
90dist_pkgdataDATA_INSTALL = $(INSTALL_DATA)
Lev Walkinf15320b2004-06-03 03:38:44 +000091DATA = $(dist_pkgdata_DATA)
Lev Walkin4c776e52010-11-08 02:07:31 -080092RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
93 distclean-recursive maintainer-clean-recursive
Lev Walkin8e8b5482004-06-17 23:42:48 +000094ETAGS = etags
95CTAGS = ctags
Lev Walkinf15320b2004-06-03 03:38:44 +000096DIST_SUBDIRS = $(SUBDIRS)
Lev Walkin8e8b5482004-06-17 23:42:48 +000097DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98ACLOCAL = @ACLOCAL@
99ADD_CFLAGS = @ADD_CFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000100AMTAR = @AMTAR@
101AR = @AR@
102AUTOCONF = @AUTOCONF@
103AUTOHEADER = @AUTOHEADER@
104AUTOMAKE = @AUTOMAKE@
105AWK = @AWK@
106CC = @CC@
107CCDEPMODE = @CCDEPMODE@
108CFLAGS = @CFLAGS@
109CONFIGURE_DEPENDS = @CONFIGURE_DEPENDS@
110CPP = @CPP@
111CPPFLAGS = @CPPFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000112CYGPATH_W = @CYGPATH_W@
113DEFS = @DEFS@
114DEPDIR = @DEPDIR@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700115DSYMUTIL = @DSYMUTIL@
116DUMPBIN = @DUMPBIN@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000117ECHO_C = @ECHO_C@
118ECHO_N = @ECHO_N@
119ECHO_T = @ECHO_T@
120EGREP = @EGREP@
121EXEEXT = @EXEEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700122FGREP = @FGREP@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000123GREP = @GREP@
Lev Walkin4c776e52010-11-08 02:07:31 -0800124INSTALL = @INSTALL@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000125INSTALL_DATA = @INSTALL_DATA@
126INSTALL_PROGRAM = @INSTALL_PROGRAM@
127INSTALL_SCRIPT = @INSTALL_SCRIPT@
128INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700129LD = @LD@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000130LDFLAGS = @LDFLAGS@
131LEX = @LEX@
132LEXLIB = @LEXLIB@
133LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
134LIBOBJS = @LIBOBJS@
135LIBS = @LIBS@
136LIBTOOL = @LIBTOOL@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700137LIPO = @LIPO@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000138LN_S = @LN_S@
139LTLIBOBJS = @LTLIBOBJS@
140MAINT = @MAINT@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000141MAKEINFO = @MAKEINFO@
Lev Walkin4c776e52010-11-08 02:07:31 -0800142MKDIR_P = @MKDIR_P@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700143NM = @NM@
144NMEDIT = @NMEDIT@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000145OBJEXT = @OBJEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700146OTOOL = @OTOOL@
147OTOOL64 = @OTOOL64@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000148PACKAGE = @PACKAGE@
149PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
150PACKAGE_NAME = @PACKAGE_NAME@
151PACKAGE_STRING = @PACKAGE_STRING@
152PACKAGE_TARNAME = @PACKAGE_TARNAME@
153PACKAGE_VERSION = @PACKAGE_VERSION@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000154PATH_SEPARATOR = @PATH_SEPARATOR@
155RANLIB = @RANLIB@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700156SED = @SED@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000157SET_MAKE = @SET_MAKE@
158SHELL = @SHELL@
159STRIP = @STRIP@
160VERSION = @VERSION@
161YACC = @YACC@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000162YFLAGS = @YFLAGS@
Lev Walkin4c776e52010-11-08 02:07:31 -0800163abs_builddir = @abs_builddir@
164abs_srcdir = @abs_srcdir@
165abs_top_builddir = @abs_top_builddir@
166abs_top_srcdir = @abs_top_srcdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000167ac_ct_CC = @ac_ct_CC@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700168ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000169am__include = @am__include@
170am__leading_dot = @am__leading_dot@
171am__quote = @am__quote@
Lev Walkin5af1a692006-08-18 01:54:27 +0000172am__tar = @am__tar@
173am__untar = @am__untar@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000174bindir = @bindir@
175build = @build@
176build_alias = @build_alias@
177build_cpu = @build_cpu@
178build_os = @build_os@
179build_vendor = @build_vendor@
Lev Walkin4c776e52010-11-08 02:07:31 -0800180builddir = @builddir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000181datadir = @datadir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000182datarootdir = @datarootdir@
183docdir = @docdir@
184dvidir = @dvidir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000185exec_prefix = @exec_prefix@
186host = @host@
187host_alias = @host_alias@
188host_cpu = @host_cpu@
189host_os = @host_os@
190host_vendor = @host_vendor@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000191htmldir = @htmldir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000192includedir = @includedir@
193infodir = @infodir@
194install_sh = @install_sh@
195libdir = @libdir@
196libexecdir = @libexecdir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000197localedir = @localedir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000198localstatedir = @localstatedir@
Lev Walkin4c776e52010-11-08 02:07:31 -0800199lt_ECHO = @lt_ECHO@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000200mandir = @mandir@
201mkdir_p = @mkdir_p@
202oldincludedir = @oldincludedir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000203pdfdir = @pdfdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000204prefix = @prefix@
205program_transform_name = @program_transform_name@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000206psdir = @psdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000207sbindir = @sbindir@
208sharedstatedir = @sharedstatedir@
Lev Walkin4c776e52010-11-08 02:07:31 -0800209srcdir = @srcdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000210sysconfdir = @sysconfdir@
211target = @target@
212target_alias = @target_alias@
213target_cpu = @target_cpu@
214target_os = @target_os@
215target_vendor = @target_vendor@
Lev Walkin4c776e52010-11-08 02:07:31 -0800216top_builddir = @top_builddir@
217top_srcdir = @top_srcdir@
Lev Walkin08afe612007-07-23 06:49:56 +0000218SUBDIRS = . standard-modules tests
Lev Walkin70393102005-03-24 03:30:13 +0000219dist_pkgdata_DATA = \
Lev Walkin610fbba2006-09-23 01:18:21 +0000220 $(srcdir)/README \
Lev Walkin70393102005-03-24 03:30:13 +0000221 $(srcdir)/*.[ch] \
222 $(srcdir)/file-dependencies
223
Lev Walkin08afe612007-07-23 06:49:56 +0000224check_LTLIBRARIES = libasn1cskeletons.la
225libasn1cskeletons_la_SOURCES = \
226 ANY.c ANY.h \
227 BIT_STRING.c BIT_STRING.h \
228 BMPString.c BMPString.h \
229 BOOLEAN.c BOOLEAN.h \
230 ENUMERATED.c ENUMERATED.h \
231 GeneralString.c GeneralString.h \
232 GeneralizedTime.c GeneralizedTime.h \
233 GraphicString.c GraphicString.h \
234 IA5String.c IA5String.h \
235 INTEGER.c INTEGER.h \
236 ISO646String.c ISO646String.h \
237 NULL.c NULL.h \
238 NativeEnumerated.c NativeEnumerated.h \
239 NativeInteger.c NativeInteger.h \
240 NativeReal.c NativeReal.h \
241 NumericString.c NumericString.h \
242 OBJECT_IDENTIFIER.c OBJECT_IDENTIFIER.h \
243 OCTET_STRING.c OCTET_STRING.h \
244 ObjectDescriptor.c ObjectDescriptor.h \
245 PrintableString.c PrintableString.h \
246 REAL.c REAL.h \
247 RELATIVE-OID.c RELATIVE-OID.h \
248 T61String.c T61String.h \
249 TeletexString.c TeletexString.h \
250 UTCTime.c UTCTime.h \
251 UTF8String.c UTF8String.h \
252 UniversalString.c UniversalString.h \
253 VideotexString.c VideotexString.h \
254 VisibleString.c VisibleString.h \
255 asn_SEQUENCE_OF.c asn_SEQUENCE_OF.h \
256 asn_SET_OF.c asn_SET_OF.h \
257 asn_application.h asn_codecs.h \
258 asn_codecs_prim.c asn_codecs_prim.h \
259 asn_internal.h asn_system.h \
260 ber_decoder.c ber_decoder.h \
261 ber_tlv_length.c ber_tlv_length.h \
262 ber_tlv_tag.c ber_tlv_tag.h \
263 constr_CHOICE.c constr_CHOICE.h \
264 constr_SEQUENCE.c constr_SEQUENCE.h \
265 constr_SEQUENCE_OF.c constr_SEQUENCE_OF.h \
266 constr_SET.c constr_SET.h \
267 constr_SET_OF.c constr_SET_OF.h \
268 constr_TYPE.c constr_TYPE.h \
269 constraints.c constraints.h \
270 der_encoder.c der_encoder.h \
271 per_decoder.c per_decoder.h \
272 per_encoder.c per_encoder.h \
273 per_opentype.c per_opentype.h \
274 per_support.c per_support.h \
275 xer_decoder.c xer_decoder.h \
276 xer_encoder.c xer_encoder.h \
277 xer_support.c xer_support.h
278
Lev Walkinf15320b2004-06-03 03:38:44 +0000279all: all-recursive
280
281.SUFFIXES:
Lev Walkin08afe612007-07-23 06:49:56 +0000282.SUFFIXES: .c .lo .o .obj
Lev Walkin8e8b5482004-06-17 23:42:48 +0000283$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
284 @for dep in $?; do \
285 case '$(am__configure_deps)' in \
286 *$$dep*) \
287 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
288 && exit 0; \
289 exit 1;; \
290 esac; \
291 done; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000292 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign skeletons/Makefile'; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000293 cd $(top_srcdir) && \
Lev Walkin5af1a692006-08-18 01:54:27 +0000294 $(AUTOMAKE) --foreign skeletons/Makefile
Lev Walkin8e8b5482004-06-17 23:42:48 +0000295.PRECIOUS: Makefile
296Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
297 @case '$?' in \
298 *config.status*) \
299 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
300 *) \
301 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
302 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
303 esac;
304
305$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
306 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307
308$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
309 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
311 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Lev Walkinf15320b2004-06-03 03:38:44 +0000312
Lev Walkin08afe612007-07-23 06:49:56 +0000313clean-checkLTLIBRARIES:
314 -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
315 @list='$(check_LTLIBRARIES)'; for p in $$list; do \
316 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
317 test "$$dir" != "$$p" || dir=.; \
318 echo "rm -f \"$${dir}/so_locations\""; \
319 rm -f "$${dir}/so_locations"; \
320 done
321libasn1cskeletons.la: $(libasn1cskeletons_la_OBJECTS) $(libasn1cskeletons_la_DEPENDENCIES)
Lev Walkin4c776e52010-11-08 02:07:31 -0800322 $(LINK) $(libasn1cskeletons_la_OBJECTS) $(libasn1cskeletons_la_LIBADD) $(LIBS)
Lev Walkin08afe612007-07-23 06:49:56 +0000323
324mostlyclean-compile:
325 -rm -f *.$(OBJEXT)
326
327distclean-compile:
328 -rm -f *.tab.c
329
330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ANY.Plo@am__quote@
331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BIT_STRING.Plo@am__quote@
332@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BMPString.Plo@am__quote@
333@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BOOLEAN.Plo@am__quote@
334@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ENUMERATED.Plo@am__quote@
335@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GeneralString.Plo@am__quote@
336@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GeneralizedTime.Plo@am__quote@
337@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GraphicString.Plo@am__quote@
338@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IA5String.Plo@am__quote@
339@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/INTEGER.Plo@am__quote@
340@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ISO646String.Plo@am__quote@
341@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NULL.Plo@am__quote@
342@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NativeEnumerated.Plo@am__quote@
343@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NativeInteger.Plo@am__quote@
344@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NativeReal.Plo@am__quote@
345@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NumericString.Plo@am__quote@
346@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OBJECT_IDENTIFIER.Plo@am__quote@
347@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OCTET_STRING.Plo@am__quote@
348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ObjectDescriptor.Plo@am__quote@
349@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PrintableString.Plo@am__quote@
350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/REAL.Plo@am__quote@
351@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RELATIVE-OID.Plo@am__quote@
352@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/T61String.Plo@am__quote@
353@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TeletexString.Plo@am__quote@
354@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UTCTime.Plo@am__quote@
355@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UTF8String.Plo@am__quote@
356@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UniversalString.Plo@am__quote@
357@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/VideotexString.Plo@am__quote@
358@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/VisibleString.Plo@am__quote@
359@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn_SEQUENCE_OF.Plo@am__quote@
360@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn_SET_OF.Plo@am__quote@
361@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn_codecs_prim.Plo@am__quote@
362@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ber_decoder.Plo@am__quote@
363@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ber_tlv_length.Plo@am__quote@
364@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ber_tlv_tag.Plo@am__quote@
365@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constr_CHOICE.Plo@am__quote@
366@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constr_SEQUENCE.Plo@am__quote@
367@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constr_SEQUENCE_OF.Plo@am__quote@
368@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constr_SET.Plo@am__quote@
369@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constr_SET_OF.Plo@am__quote@
370@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constr_TYPE.Plo@am__quote@
371@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constraints.Plo@am__quote@
372@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/der_encoder.Plo@am__quote@
373@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/per_decoder.Plo@am__quote@
374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/per_encoder.Plo@am__quote@
375@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/per_opentype.Plo@am__quote@
376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/per_support.Plo@am__quote@
377@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xer_decoder.Plo@am__quote@
378@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xer_encoder.Plo@am__quote@
379@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xer_support.Plo@am__quote@
380
381.c.o:
Lev Walkin4c776e52010-11-08 02:07:31 -0800382@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
383@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Lev Walkin08afe612007-07-23 06:49:56 +0000384@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
385@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
386@am__fastdepCC_FALSE@ $(COMPILE) -c $<
387
388.c.obj:
Lev Walkin4c776e52010-11-08 02:07:31 -0800389@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
390@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Lev Walkin08afe612007-07-23 06:49:56 +0000391@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
392@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
393@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
394
395.c.lo:
Lev Walkin4c776e52010-11-08 02:07:31 -0800396@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
397@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
Lev Walkin08afe612007-07-23 06:49:56 +0000398@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
399@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
401
Lev Walkinf15320b2004-06-03 03:38:44 +0000402mostlyclean-libtool:
403 -rm -f *.lo
404
405clean-libtool:
406 -rm -rf .libs _libs
Lev Walkinf15320b2004-06-03 03:38:44 +0000407install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
408 @$(NORMAL_INSTALL)
Lev Walkin4c776e52010-11-08 02:07:31 -0800409 test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
Lev Walkinf15320b2004-06-03 03:38:44 +0000410 @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
411 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000412 f=$(am__strip_dir) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000413 echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
414 $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000415 done
416
417uninstall-dist_pkgdataDATA:
418 @$(NORMAL_UNINSTALL)
419 @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
Lev Walkin5af1a692006-08-18 01:54:27 +0000420 f=$(am__strip_dir) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000421 echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
422 rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000423 done
424
425# This directory's subdirectories are mostly independent; you can cd
426# into them and run `make' without going through this Makefile.
427# To change the values of `make' variables: instead of editing Makefiles,
428# (1) if the variable is set in `config.status', edit `config.status'
429# (which will cause the Makefiles to be regenerated when you run `make');
430# (2) otherwise, pass the desired values on the `make' command line.
431$(RECURSIVE_TARGETS):
Lev Walkin5af1a692006-08-18 01:54:27 +0000432 @failcom='exit 1'; \
433 for f in x $$MAKEFLAGS; do \
434 case $$f in \
435 *=* | --[!k]*);; \
436 *k*) failcom='fail=yes';; \
437 esac; \
438 done; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000439 dot_seen=no; \
440 target=`echo $@ | sed s/-recursive//`; \
441 list='$(SUBDIRS)'; for subdir in $$list; do \
442 echo "Making $$target in $$subdir"; \
443 if test "$$subdir" = "."; then \
444 dot_seen=yes; \
445 local_target="$$target-am"; \
446 else \
447 local_target="$$target"; \
448 fi; \
449 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000450 || eval $$failcom; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000451 done; \
452 if test "$$dot_seen" = "no"; then \
453 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
454 fi; test -z "$$fail"
455
Lev Walkin4c776e52010-11-08 02:07:31 -0800456$(RECURSIVE_CLEAN_TARGETS):
Lev Walkin5af1a692006-08-18 01:54:27 +0000457 @failcom='exit 1'; \
458 for f in x $$MAKEFLAGS; do \
459 case $$f in \
460 *=* | --[!k]*);; \
461 *k*) failcom='fail=yes';; \
462 esac; \
463 done; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000464 dot_seen=no; \
465 case "$@" in \
466 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
467 *) list='$(SUBDIRS)' ;; \
468 esac; \
469 rev=''; for subdir in $$list; do \
470 if test "$$subdir" = "."; then :; else \
471 rev="$$subdir $$rev"; \
472 fi; \
473 done; \
474 rev="$$rev ."; \
475 target=`echo $@ | sed s/-recursive//`; \
476 for subdir in $$rev; do \
477 echo "Making $$target in $$subdir"; \
478 if test "$$subdir" = "."; then \
479 local_target="$$target-am"; \
480 else \
481 local_target="$$target"; \
482 fi; \
483 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000484 || eval $$failcom; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000485 done && test -z "$$fail"
486tags-recursive:
487 list='$(SUBDIRS)'; for subdir in $$list; do \
488 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
489 done
Lev Walkin8e8b5482004-06-17 23:42:48 +0000490ctags-recursive:
491 list='$(SUBDIRS)'; for subdir in $$list; do \
492 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
493 done
Lev Walkinf15320b2004-06-03 03:38:44 +0000494
495ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000496 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000497 unique=`for i in $$list; do \
498 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
499 done | \
500 $(AWK) ' { files[$$0] = 1; } \
501 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000502 mkid -fID $$unique
503tags: TAGS
Lev Walkinf15320b2004-06-03 03:38:44 +0000504
505TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
506 $(TAGS_FILES) $(LISP)
507 tags=; \
508 here=`pwd`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000509 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
510 include_option=--etags-include; \
511 empty_fix=.; \
512 else \
513 include_option=--include; \
514 empty_fix=; \
515 fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000516 list='$(SUBDIRS)'; for subdir in $$list; do \
517 if test "$$subdir" = .; then :; else \
Lev Walkin5af1a692006-08-18 01:54:27 +0000518 test ! -f $$subdir/TAGS || \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000519 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000520 fi; \
521 done; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000522 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000523 unique=`for i in $$list; do \
524 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
525 done | \
526 $(AWK) ' { files[$$0] = 1; } \
527 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000528 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
Lev Walkin5af1a692006-08-18 01:54:27 +0000529 test -n "$$unique" || unique=$$empty_fix; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000530 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
531 $$tags $$unique; \
532 fi
533ctags: CTAGS
534CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
535 $(TAGS_FILES) $(LISP)
536 tags=; \
537 here=`pwd`; \
538 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
539 unique=`for i in $$list; do \
540 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
541 done | \
542 $(AWK) ' { files[$$0] = 1; } \
543 END { for (i in files) print i; }'`; \
544 test -z "$(CTAGS_ARGS)$$tags$$unique" \
545 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
546 $$tags $$unique
Lev Walkinf15320b2004-06-03 03:38:44 +0000547
548GTAGS:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000549 here=`$(am__cd) $(top_builddir) && pwd` \
Lev Walkinf15320b2004-06-03 03:38:44 +0000550 && cd $(top_srcdir) \
551 && gtags -i $(GTAGS_ARGS) $$here
552
553distclean-tags:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000554 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000555
556distdir: $(DISTFILES)
Lev Walkin4c776e52010-11-08 02:07:31 -0800557 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
558 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
559 list='$(DISTFILES)'; \
560 dist_files=`for file in $$list; do echo $$file; done | \
561 sed -e "s|^$$srcdirstrip/||;t" \
562 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
563 case $$dist_files in \
564 */*) $(MKDIR_P) `echo "$$dist_files" | \
565 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
566 sort -u` ;; \
567 esac; \
568 for file in $$dist_files; do \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000569 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000570 if test -d $$d/$$file; then \
Lev Walkin4c776e52010-11-08 02:07:31 -0800571 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000572 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
573 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
574 fi; \
575 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000576 else \
577 test -f $(distdir)/$$file \
578 || cp -p $$d/$$file $(distdir)/$$file \
579 || exit 1; \
580 fi; \
581 done
Lev Walkin5af1a692006-08-18 01:54:27 +0000582 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Lev Walkinf15320b2004-06-03 03:38:44 +0000583 if test "$$subdir" = .; then :; else \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000584 test -d "$(distdir)/$$subdir" \
Lev Walkin4c776e52010-11-08 02:07:31 -0800585 || $(MKDIR_P) "$(distdir)/$$subdir" \
Lev Walkinf15320b2004-06-03 03:38:44 +0000586 || exit 1; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000587 distdir=`$(am__cd) $(distdir) && pwd`; \
588 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000589 (cd $$subdir && \
590 $(MAKE) $(AM_MAKEFLAGS) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000591 top_distdir="$$top_distdir" \
592 distdir="$$distdir/$$subdir" \
Lev Walkin4c776e52010-11-08 02:07:31 -0800593 am__remove_distdir=: \
594 am__skip_length_check=: \
Lev Walkinf15320b2004-06-03 03:38:44 +0000595 distdir) \
596 || exit 1; \
597 fi; \
598 done
599check-am: all-am
Lev Walkin08afe612007-07-23 06:49:56 +0000600 $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000601check: check-recursive
602all-am: Makefile $(DATA)
603installdirs: installdirs-recursive
604installdirs-am:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000605 for dir in "$(DESTDIR)$(pkgdatadir)"; do \
Lev Walkin4c776e52010-11-08 02:07:31 -0800606 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000607 done
Lev Walkinf15320b2004-06-03 03:38:44 +0000608install: install-recursive
609install-exec: install-exec-recursive
610install-data: install-data-recursive
611uninstall: uninstall-recursive
612
613install-am: all-am
614 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
615
616installcheck: installcheck-recursive
617install-strip:
618 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000619 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Lev Walkinf15320b2004-06-03 03:38:44 +0000620 `test -z '$(STRIP)' || \
621 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
622mostlyclean-generic:
623
624clean-generic:
625
626distclean-generic:
Lev Walkin5af1a692006-08-18 01:54:27 +0000627 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000628
629maintainer-clean-generic:
630 @echo "This command is intended for maintainers to use"
631 @echo "it deletes files that may require special tools to rebuild."
632clean: clean-recursive
633
Lev Walkin08afe612007-07-23 06:49:56 +0000634clean-am: clean-checkLTLIBRARIES clean-generic clean-libtool \
635 mostlyclean-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000636
637distclean: distclean-recursive
Lev Walkin08afe612007-07-23 06:49:56 +0000638 -rm -rf ./$(DEPDIR)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000639 -rm -f Makefile
Lev Walkin08afe612007-07-23 06:49:56 +0000640distclean-am: clean-am distclean-compile distclean-generic \
Lev Walkin4c776e52010-11-08 02:07:31 -0800641 distclean-tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000642
643dvi: dvi-recursive
644
645dvi-am:
646
Lev Walkin8e8b5482004-06-17 23:42:48 +0000647html: html-recursive
648
Lev Walkinf15320b2004-06-03 03:38:44 +0000649info: info-recursive
650
651info-am:
652
653install-data-am: install-dist_pkgdataDATA
654
Lev Walkin4c776e52010-11-08 02:07:31 -0800655install-dvi: install-dvi-recursive
656
Lev Walkinf15320b2004-06-03 03:38:44 +0000657install-exec-am:
658
Lev Walkin4c776e52010-11-08 02:07:31 -0800659install-html: install-html-recursive
660
Lev Walkinf15320b2004-06-03 03:38:44 +0000661install-info: install-info-recursive
662
663install-man:
664
Lev Walkin4c776e52010-11-08 02:07:31 -0800665install-pdf: install-pdf-recursive
666
667install-ps: install-ps-recursive
668
Lev Walkinf15320b2004-06-03 03:38:44 +0000669installcheck-am:
670
671maintainer-clean: maintainer-clean-recursive
Lev Walkin08afe612007-07-23 06:49:56 +0000672 -rm -rf ./$(DEPDIR)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000673 -rm -f Makefile
Lev Walkinf15320b2004-06-03 03:38:44 +0000674maintainer-clean-am: distclean-am maintainer-clean-generic
675
676mostlyclean: mostlyclean-recursive
677
Lev Walkin08afe612007-07-23 06:49:56 +0000678mostlyclean-am: mostlyclean-compile mostlyclean-generic \
679 mostlyclean-libtool
Lev Walkinf15320b2004-06-03 03:38:44 +0000680
Lev Walkin8e8b5482004-06-17 23:42:48 +0000681pdf: pdf-recursive
682
683pdf-am:
684
685ps: ps-recursive
686
687ps-am:
688
Lev Walkin4c776e52010-11-08 02:07:31 -0800689uninstall-am: uninstall-dist_pkgdataDATA uninstall-local
Lev Walkinf15320b2004-06-03 03:38:44 +0000690
Lev Walkin4c776e52010-11-08 02:07:31 -0800691.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
692 install-strip
Lev Walkinf15320b2004-06-03 03:38:44 +0000693
Lev Walkin4c776e52010-11-08 02:07:31 -0800694.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
695 all all-am check check-am clean clean-checkLTLIBRARIES \
696 clean-generic clean-libtool ctags ctags-recursive distclean \
Lev Walkin08afe612007-07-23 06:49:56 +0000697 distclean-compile distclean-generic distclean-libtool \
Lev Walkin4c776e52010-11-08 02:07:31 -0800698 distclean-tags distdir dvi dvi-am html html-am info info-am \
699 install install-am install-data install-data-am \
700 install-dist_pkgdataDATA install-dvi install-dvi-am \
701 install-exec install-exec-am install-html install-html-am \
702 install-info install-info-am install-man install-pdf \
703 install-pdf-am install-ps install-ps-am install-strip \
704 installcheck installcheck-am installdirs installdirs-am \
705 maintainer-clean maintainer-clean-generic mostlyclean \
706 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
Lev Walkin08afe612007-07-23 06:49:56 +0000707 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
Lev Walkin4c776e52010-11-08 02:07:31 -0800708 uninstall-dist_pkgdataDATA uninstall-local
Lev Walkinf15320b2004-06-03 03:38:44 +0000709
Lev Walkin3eb6a8e2006-03-06 11:20:57 +0000710
Lev Walkinf15320b2004-06-03 03:38:44 +0000711uninstall-local:
712 -@echo -n " "
713 -rm -f -r $(DESTDIR)$(pkgdatadir)
714# Tell versions [3.59,3.63) of GNU make to not export all variables.
715# Otherwise a system limit (for SysV at least) may be exceeded.
716.NOEXPORT: