blob: a391a53a36ec6474878d3e6ccae7b097bab2ef07 [file] [log] [blame]
vlmfa67ddc2004-06-03 03:38:44 +00001# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14@SET_MAKE@
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = ..
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58build_alias = @build_alias@
59build_triplet = @build@
60host_alias = @host_alias@
61host_triplet = @host@
62target_alias = @target_alias@
63target_triplet = @target@
64ADD_CFLAGS = @ADD_CFLAGS@
65AMTAR = @AMTAR@
66AR = @AR@
67AS = @AS@
68AWK = @AWK@
69CC = @CC@
70CONFIGURE_DEPENDS = @CONFIGURE_DEPENDS@
71CPP = @CPP@
72DEPDIR = @DEPDIR@
73DLLTOOL = @DLLTOOL@
74EXEEXT = @EXEEXT@
75INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
76LEX = @LEX@
77LIBTOOL = @LIBTOOL@
78LN_S = @LN_S@
79MAINT = @MAINT@
80OBJDUMP = @OBJDUMP@
81OBJEXT = @OBJEXT@
82PACKAGE = @PACKAGE@
83PATH = @PATH@
84RANLIB = @RANLIB@
85VERSION = @VERSION@
86YACC = @YACC@
87am__include = @am__include@
88am__quote = @am__quote@
89install_sh = @install_sh@
90
91EXTRA_DIST = *.asn1*
92subdir = tests
93mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
94CONFIG_HEADER = $(top_builddir)/config.h
95CONFIG_CLEAN_FILES =
96DIST_SOURCES =
97DIST_COMMON = README Makefile.am Makefile.in
98all: all-am
99
100.SUFFIXES:
101
102mostlyclean-libtool:
103 -rm -f *.lo
104
105clean-libtool:
106 -rm -rf .libs _libs
107
108distclean-libtool:
109 -rm -f libtool
110$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
111 cd $(top_srcdir) && \
112 $(AUTOMAKE) --gnu tests/Makefile
113Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
114 cd $(top_builddir) && \
115 CONFIG_HEADERS= CONFIG_LINKS= \
116 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
117uninstall-info-am:
118tags: TAGS
119TAGS:
120
121
122DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123
124top_distdir = ..
125distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
126
127distdir: $(DISTFILES)
128 @for file in $(DISTFILES); do \
129 if test -f $$file; then d=.; else d=$(srcdir); fi; \
130 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
131 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
132 $(mkinstalldirs) "$(distdir)/$$dir"; \
133 fi; \
134 if test -d $$d/$$file; then \
135 cp -pR $$d/$$file $(distdir) \
136 || exit 1; \
137 else \
138 test -f $(distdir)/$$file \
139 || cp -p $$d/$$file $(distdir)/$$file \
140 || exit 1; \
141 fi; \
142 done
143check-am: all-am
144check: check-am
145all-am: Makefile
146
147installdirs:
148
149install: install-am
150install-exec: install-exec-am
151install-data: install-data-am
152uninstall: uninstall-am
153
154install-am: all-am
155 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
156
157installcheck: installcheck-am
158install-strip:
159 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
160 `test -z '$(STRIP)' || \
161 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
162mostlyclean-generic:
163
164clean-generic:
165
166distclean-generic:
167 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
168
169maintainer-clean-generic:
170 @echo "This command is intended for maintainers to use"
171 @echo "it deletes files that may require special tools to rebuild."
172clean: clean-am
173
174clean-am: clean-generic clean-libtool mostlyclean-am
175
176distclean: distclean-am
177
178distclean-am: clean-am distclean-generic distclean-libtool
179
180dvi: dvi-am
181
182dvi-am:
183
184info: info-am
185
186info-am:
187
188install-data-am:
189
190install-exec-am:
191
192install-info: install-info-am
193
194install-man:
195
196installcheck-am:
197
198maintainer-clean: maintainer-clean-am
199
200maintainer-clean-am: distclean-am maintainer-clean-generic
201
202mostlyclean: mostlyclean-am
203
204mostlyclean-am: mostlyclean-generic mostlyclean-libtool
205
206uninstall-am: uninstall-info-am
207
208.PHONY: all all-am check check-am clean clean-generic clean-libtool \
209 distclean distclean-generic distclean-libtool distdir dvi \
210 dvi-am info info-am install install-am install-data \
211 install-data-am install-exec install-exec-am install-info \
212 install-info-am install-man install-strip installcheck \
213 installcheck-am installdirs maintainer-clean \
214 maintainer-clean-generic mostlyclean mostlyclean-generic \
215 mostlyclean-libtool uninstall uninstall-am uninstall-info-am
216
217# Tell versions [3.59,3.63) of GNU make to not export all variables.
218# Otherwise a system limit (for SysV at least) may be exceeded.
219.NOEXPORT: