blob: e1cefce5f20b8ec80ed5a3945ae5d61a2ee39355 [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 Walkinf15320b2004-06-03 03:38:44 +000035subdir = skeletons
Lev Walkin8e8b5482004-06-17 23:42:48 +000036DIST_COMMON = README $(dist_pkgdata_DATA) $(srcdir)/Makefile.am \
37 $(srcdir)/Makefile.in
38ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Lev Walkine7c4b962010-11-09 03:10:36 -080039am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
40 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
41 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
42 $(top_srcdir)/configure.ac
Lev Walkin8e8b5482004-06-17 23:42:48 +000043am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44 $(ACLOCAL_M4)
Lev Walkinf15320b2004-06-03 03:38:44 +000045mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46CONFIG_HEADER = $(top_builddir)/config.h
47CONFIG_CLEAN_FILES =
Lev Walkin08afe612007-07-23 06:49:56 +000048libasn1cskeletons_la_LIBADD =
49am_libasn1cskeletons_la_OBJECTS = ANY.lo BIT_STRING.lo BMPString.lo \
50 BOOLEAN.lo ENUMERATED.lo GeneralString.lo GeneralizedTime.lo \
51 GraphicString.lo IA5String.lo INTEGER.lo ISO646String.lo \
52 NULL.lo NativeEnumerated.lo NativeInteger.lo NativeReal.lo \
53 NumericString.lo OBJECT_IDENTIFIER.lo OCTET_STRING.lo \
54 ObjectDescriptor.lo PrintableString.lo REAL.lo RELATIVE-OID.lo \
55 T61String.lo TeletexString.lo UTCTime.lo UTF8String.lo \
56 UniversalString.lo VideotexString.lo VisibleString.lo \
57 asn_SEQUENCE_OF.lo asn_SET_OF.lo asn_codecs_prim.lo \
58 ber_decoder.lo ber_tlv_length.lo ber_tlv_tag.lo \
59 constr_CHOICE.lo constr_SEQUENCE.lo constr_SEQUENCE_OF.lo \
60 constr_SET.lo constr_SET_OF.lo constr_TYPE.lo constraints.lo \
61 der_encoder.lo per_decoder.lo per_encoder.lo per_opentype.lo \
62 per_support.lo xer_decoder.lo xer_encoder.lo xer_support.lo
63libasn1cskeletons_la_OBJECTS = $(am_libasn1cskeletons_la_OBJECTS)
Lev Walkin4c776e52010-11-08 02:07:31 -080064DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
Lev Walkin08afe612007-07-23 06:49:56 +000065depcomp = $(SHELL) $(top_srcdir)/depcomp
66am__depfiles_maybe = depfiles
67COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Lev Walkin4c776e52010-11-08 02:07:31 -080069LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
70 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
71 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Lev Walkin08afe612007-07-23 06:49:56 +000072CCLD = $(CC)
Lev Walkin4c776e52010-11-08 02:07:31 -080073LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
74 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
75 $(LDFLAGS) -o $@
Lev Walkin08afe612007-07-23 06:49:56 +000076SOURCES = $(libasn1cskeletons_la_SOURCES)
77DIST_SOURCES = $(libasn1cskeletons_la_SOURCES)
Lev Walkin8e8b5482004-06-17 23:42:48 +000078RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
79 html-recursive info-recursive install-data-recursive \
Lev Walkin4c776e52010-11-08 02:07:31 -080080 install-dvi-recursive install-exec-recursive \
81 install-html-recursive install-info-recursive \
82 install-pdf-recursive install-ps-recursive install-recursive \
83 installcheck-recursive installdirs-recursive pdf-recursive \
84 ps-recursive uninstall-recursive
Lev Walkin5af1a692006-08-18 01:54:27 +000085am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
86am__vpath_adj = case $$p in \
87 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
88 *) f=$$p;; \
89 esac;
90am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
Lev Walkin8e8b5482004-06-17 23:42:48 +000091am__installdirs = "$(DESTDIR)$(pkgdatadir)"
92dist_pkgdataDATA_INSTALL = $(INSTALL_DATA)
Lev Walkinf15320b2004-06-03 03:38:44 +000093DATA = $(dist_pkgdata_DATA)
Lev Walkin4c776e52010-11-08 02:07:31 -080094RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
95 distclean-recursive maintainer-clean-recursive
Lev Walkin8e8b5482004-06-17 23:42:48 +000096ETAGS = etags
97CTAGS = ctags
Lev Walkinf15320b2004-06-03 03:38:44 +000098DIST_SUBDIRS = $(SUBDIRS)
Lev Walkin8e8b5482004-06-17 23:42:48 +000099DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100ACLOCAL = @ACLOCAL@
101ADD_CFLAGS = @ADD_CFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000102AMTAR = @AMTAR@
103AR = @AR@
104AUTOCONF = @AUTOCONF@
105AUTOHEADER = @AUTOHEADER@
106AUTOMAKE = @AUTOMAKE@
107AWK = @AWK@
108CC = @CC@
109CCDEPMODE = @CCDEPMODE@
110CFLAGS = @CFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000111CPP = @CPP@
112CPPFLAGS = @CPPFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000113CYGPATH_W = @CYGPATH_W@
114DEFS = @DEFS@
115DEPDIR = @DEPDIR@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700116DSYMUTIL = @DSYMUTIL@
117DUMPBIN = @DUMPBIN@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000118ECHO_C = @ECHO_C@
119ECHO_N = @ECHO_N@
120ECHO_T = @ECHO_T@
121EGREP = @EGREP@
122EXEEXT = @EXEEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700123FGREP = @FGREP@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000124GREP = @GREP@
Lev Walkin4c776e52010-11-08 02:07:31 -0800125INSTALL = @INSTALL@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000126INSTALL_DATA = @INSTALL_DATA@
127INSTALL_PROGRAM = @INSTALL_PROGRAM@
128INSTALL_SCRIPT = @INSTALL_SCRIPT@
129INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700130LD = @LD@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000131LDFLAGS = @LDFLAGS@
132LEX = @LEX@
133LEXLIB = @LEXLIB@
134LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
135LIBOBJS = @LIBOBJS@
136LIBS = @LIBS@
137LIBTOOL = @LIBTOOL@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700138LIPO = @LIPO@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000139LN_S = @LN_S@
140LTLIBOBJS = @LTLIBOBJS@
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@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000211target_alias = @target_alias@
Lev Walkin4c776e52010-11-08 02:07:31 -0800212top_builddir = @top_builddir@
213top_srcdir = @top_srcdir@
Lev Walkin08afe612007-07-23 06:49:56 +0000214SUBDIRS = . standard-modules tests
Lev Walkin70393102005-03-24 03:30:13 +0000215dist_pkgdata_DATA = \
Lev Walkin610fbba2006-09-23 01:18:21 +0000216 $(srcdir)/README \
Lev Walkin70393102005-03-24 03:30:13 +0000217 $(srcdir)/*.[ch] \
218 $(srcdir)/file-dependencies
219
Lev Walkin08afe612007-07-23 06:49:56 +0000220check_LTLIBRARIES = libasn1cskeletons.la
221libasn1cskeletons_la_SOURCES = \
222 ANY.c ANY.h \
223 BIT_STRING.c BIT_STRING.h \
224 BMPString.c BMPString.h \
225 BOOLEAN.c BOOLEAN.h \
226 ENUMERATED.c ENUMERATED.h \
227 GeneralString.c GeneralString.h \
228 GeneralizedTime.c GeneralizedTime.h \
229 GraphicString.c GraphicString.h \
230 IA5String.c IA5String.h \
231 INTEGER.c INTEGER.h \
232 ISO646String.c ISO646String.h \
233 NULL.c NULL.h \
234 NativeEnumerated.c NativeEnumerated.h \
235 NativeInteger.c NativeInteger.h \
236 NativeReal.c NativeReal.h \
237 NumericString.c NumericString.h \
238 OBJECT_IDENTIFIER.c OBJECT_IDENTIFIER.h \
239 OCTET_STRING.c OCTET_STRING.h \
240 ObjectDescriptor.c ObjectDescriptor.h \
241 PrintableString.c PrintableString.h \
242 REAL.c REAL.h \
243 RELATIVE-OID.c RELATIVE-OID.h \
244 T61String.c T61String.h \
245 TeletexString.c TeletexString.h \
246 UTCTime.c UTCTime.h \
247 UTF8String.c UTF8String.h \
248 UniversalString.c UniversalString.h \
249 VideotexString.c VideotexString.h \
250 VisibleString.c VisibleString.h \
251 asn_SEQUENCE_OF.c asn_SEQUENCE_OF.h \
252 asn_SET_OF.c asn_SET_OF.h \
253 asn_application.h asn_codecs.h \
254 asn_codecs_prim.c asn_codecs_prim.h \
255 asn_internal.h asn_system.h \
256 ber_decoder.c ber_decoder.h \
257 ber_tlv_length.c ber_tlv_length.h \
258 ber_tlv_tag.c ber_tlv_tag.h \
259 constr_CHOICE.c constr_CHOICE.h \
260 constr_SEQUENCE.c constr_SEQUENCE.h \
261 constr_SEQUENCE_OF.c constr_SEQUENCE_OF.h \
262 constr_SET.c constr_SET.h \
263 constr_SET_OF.c constr_SET_OF.h \
264 constr_TYPE.c constr_TYPE.h \
265 constraints.c constraints.h \
266 der_encoder.c der_encoder.h \
267 per_decoder.c per_decoder.h \
268 per_encoder.c per_encoder.h \
269 per_opentype.c per_opentype.h \
270 per_support.c per_support.h \
271 xer_decoder.c xer_decoder.h \
272 xer_encoder.c xer_encoder.h \
273 xer_support.c xer_support.h
274
Lev Walkinf15320b2004-06-03 03:38:44 +0000275all: all-recursive
276
277.SUFFIXES:
Lev Walkin08afe612007-07-23 06:49:56 +0000278.SUFFIXES: .c .lo .o .obj
Lev Walkine7c4b962010-11-09 03:10:36 -0800279$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000280 @for dep in $?; do \
281 case '$(am__configure_deps)' in \
282 *$$dep*) \
283 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
284 && exit 0; \
285 exit 1;; \
286 esac; \
287 done; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000288 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign skeletons/Makefile'; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000289 cd $(top_srcdir) && \
Lev Walkin5af1a692006-08-18 01:54:27 +0000290 $(AUTOMAKE) --foreign skeletons/Makefile
Lev Walkin8e8b5482004-06-17 23:42:48 +0000291.PRECIOUS: Makefile
292Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
293 @case '$?' in \
294 *config.status*) \
295 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
296 *) \
297 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
298 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
299 esac;
300
301$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
302 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303
Lev Walkine7c4b962010-11-09 03:10:36 -0800304$(top_srcdir)/configure: $(am__configure_deps)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000305 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Lev Walkine7c4b962010-11-09 03:10:36 -0800306$(ACLOCAL_M4): $(am__aclocal_m4_deps)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000307 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Lev Walkinf15320b2004-06-03 03:38:44 +0000308
Lev Walkin08afe612007-07-23 06:49:56 +0000309clean-checkLTLIBRARIES:
310 -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
311 @list='$(check_LTLIBRARIES)'; for p in $$list; do \
312 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
313 test "$$dir" != "$$p" || dir=.; \
314 echo "rm -f \"$${dir}/so_locations\""; \
315 rm -f "$${dir}/so_locations"; \
316 done
317libasn1cskeletons.la: $(libasn1cskeletons_la_OBJECTS) $(libasn1cskeletons_la_DEPENDENCIES)
Lev Walkin4c776e52010-11-08 02:07:31 -0800318 $(LINK) $(libasn1cskeletons_la_OBJECTS) $(libasn1cskeletons_la_LIBADD) $(LIBS)
Lev Walkin08afe612007-07-23 06:49:56 +0000319
320mostlyclean-compile:
321 -rm -f *.$(OBJEXT)
322
323distclean-compile:
324 -rm -f *.tab.c
325
326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ANY.Plo@am__quote@
327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BIT_STRING.Plo@am__quote@
328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BMPString.Plo@am__quote@
329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BOOLEAN.Plo@am__quote@
330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ENUMERATED.Plo@am__quote@
331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GeneralString.Plo@am__quote@
332@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GeneralizedTime.Plo@am__quote@
333@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GraphicString.Plo@am__quote@
334@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IA5String.Plo@am__quote@
335@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/INTEGER.Plo@am__quote@
336@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ISO646String.Plo@am__quote@
337@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NULL.Plo@am__quote@
338@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NativeEnumerated.Plo@am__quote@
339@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NativeInteger.Plo@am__quote@
340@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NativeReal.Plo@am__quote@
341@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NumericString.Plo@am__quote@
342@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OBJECT_IDENTIFIER.Plo@am__quote@
343@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OCTET_STRING.Plo@am__quote@
344@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ObjectDescriptor.Plo@am__quote@
345@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PrintableString.Plo@am__quote@
346@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/REAL.Plo@am__quote@
347@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RELATIVE-OID.Plo@am__quote@
348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/T61String.Plo@am__quote@
349@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TeletexString.Plo@am__quote@
350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UTCTime.Plo@am__quote@
351@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UTF8String.Plo@am__quote@
352@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UniversalString.Plo@am__quote@
353@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/VideotexString.Plo@am__quote@
354@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/VisibleString.Plo@am__quote@
355@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn_SEQUENCE_OF.Plo@am__quote@
356@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn_SET_OF.Plo@am__quote@
357@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn_codecs_prim.Plo@am__quote@
358@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ber_decoder.Plo@am__quote@
359@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ber_tlv_length.Plo@am__quote@
360@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ber_tlv_tag.Plo@am__quote@
361@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constr_CHOICE.Plo@am__quote@
362@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constr_SEQUENCE.Plo@am__quote@
363@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constr_SEQUENCE_OF.Plo@am__quote@
364@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constr_SET.Plo@am__quote@
365@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constr_SET_OF.Plo@am__quote@
366@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constr_TYPE.Plo@am__quote@
367@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constraints.Plo@am__quote@
368@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/der_encoder.Plo@am__quote@
369@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/per_decoder.Plo@am__quote@
370@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/per_encoder.Plo@am__quote@
371@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/per_opentype.Plo@am__quote@
372@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/per_support.Plo@am__quote@
373@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xer_decoder.Plo@am__quote@
374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xer_encoder.Plo@am__quote@
375@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xer_support.Plo@am__quote@
376
377.c.o:
Lev Walkin4c776e52010-11-08 02:07:31 -0800378@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
379@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Lev Walkin08afe612007-07-23 06:49:56 +0000380@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
381@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
382@am__fastdepCC_FALSE@ $(COMPILE) -c $<
383
384.c.obj:
Lev Walkin4c776e52010-11-08 02:07:31 -0800385@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
386@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Lev Walkin08afe612007-07-23 06:49:56 +0000387@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
388@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
389@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
390
391.c.lo:
Lev Walkin4c776e52010-11-08 02:07:31 -0800392@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
393@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
Lev Walkin08afe612007-07-23 06:49:56 +0000394@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
395@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
396@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
397
Lev Walkinf15320b2004-06-03 03:38:44 +0000398mostlyclean-libtool:
399 -rm -f *.lo
400
401clean-libtool:
402 -rm -rf .libs _libs
Lev Walkinf15320b2004-06-03 03:38:44 +0000403install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
404 @$(NORMAL_INSTALL)
Lev Walkin4c776e52010-11-08 02:07:31 -0800405 test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
Lev Walkinf15320b2004-06-03 03:38:44 +0000406 @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
407 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000408 f=$(am__strip_dir) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000409 echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
410 $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000411 done
412
413uninstall-dist_pkgdataDATA:
414 @$(NORMAL_UNINSTALL)
415 @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
Lev Walkin5af1a692006-08-18 01:54:27 +0000416 f=$(am__strip_dir) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000417 echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
418 rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000419 done
420
421# This directory's subdirectories are mostly independent; you can cd
422# into them and run `make' without going through this Makefile.
423# To change the values of `make' variables: instead of editing Makefiles,
424# (1) if the variable is set in `config.status', edit `config.status'
425# (which will cause the Makefiles to be regenerated when you run `make');
426# (2) otherwise, pass the desired values on the `make' command line.
427$(RECURSIVE_TARGETS):
Lev Walkin5af1a692006-08-18 01:54:27 +0000428 @failcom='exit 1'; \
429 for f in x $$MAKEFLAGS; do \
430 case $$f in \
431 *=* | --[!k]*);; \
432 *k*) failcom='fail=yes';; \
433 esac; \
434 done; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000435 dot_seen=no; \
436 target=`echo $@ | sed s/-recursive//`; \
437 list='$(SUBDIRS)'; for subdir in $$list; do \
438 echo "Making $$target in $$subdir"; \
439 if test "$$subdir" = "."; then \
440 dot_seen=yes; \
441 local_target="$$target-am"; \
442 else \
443 local_target="$$target"; \
444 fi; \
445 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000446 || eval $$failcom; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000447 done; \
448 if test "$$dot_seen" = "no"; then \
449 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
450 fi; test -z "$$fail"
451
Lev Walkin4c776e52010-11-08 02:07:31 -0800452$(RECURSIVE_CLEAN_TARGETS):
Lev Walkin5af1a692006-08-18 01:54:27 +0000453 @failcom='exit 1'; \
454 for f in x $$MAKEFLAGS; do \
455 case $$f in \
456 *=* | --[!k]*);; \
457 *k*) failcom='fail=yes';; \
458 esac; \
459 done; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000460 dot_seen=no; \
461 case "$@" in \
462 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
463 *) list='$(SUBDIRS)' ;; \
464 esac; \
465 rev=''; for subdir in $$list; do \
466 if test "$$subdir" = "."; then :; else \
467 rev="$$subdir $$rev"; \
468 fi; \
469 done; \
470 rev="$$rev ."; \
471 target=`echo $@ | sed s/-recursive//`; \
472 for subdir in $$rev; do \
473 echo "Making $$target in $$subdir"; \
474 if test "$$subdir" = "."; then \
475 local_target="$$target-am"; \
476 else \
477 local_target="$$target"; \
478 fi; \
479 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000480 || eval $$failcom; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000481 done && test -z "$$fail"
482tags-recursive:
483 list='$(SUBDIRS)'; for subdir in $$list; do \
484 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
485 done
Lev Walkin8e8b5482004-06-17 23:42:48 +0000486ctags-recursive:
487 list='$(SUBDIRS)'; for subdir in $$list; do \
488 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
489 done
Lev Walkinf15320b2004-06-03 03:38:44 +0000490
491ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000492 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000493 unique=`for i in $$list; do \
494 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
495 done | \
496 $(AWK) ' { files[$$0] = 1; } \
497 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000498 mkid -fID $$unique
499tags: TAGS
Lev Walkinf15320b2004-06-03 03:38:44 +0000500
501TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
502 $(TAGS_FILES) $(LISP)
503 tags=; \
504 here=`pwd`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000505 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
506 include_option=--etags-include; \
507 empty_fix=.; \
508 else \
509 include_option=--include; \
510 empty_fix=; \
511 fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000512 list='$(SUBDIRS)'; for subdir in $$list; do \
513 if test "$$subdir" = .; then :; else \
Lev Walkin5af1a692006-08-18 01:54:27 +0000514 test ! -f $$subdir/TAGS || \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000515 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000516 fi; \
517 done; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000518 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000519 unique=`for i in $$list; do \
520 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
521 done | \
522 $(AWK) ' { files[$$0] = 1; } \
523 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000524 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
Lev Walkin5af1a692006-08-18 01:54:27 +0000525 test -n "$$unique" || unique=$$empty_fix; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000526 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
527 $$tags $$unique; \
528 fi
529ctags: CTAGS
530CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
531 $(TAGS_FILES) $(LISP)
532 tags=; \
533 here=`pwd`; \
534 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
535 unique=`for i in $$list; do \
536 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
537 done | \
538 $(AWK) ' { files[$$0] = 1; } \
539 END { for (i in files) print i; }'`; \
540 test -z "$(CTAGS_ARGS)$$tags$$unique" \
541 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
542 $$tags $$unique
Lev Walkinf15320b2004-06-03 03:38:44 +0000543
544GTAGS:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000545 here=`$(am__cd) $(top_builddir) && pwd` \
Lev Walkinf15320b2004-06-03 03:38:44 +0000546 && cd $(top_srcdir) \
547 && gtags -i $(GTAGS_ARGS) $$here
548
549distclean-tags:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000550 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000551
552distdir: $(DISTFILES)
Lev Walkin4c776e52010-11-08 02:07:31 -0800553 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
554 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
555 list='$(DISTFILES)'; \
556 dist_files=`for file in $$list; do echo $$file; done | \
557 sed -e "s|^$$srcdirstrip/||;t" \
558 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
559 case $$dist_files in \
560 */*) $(MKDIR_P) `echo "$$dist_files" | \
561 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
562 sort -u` ;; \
563 esac; \
564 for file in $$dist_files; do \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000565 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000566 if test -d $$d/$$file; then \
Lev Walkin4c776e52010-11-08 02:07:31 -0800567 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000568 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
569 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
570 fi; \
571 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000572 else \
573 test -f $(distdir)/$$file \
574 || cp -p $$d/$$file $(distdir)/$$file \
575 || exit 1; \
576 fi; \
577 done
Lev Walkin5af1a692006-08-18 01:54:27 +0000578 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Lev Walkinf15320b2004-06-03 03:38:44 +0000579 if test "$$subdir" = .; then :; else \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000580 test -d "$(distdir)/$$subdir" \
Lev Walkin4c776e52010-11-08 02:07:31 -0800581 || $(MKDIR_P) "$(distdir)/$$subdir" \
Lev Walkinf15320b2004-06-03 03:38:44 +0000582 || exit 1; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000583 distdir=`$(am__cd) $(distdir) && pwd`; \
584 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000585 (cd $$subdir && \
586 $(MAKE) $(AM_MAKEFLAGS) \
Lev Walkin5af1a692006-08-18 01:54:27 +0000587 top_distdir="$$top_distdir" \
588 distdir="$$distdir/$$subdir" \
Lev Walkin4c776e52010-11-08 02:07:31 -0800589 am__remove_distdir=: \
590 am__skip_length_check=: \
Lev Walkinf15320b2004-06-03 03:38:44 +0000591 distdir) \
592 || exit 1; \
593 fi; \
594 done
595check-am: all-am
Lev Walkin08afe612007-07-23 06:49:56 +0000596 $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000597check: check-recursive
598all-am: Makefile $(DATA)
599installdirs: installdirs-recursive
600installdirs-am:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000601 for dir in "$(DESTDIR)$(pkgdatadir)"; do \
Lev Walkin4c776e52010-11-08 02:07:31 -0800602 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000603 done
Lev Walkinf15320b2004-06-03 03:38:44 +0000604install: install-recursive
605install-exec: install-exec-recursive
606install-data: install-data-recursive
607uninstall: uninstall-recursive
608
609install-am: all-am
610 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
611
612installcheck: installcheck-recursive
613install-strip:
614 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000615 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Lev Walkinf15320b2004-06-03 03:38:44 +0000616 `test -z '$(STRIP)' || \
617 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
618mostlyclean-generic:
619
620clean-generic:
621
622distclean-generic:
Lev Walkin5af1a692006-08-18 01:54:27 +0000623 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000624
625maintainer-clean-generic:
626 @echo "This command is intended for maintainers to use"
627 @echo "it deletes files that may require special tools to rebuild."
628clean: clean-recursive
629
Lev Walkin08afe612007-07-23 06:49:56 +0000630clean-am: clean-checkLTLIBRARIES clean-generic clean-libtool \
631 mostlyclean-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000632
633distclean: distclean-recursive
Lev Walkin08afe612007-07-23 06:49:56 +0000634 -rm -rf ./$(DEPDIR)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000635 -rm -f Makefile
Lev Walkin08afe612007-07-23 06:49:56 +0000636distclean-am: clean-am distclean-compile distclean-generic \
Lev Walkin4c776e52010-11-08 02:07:31 -0800637 distclean-tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000638
639dvi: dvi-recursive
640
641dvi-am:
642
Lev Walkin8e8b5482004-06-17 23:42:48 +0000643html: html-recursive
644
Lev Walkinf15320b2004-06-03 03:38:44 +0000645info: info-recursive
646
647info-am:
648
649install-data-am: install-dist_pkgdataDATA
650
Lev Walkin4c776e52010-11-08 02:07:31 -0800651install-dvi: install-dvi-recursive
652
Lev Walkinf15320b2004-06-03 03:38:44 +0000653install-exec-am:
654
Lev Walkin4c776e52010-11-08 02:07:31 -0800655install-html: install-html-recursive
656
Lev Walkinf15320b2004-06-03 03:38:44 +0000657install-info: install-info-recursive
658
659install-man:
660
Lev Walkin4c776e52010-11-08 02:07:31 -0800661install-pdf: install-pdf-recursive
662
663install-ps: install-ps-recursive
664
Lev Walkinf15320b2004-06-03 03:38:44 +0000665installcheck-am:
666
667maintainer-clean: maintainer-clean-recursive
Lev Walkin08afe612007-07-23 06:49:56 +0000668 -rm -rf ./$(DEPDIR)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000669 -rm -f Makefile
Lev Walkinf15320b2004-06-03 03:38:44 +0000670maintainer-clean-am: distclean-am maintainer-clean-generic
671
672mostlyclean: mostlyclean-recursive
673
Lev Walkin08afe612007-07-23 06:49:56 +0000674mostlyclean-am: mostlyclean-compile mostlyclean-generic \
675 mostlyclean-libtool
Lev Walkinf15320b2004-06-03 03:38:44 +0000676
Lev Walkin8e8b5482004-06-17 23:42:48 +0000677pdf: pdf-recursive
678
679pdf-am:
680
681ps: ps-recursive
682
683ps-am:
684
Lev Walkin4c776e52010-11-08 02:07:31 -0800685uninstall-am: uninstall-dist_pkgdataDATA uninstall-local
Lev Walkinf15320b2004-06-03 03:38:44 +0000686
Lev Walkin4c776e52010-11-08 02:07:31 -0800687.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
688 install-strip
Lev Walkinf15320b2004-06-03 03:38:44 +0000689
Lev Walkin4c776e52010-11-08 02:07:31 -0800690.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
691 all all-am check check-am clean clean-checkLTLIBRARIES \
692 clean-generic clean-libtool ctags ctags-recursive distclean \
Lev Walkin08afe612007-07-23 06:49:56 +0000693 distclean-compile distclean-generic distclean-libtool \
Lev Walkin4c776e52010-11-08 02:07:31 -0800694 distclean-tags distdir dvi dvi-am html html-am info info-am \
695 install install-am install-data install-data-am \
696 install-dist_pkgdataDATA install-dvi install-dvi-am \
697 install-exec install-exec-am install-html install-html-am \
698 install-info install-info-am install-man install-pdf \
699 install-pdf-am install-ps install-ps-am install-strip \
700 installcheck installcheck-am installdirs installdirs-am \
701 maintainer-clean maintainer-clean-generic mostlyclean \
702 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
Lev Walkin08afe612007-07-23 06:49:56 +0000703 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
Lev Walkin4c776e52010-11-08 02:07:31 -0800704 uninstall-dist_pkgdataDATA uninstall-local
Lev Walkinf15320b2004-06-03 03:38:44 +0000705
Lev Walkin3eb6a8e2006-03-06 11:20:57 +0000706
Lev Walkinf15320b2004-06-03 03:38:44 +0000707uninstall-local:
708 -@echo -n " "
709 -rm -f -r $(DESTDIR)$(pkgdatadir)
710# Tell versions [3.59,3.63) of GNU make to not export all variables.
711# Otherwise a system limit (for SysV at least) may be exceeded.
712.NOEXPORT: