blob: 871499bb3eb332db9fa48118afe7426fcc48dd2d [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 Walkin8e8b5482004-06-17 23:42:48 +000035subdir = libasn1compiler
36DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Lev Walkine7c4b962010-11-09 03:10:36 -080038am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
39 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
40 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
41 $(top_srcdir)/configure.ac
Lev Walkin8e8b5482004-06-17 23:42:48 +000042am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43 $(ACLOCAL_M4)
44mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45CONFIG_HEADER = $(top_builddir)/config.h
46CONFIG_CLEAN_FILES =
47LTLIBRARIES = $(noinst_LTLIBRARIES)
Lev Walkind612ce22004-08-18 04:47:49 +000048libasn1compiler_la_LIBADD =
Lev Walkin8e8b5482004-06-17 23:42:48 +000049am_libasn1compiler_la_OBJECTS = asn1compiler.lo asn1c_misc.lo \
Lev Walkin79f54952004-08-13 16:58:19 +000050 asn1c_out.lo asn1c_lang.lo asn1c_save.lo asn1c_C.lo \
Lev Walkin84cd58e2004-08-19 13:29:46 +000051 asn1c_constraint.lo asn1c_compat.lo asn1c_fdeps.lo
Lev Walkin8e8b5482004-06-17 23:42:48 +000052libasn1compiler_la_OBJECTS = $(am_libasn1compiler_la_OBJECTS)
Lev Walkin4c776e52010-11-08 02:07:31 -080053libasn1compiler_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
54 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
55 $(libasn1compiler_la_LDFLAGS) $(LDFLAGS) -o $@
56DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
Lev Walkin8e8b5482004-06-17 23:42:48 +000057depcomp = $(SHELL) $(top_srcdir)/depcomp
58am__depfiles_maybe = depfiles
Lev Walkin8e8b5482004-06-17 23:42:48 +000059COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
60 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Lev Walkin4c776e52010-11-08 02:07:31 -080061LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
62 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
63 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Lev Walkin8e8b5482004-06-17 23:42:48 +000064CCLD = $(CC)
Lev Walkin4c776e52010-11-08 02:07:31 -080065LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
66 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
67 $(LDFLAGS) -o $@
Lev Walkin60215aa2004-09-07 06:44:55 +000068SOURCES = $(libasn1compiler_la_SOURCES)
69DIST_SOURCES = $(libasn1compiler_la_SOURCES)
Lev Walkin8e8b5482004-06-17 23:42:48 +000070ETAGS = etags
71CTAGS = ctags
72DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73ACLOCAL = @ACLOCAL@
Lev Walkinf15320b2004-06-03 03:38:44 +000074ADD_CFLAGS = @ADD_CFLAGS@
75AMTAR = @AMTAR@
76AR = @AR@
Lev Walkin8e8b5482004-06-17 23:42:48 +000077AUTOCONF = @AUTOCONF@
78AUTOHEADER = @AUTOHEADER@
79AUTOMAKE = @AUTOMAKE@
Lev Walkinf15320b2004-06-03 03:38:44 +000080AWK = @AWK@
81CC = @CC@
Lev Walkin8e8b5482004-06-17 23:42:48 +000082CCDEPMODE = @CCDEPMODE@
83CFLAGS = @CFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +000084CPP = @CPP@
Lev Walkin8e8b5482004-06-17 23:42:48 +000085CPPFLAGS = @CPPFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +000086CYGPATH_W = @CYGPATH_W@
87DEFS = @DEFS@
Lev Walkinf15320b2004-06-03 03:38:44 +000088DEPDIR = @DEPDIR@
Lev Walkin4da95cf2010-10-16 02:46:32 -070089DSYMUTIL = @DSYMUTIL@
90DUMPBIN = @DUMPBIN@
Lev Walkin8e8b5482004-06-17 23:42:48 +000091ECHO_C = @ECHO_C@
92ECHO_N = @ECHO_N@
93ECHO_T = @ECHO_T@
94EGREP = @EGREP@
Lev Walkinf15320b2004-06-03 03:38:44 +000095EXEEXT = @EXEEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -070096FGREP = @FGREP@
Lev Walkin27fd0b62007-08-27 23:57:45 +000097GREP = @GREP@
Lev Walkin4c776e52010-11-08 02:07:31 -080098INSTALL = @INSTALL@
Lev Walkin8e8b5482004-06-17 23:42:48 +000099INSTALL_DATA = @INSTALL_DATA@
100INSTALL_PROGRAM = @INSTALL_PROGRAM@
101INSTALL_SCRIPT = @INSTALL_SCRIPT@
Lev Walkinf15320b2004-06-03 03:38:44 +0000102INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700103LD = @LD@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000104LDFLAGS = @LDFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000105LEX = @LEX@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000106LEXLIB = @LEXLIB@
107LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
108LIBOBJS = @LIBOBJS@
109LIBS = @LIBS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000110LIBTOOL = @LIBTOOL@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700111LIPO = @LIPO@
Lev Walkinf15320b2004-06-03 03:38:44 +0000112LN_S = @LN_S@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000113LTLIBOBJS = @LTLIBOBJS@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000114MAKEINFO = @MAKEINFO@
Lev Walkin4c776e52010-11-08 02:07:31 -0800115MKDIR_P = @MKDIR_P@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700116NM = @NM@
117NMEDIT = @NMEDIT@
Lev Walkinf15320b2004-06-03 03:38:44 +0000118OBJEXT = @OBJEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700119OTOOL = @OTOOL@
120OTOOL64 = @OTOOL64@
Lev Walkinf15320b2004-06-03 03:38:44 +0000121PACKAGE = @PACKAGE@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000122PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
123PACKAGE_NAME = @PACKAGE_NAME@
124PACKAGE_STRING = @PACKAGE_STRING@
125PACKAGE_TARNAME = @PACKAGE_TARNAME@
126PACKAGE_VERSION = @PACKAGE_VERSION@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000127PATH_SEPARATOR = @PATH_SEPARATOR@
Lev Walkinf15320b2004-06-03 03:38:44 +0000128RANLIB = @RANLIB@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700129SED = @SED@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000130SET_MAKE = @SET_MAKE@
131SHELL = @SHELL@
132STRIP = @STRIP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000133VERSION = @VERSION@
134YACC = @YACC@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000135YFLAGS = @YFLAGS@
Lev Walkin4c776e52010-11-08 02:07:31 -0800136abs_builddir = @abs_builddir@
137abs_srcdir = @abs_srcdir@
138abs_top_builddir = @abs_top_builddir@
139abs_top_srcdir = @abs_top_srcdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000140ac_ct_CC = @ac_ct_CC@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700141ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Lev Walkinf15320b2004-06-03 03:38:44 +0000142am__include = @am__include@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000143am__leading_dot = @am__leading_dot@
Lev Walkinf15320b2004-06-03 03:38:44 +0000144am__quote = @am__quote@
Lev Walkin5af1a692006-08-18 01:54:27 +0000145am__tar = @am__tar@
146am__untar = @am__untar@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000147bindir = @bindir@
148build = @build@
149build_alias = @build_alias@
150build_cpu = @build_cpu@
151build_os = @build_os@
152build_vendor = @build_vendor@
Lev Walkin4c776e52010-11-08 02:07:31 -0800153builddir = @builddir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000154datadir = @datadir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000155datarootdir = @datarootdir@
156docdir = @docdir@
157dvidir = @dvidir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000158exec_prefix = @exec_prefix@
159host = @host@
160host_alias = @host_alias@
161host_cpu = @host_cpu@
162host_os = @host_os@
163host_vendor = @host_vendor@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000164htmldir = @htmldir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000165includedir = @includedir@
166infodir = @infodir@
Lev Walkinf15320b2004-06-03 03:38:44 +0000167install_sh = @install_sh@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000168libdir = @libdir@
169libexecdir = @libexecdir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000170localedir = @localedir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000171localstatedir = @localstatedir@
Lev Walkin4c776e52010-11-08 02:07:31 -0800172lt_ECHO = @lt_ECHO@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000173mandir = @mandir@
174mkdir_p = @mkdir_p@
175oldincludedir = @oldincludedir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000176pdfdir = @pdfdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000177prefix = @prefix@
178program_transform_name = @program_transform_name@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000179psdir = @psdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000180sbindir = @sbindir@
181sharedstatedir = @sharedstatedir@
Lev Walkin4c776e52010-11-08 02:07:31 -0800182srcdir = @srcdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000183sysconfdir = @sysconfdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000184target_alias = @target_alias@
Lev Walkin4c776e52010-11-08 02:07:31 -0800185top_builddir = @top_builddir@
186top_srcdir = @top_srcdir@
Lev Walkin5af1a692006-08-18 01:54:27 +0000187AM_CFLAGS = @ADD_CFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000188AM_CPPFLAGS = \
Lev Walkin60215aa2004-09-07 06:44:55 +0000189 -I$(top_srcdir)/libasn1parser \
190 -I$(top_srcdir)/libasn1fix
Lev Walkinf15320b2004-06-03 03:38:44 +0000191
Lev Walkinf15320b2004-06-03 03:38:44 +0000192noinst_LTLIBRARIES = libasn1compiler.la
Lev Walkinf15320b2004-06-03 03:38:44 +0000193libasn1compiler_la_LDFLAGS = -all-static
194libasn1compiler_la_SOURCES = \
195 asn1compiler.c asn1compiler.h \
196 asn1c_misc.c asn1c_misc.h \
197 asn1c_out.c asn1c_out.h \
198 asn1c_lang.c asn1c_lang.h \
199 asn1c_save.c asn1c_save.h \
200 asn1c_C.c asn1c_C.h \
Lev Walkin84cd58e2004-08-19 13:29:46 +0000201 asn1c_constraint.c asn1c_constraint.h \
Lev Walkin79f54952004-08-13 16:58:19 +0000202 asn1c_compat.c asn1c_compat.h \
Lev Walkin84cd58e2004-08-19 13:29:46 +0000203 asn1c_fdeps.c asn1c_fdeps.h \
Lev Walkinf15320b2004-06-03 03:38:44 +0000204 asn1c_internal.h
205
Lev Walkinf15320b2004-06-03 03:38:44 +0000206all: all-am
207
208.SUFFIXES:
209.SUFFIXES: .c .lo .o .obj
Lev Walkine7c4b962010-11-09 03:10:36 -0800210$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000211 @for dep in $?; do \
212 case '$(am__configure_deps)' in \
213 *$$dep*) \
214 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
215 && exit 0; \
216 exit 1;; \
217 esac; \
218 done; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000219 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libasn1compiler/Makefile'; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000220 cd $(top_srcdir) && \
Lev Walkin5af1a692006-08-18 01:54:27 +0000221 $(AUTOMAKE) --foreign libasn1compiler/Makefile
Lev Walkin8e8b5482004-06-17 23:42:48 +0000222.PRECIOUS: Makefile
223Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
224 @case '$?' in \
225 *config.status*) \
226 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
227 *) \
228 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
229 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
230 esac;
231
232$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
233 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234
Lev Walkine7c4b962010-11-09 03:10:36 -0800235$(top_srcdir)/configure: $(am__configure_deps)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000236 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Lev Walkine7c4b962010-11-09 03:10:36 -0800237$(ACLOCAL_M4): $(am__aclocal_m4_deps)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000238 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
239
240clean-noinstLTLIBRARIES:
241 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
242 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
243 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000244 test "$$dir" != "$$p" || dir=.; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000245 echo "rm -f \"$${dir}/so_locations\""; \
246 rm -f "$${dir}/so_locations"; \
247 done
248libasn1compiler.la: $(libasn1compiler_la_OBJECTS) $(libasn1compiler_la_DEPENDENCIES)
Lev Walkin4c776e52010-11-08 02:07:31 -0800249 $(libasn1compiler_la_LINK) $(libasn1compiler_la_OBJECTS) $(libasn1compiler_la_LIBADD) $(LIBS)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000250
Lev Walkin8e8b5482004-06-17 23:42:48 +0000251mostlyclean-compile:
252 -rm -f *.$(OBJEXT)
253
254distclean-compile:
255 -rm -f *.tab.c
256
257@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_C.Plo@am__quote@
Lev Walkin79f54952004-08-13 16:58:19 +0000258@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_compat.Plo@am__quote@
Lev Walkin84cd58e2004-08-19 13:29:46 +0000259@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_constraint.Plo@am__quote@
260@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_fdeps.Plo@am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000261@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_lang.Plo@am__quote@
262@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_misc.Plo@am__quote@
263@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_out.Plo@am__quote@
264@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_save.Plo@am__quote@
265@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1compiler.Plo@am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000266
267.c.o:
Lev Walkin4c776e52010-11-08 02:07:31 -0800268@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
269@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Lev Walkin8e8b5482004-06-17 23:42:48 +0000270@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000271@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000272@am__fastdepCC_FALSE@ $(COMPILE) -c $<
273
274.c.obj:
Lev Walkin4c776e52010-11-08 02:07:31 -0800275@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
276@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Lev Walkin8e8b5482004-06-17 23:42:48 +0000277@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000278@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000279@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
280
281.c.lo:
Lev Walkin4c776e52010-11-08 02:07:31 -0800282@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
283@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
Lev Walkin8e8b5482004-06-17 23:42:48 +0000284@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000285@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000286@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
Lev Walkinf15320b2004-06-03 03:38:44 +0000287
288mostlyclean-libtool:
289 -rm -f *.lo
290
291clean-libtool:
292 -rm -rf .libs _libs
293
Lev Walkinf15320b2004-06-03 03:38:44 +0000294ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000295 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000296 unique=`for i in $$list; do \
297 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
298 done | \
299 $(AWK) ' { files[$$0] = 1; } \
300 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000301 mkid -fID $$unique
302tags: TAGS
Lev Walkinf15320b2004-06-03 03:38:44 +0000303
304TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
305 $(TAGS_FILES) $(LISP)
306 tags=; \
307 here=`pwd`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000308 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000309 unique=`for i in $$list; do \
310 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
311 done | \
312 $(AWK) ' { files[$$0] = 1; } \
313 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000314 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
Lev Walkin5af1a692006-08-18 01:54:27 +0000315 test -n "$$unique" || unique=$$empty_fix; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000316 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
317 $$tags $$unique; \
318 fi
319ctags: CTAGS
320CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
321 $(TAGS_FILES) $(LISP)
322 tags=; \
323 here=`pwd`; \
324 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
325 unique=`for i in $$list; do \
326 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
327 done | \
328 $(AWK) ' { files[$$0] = 1; } \
329 END { for (i in files) print i; }'`; \
330 test -z "$(CTAGS_ARGS)$$tags$$unique" \
331 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
332 $$tags $$unique
Lev Walkinf15320b2004-06-03 03:38:44 +0000333
334GTAGS:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000335 here=`$(am__cd) $(top_builddir) && pwd` \
Lev Walkinf15320b2004-06-03 03:38:44 +0000336 && cd $(top_srcdir) \
337 && gtags -i $(GTAGS_ARGS) $$here
338
339distclean-tags:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000340 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000341
Lev Walkinf15320b2004-06-03 03:38:44 +0000342distdir: $(DISTFILES)
Lev Walkin4c776e52010-11-08 02:07:31 -0800343 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
344 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
345 list='$(DISTFILES)'; \
346 dist_files=`for file in $$list; do echo $$file; done | \
347 sed -e "s|^$$srcdirstrip/||;t" \
348 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
349 case $$dist_files in \
350 */*) $(MKDIR_P) `echo "$$dist_files" | \
351 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
352 sort -u` ;; \
353 esac; \
354 for file in $$dist_files; do \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000355 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000356 if test -d $$d/$$file; then \
Lev Walkin4c776e52010-11-08 02:07:31 -0800357 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000358 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
359 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
360 fi; \
361 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000362 else \
363 test -f $(distdir)/$$file \
364 || cp -p $$d/$$file $(distdir)/$$file \
365 || exit 1; \
366 fi; \
367 done
368check-am: all-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000369check: check-am
370all-am: Makefile $(LTLIBRARIES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000371installdirs:
Lev Walkinf15320b2004-06-03 03:38:44 +0000372install: install-am
373install-exec: install-exec-am
374install-data: install-data-am
375uninstall: uninstall-am
376
377install-am: all-am
378 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
379
380installcheck: installcheck-am
381install-strip:
382 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000383 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Lev Walkinf15320b2004-06-03 03:38:44 +0000384 `test -z '$(STRIP)' || \
385 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
386mostlyclean-generic:
387
388clean-generic:
389
390distclean-generic:
Lev Walkin5af1a692006-08-18 01:54:27 +0000391 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000392
393maintainer-clean-generic:
394 @echo "This command is intended for maintainers to use"
395 @echo "it deletes files that may require special tools to rebuild."
396clean: clean-am
397
Lev Walkin60215aa2004-09-07 06:44:55 +0000398clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
399 mostlyclean-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000400
401distclean: distclean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000402 -rm -rf ./$(DEPDIR)
403 -rm -f Makefile
404distclean-am: clean-am distclean-compile distclean-generic \
Lev Walkin4c776e52010-11-08 02:07:31 -0800405 distclean-tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000406
407dvi: dvi-am
408
409dvi-am:
410
Lev Walkin8e8b5482004-06-17 23:42:48 +0000411html: html-am
412
Lev Walkinf15320b2004-06-03 03:38:44 +0000413info: info-am
414
415info-am:
416
417install-data-am:
418
Lev Walkin4c776e52010-11-08 02:07:31 -0800419install-dvi: install-dvi-am
420
Lev Walkinf15320b2004-06-03 03:38:44 +0000421install-exec-am:
422
Lev Walkin4c776e52010-11-08 02:07:31 -0800423install-html: install-html-am
424
Lev Walkinf15320b2004-06-03 03:38:44 +0000425install-info: install-info-am
426
427install-man:
428
Lev Walkin4c776e52010-11-08 02:07:31 -0800429install-pdf: install-pdf-am
430
431install-ps: install-ps-am
432
Lev Walkinf15320b2004-06-03 03:38:44 +0000433installcheck-am:
434
435maintainer-clean: maintainer-clean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000436 -rm -rf ./$(DEPDIR)
437 -rm -f Makefile
Lev Walkinf15320b2004-06-03 03:38:44 +0000438maintainer-clean-am: distclean-am maintainer-clean-generic
439
440mostlyclean: mostlyclean-am
441
442mostlyclean-am: mostlyclean-compile mostlyclean-generic \
443 mostlyclean-libtool
444
Lev Walkin8e8b5482004-06-17 23:42:48 +0000445pdf: pdf-am
446
447pdf-am:
448
449ps: ps-am
450
451ps-am:
452
Lev Walkin4c776e52010-11-08 02:07:31 -0800453uninstall-am:
454
455.MAKE: install-am install-strip
Lev Walkinf15320b2004-06-03 03:38:44 +0000456
Lev Walkin60215aa2004-09-07 06:44:55 +0000457.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
458 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
459 distclean-compile distclean-generic distclean-libtool \
460 distclean-tags distdir dvi dvi-am html html-am info info-am \
Lev Walkin4c776e52010-11-08 02:07:31 -0800461 install install-am install-data install-data-am install-dvi \
462 install-dvi-am install-exec install-exec-am install-html \
463 install-html-am install-info install-info-am install-man \
464 install-pdf install-pdf-am install-ps install-ps-am \
Lev Walkin60215aa2004-09-07 06:44:55 +0000465 install-strip installcheck installcheck-am installdirs \
466 maintainer-clean maintainer-clean-generic mostlyclean \
467 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
Lev Walkin4c776e52010-11-08 02:07:31 -0800468 pdf pdf-am ps ps-am tags uninstall uninstall-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000469
470# Tell versions [3.59,3.63) of GNU make to not export all variables.
471# Otherwise a system limit (for SysV at least) may be exceeded.
472.NOEXPORT: