Merge from the pain train
[official-gcc.git] / libjava / external / sax / Makefile.in
bloba4b95da0d61610a030ab677963e774a0eb8fac68
1 # Makefile.in generated by automake 1.9.3 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004 Free Software Foundation, Inc.
6 # 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.
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.
15 @SET_MAKE@
17 SOURCES = $(libsax_convenience_la_SOURCES)
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 top_builddir = ../..
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 INSTALL = @INSTALL@
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 target_triplet = @target@
42 subdir = external/sax
43 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/../config/accross.m4 \
46 $(top_srcdir)/../config/acx.m4 \
47 $(top_srcdir)/../config/gcc-version.m4 \
48 $(top_srcdir)/../config/gxx-include-dir.m4 \
49 $(top_srcdir)/../config/iconv.m4 \
50 $(top_srcdir)/../config/lcmessage.m4 \
51 $(top_srcdir)/../config/lib-ld.m4 \
52 $(top_srcdir)/../config/lib-link.m4 \
53 $(top_srcdir)/../config/lib-prefix.m4 $(top_srcdir)/pkg.m4 \
54 $(top_srcdir)/acinclude.m4 \
55 $(top_srcdir)/../config/no-executables.m4 \
56 $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac
57 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58 $(ACLOCAL_M4)
59 CONFIG_HEADER = $(top_builddir)/include/config.h \
60 $(top_builddir)/gcj/libgcj-config.h
61 CONFIG_CLEAN_FILES =
62 LTLIBRARIES = $(noinst_LTLIBRARIES)
63 libsax_convenience_la_LIBADD =
64 am__dirstamp = $(am__leading_dot)dirstamp
65 am_libsax_convenience_la_OBJECTS = \
66 org/xml/sax/SAXNotSupportedException.lo \
67 org/xml/sax/helpers/NamespaceSupport.lo \
68 org/xml/sax/helpers/AttributesImpl.lo \
69 org/xml/sax/helpers/LocatorImpl.lo \
70 org/xml/sax/helpers/DefaultHandler.lo \
71 org/xml/sax/helpers/AttributeListImpl.lo \
72 org/xml/sax/helpers/ParserFactory.lo \
73 org/xml/sax/helpers/NewInstance.lo \
74 org/xml/sax/helpers/XMLFilterImpl.lo \
75 org/xml/sax/helpers/ParserAdapter.lo \
76 org/xml/sax/helpers/XMLReaderAdapter.lo \
77 org/xml/sax/helpers/XMLReaderFactory.lo \
78 org/xml/sax/HandlerBase.lo org/xml/sax/SAXException.lo \
79 org/xml/sax/ContentHandler.lo \
80 org/xml/sax/SAXNotRecognizedException.lo \
81 org/xml/sax/ErrorHandler.lo org/xml/sax/AttributeList.lo \
82 org/xml/sax/Locator.lo org/xml/sax/Attributes.lo \
83 org/xml/sax/SAXParseException.lo org/xml/sax/XMLFilter.lo \
84 org/xml/sax/EntityResolver.lo org/xml/sax/XMLReader.lo \
85 org/xml/sax/ext/Locator2.lo org/xml/sax/ext/LexicalHandler.lo \
86 org/xml/sax/ext/Attributes2Impl.lo \
87 org/xml/sax/ext/DeclHandler.lo org/xml/sax/ext/Attributes2.lo \
88 org/xml/sax/ext/EntityResolver2.lo \
89 org/xml/sax/ext/Locator2Impl.lo \
90 org/xml/sax/ext/DefaultHandler2.lo org/xml/sax/InputSource.lo \
91 org/xml/sax/DocumentHandler.lo org/xml/sax/DTDHandler.lo \
92 org/xml/sax/Parser.lo
93 libsax_convenience_la_OBJECTS = $(am_libsax_convenience_la_OBJECTS)
94 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_builddir)/gcj
95 depcomp = $(SHELL) $(top_srcdir)/../depcomp
96 am__depfiles_maybe = depfiles
97 GCJCOMPILE = $(GCJ) $(AM_GCJFLAGS) $(GCJFLAGS)
98 LTGCJCOMPILE = $(LIBTOOL) --mode=compile $(GCJ) $(AM_GCJFLAGS) \
99 $(GCJFLAGS)
100 GCJLD = $(GCJ)
101 GCJLINK = $(LIBTOOL) --mode=link $(GCJLD) $(AM_GCJFLAGS) $(GCJFLAGS) \
102 $(AM_LDFLAGS) $(LDFLAGS) -o $@
103 SOURCES = $(libsax_convenience_la_SOURCES)
104 DIST_SOURCES = $(libsax_convenience_la_SOURCES)
105 ETAGS = etags
106 CTAGS = ctags
107 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
108 ACLOCAL = @ACLOCAL@
109 ALLOCA = @ALLOCA@
110 AMDEP_FALSE = @AMDEP_FALSE@
111 AMDEP_TRUE = @AMDEP_TRUE@
112 AMTAR = @AMTAR@
113 AR = @AR@
114 AS = @AS@
115 AUTOCONF = @AUTOCONF@
116 AUTOHEADER = @AUTOHEADER@
117 AUTOMAKE = @AUTOMAKE@
118 AWK = @AWK@
119 BACKTRACESPEC = @BACKTRACESPEC@
120 CAIRO_CFLAGS = @CAIRO_CFLAGS@
121 CAIRO_LIBS = @CAIRO_LIBS@
122 CC = @CC@
123 CCDEPMODE = @CCDEPMODE@
124 CFLAGS = @CFLAGS@
125 CHECKREFSPEC = @CHECKREFSPEC@
126 CLASSPATH_SEPARATOR = @CLASSPATH_SEPARATOR@
127 COMPPATH = @COMPPATH@
128 CPP = @CPP@
129 CPPFLAGS = @CPPFLAGS@
130 CXX = @CXX@
131 CXXCPP = @CXXCPP@
132 CXXDEPMODE = @CXXDEPMODE@
133 CXXFLAGS = @CXXFLAGS@
134 CYGPATH_W = @CYGPATH_W@
135 DEFS = @DEFS@
136 DEPDIR = @DEPDIR@
137 DIRLTDL = @DIRLTDL@
138 DIVIDESPEC = @DIVIDESPEC@
139 ECHO_C = @ECHO_C@
140 ECHO_N = @ECHO_N@
141 ECHO_T = @ECHO_T@
142 EGREP = @EGREP@
143 EXCEPTIONSPEC = @EXCEPTIONSPEC@
144 EXEEXT = @EXEEXT@
145 GCC_UNWIND_INCLUDE = @GCC_UNWIND_INCLUDE@
146 GCDEPS = @GCDEPS@
147 GCINCS = @GCINCS@
148 GCJ = @GCJ@
149 GCJDEPMODE = @GCJDEPMODE@
150 GCJFLAGS = @GCJFLAGS@
151 GCJH = @GCJH@
152 GCJVERSION = @GCJVERSION@
153 GCLIBS = @GCLIBS@
154 GCSPEC = @GCSPEC@
155 GCTESTSPEC = @GCTESTSPEC@
156 GLIB_CFLAGS = @GLIB_CFLAGS@
157 GLIB_LIBS = @GLIB_LIBS@
158 GTK_AWT_FALSE = @GTK_AWT_FALSE@
159 GTK_AWT_TRUE = @GTK_AWT_TRUE@
160 GTK_CAIRO_FALSE = @GTK_CAIRO_FALSE@
161 GTK_CAIRO_TRUE = @GTK_CAIRO_TRUE@
162 GTK_CFLAGS = @GTK_CFLAGS@
163 GTK_LIBS = @GTK_LIBS@
164 HASH_SYNC_SPEC = @HASH_SYNC_SPEC@
165 IEEESPEC = @IEEESPEC@
166 INCLTDL = @INCLTDL@
167 INSTALL_DATA = @INSTALL_DATA@
168 INSTALL_PROGRAM = @INSTALL_PROGRAM@
169 INSTALL_SCRIPT = @INSTALL_SCRIPT@
170 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
171 INTERPRETER = @INTERPRETER@
172 JC1GCSPEC = @JC1GCSPEC@
173 LDFLAGS = @LDFLAGS@
174 LIBART_CFLAGS = @LIBART_CFLAGS@
175 LIBART_LIBS = @LIBART_LIBS@
176 LIBFFI = @LIBFFI@
177 LIBFFIINCS = @LIBFFIINCS@
178 LIBGCJDEBUG = @LIBGCJDEBUG@
179 LIBGCJTESTSPEC = @LIBGCJTESTSPEC@
180 LIBGCJ_CFLAGS = @LIBGCJ_CFLAGS@
181 LIBGCJ_CXXFLAGS = @LIBGCJ_CXXFLAGS@
182 LIBGCJ_JAVAFLAGS = @LIBGCJ_JAVAFLAGS@
183 LIBGCJ_LD_SYMBOLIC = @LIBGCJ_LD_SYMBOLIC@
184 LIBICONV = @LIBICONV@
185 LIBLTDL = @LIBLTDL@
186 LIBOBJS = @LIBOBJS@
187 LIBS = @LIBS@
188 LIBTOOL = @LIBTOOL@
189 LN_S = @LN_S@
190 LTLIBICONV = @LTLIBICONV@
191 LTLIBOBJS = @LTLIBOBJS@
192 MAINT = @MAINT@
193 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
194 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
195 MAKEINFO = @MAKEINFO@
196 NATIVE_FALSE = @NATIVE_FALSE@
197 NATIVE_TRUE = @NATIVE_TRUE@
198 NEEDS_DATA_START_FALSE = @NEEDS_DATA_START_FALSE@
199 NEEDS_DATA_START_TRUE = @NEEDS_DATA_START_TRUE@
200 OBJEXT = @OBJEXT@
201 ONESTEP_FALSE = @ONESTEP_FALSE@
202 ONESTEP_TRUE = @ONESTEP_TRUE@
203 PACKAGE = @PACKAGE@
204 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
205 PACKAGE_NAME = @PACKAGE_NAME@
206 PACKAGE_STRING = @PACKAGE_STRING@
207 PACKAGE_TARNAME = @PACKAGE_TARNAME@
208 PACKAGE_VERSION = @PACKAGE_VERSION@
209 PANGOFT2_CFLAGS = @PANGOFT2_CFLAGS@
210 PANGOFT2_LIBS = @PANGOFT2_LIBS@
211 PATH_SEPARATOR = @PATH_SEPARATOR@
212 PERL = @PERL@
213 PKG_CONFIG = @PKG_CONFIG@
214 PLATFORM_INNER_NAT_HDRS = @PLATFORM_INNER_NAT_HDRS@
215 RANLIB = @RANLIB@
216 SET_MAKE = @SET_MAKE@
217 SHELL = @SHELL@
218 STRIP = @STRIP@
219 SUPPLY_BACKTRACE_FALSE = @SUPPLY_BACKTRACE_FALSE@
220 SUPPLY_BACKTRACE_TRUE = @SUPPLY_BACKTRACE_TRUE@
221 SYSDEP_SOURCES = @SYSDEP_SOURCES@
222 SYSTEMSPEC = @SYSTEMSPEC@
223 SYS_ZLIBS = @SYS_ZLIBS@
224 TESTSUBDIR_FALSE = @TESTSUBDIR_FALSE@
225 TESTSUBDIR_TRUE = @TESTSUBDIR_TRUE@
226 THREADCXXFLAGS = @THREADCXXFLAGS@
227 THREADDEPS = @THREADDEPS@
228 THREADINCS = @THREADINCS@
229 THREADLDFLAGS = @THREADLDFLAGS@
230 THREADLIBS = @THREADLIBS@
231 THREADSPEC = @THREADSPEC@
232 TOOLKIT = @TOOLKIT@
233 USING_BOEHMGC_FALSE = @USING_BOEHMGC_FALSE@
234 USING_BOEHMGC_TRUE = @USING_BOEHMGC_TRUE@
235 USING_DARWIN_CRT_FALSE = @USING_DARWIN_CRT_FALSE@
236 USING_DARWIN_CRT_TRUE = @USING_DARWIN_CRT_TRUE@
237 USING_ECOS_PLATFORM_FALSE = @USING_ECOS_PLATFORM_FALSE@
238 USING_ECOS_PLATFORM_TRUE = @USING_ECOS_PLATFORM_TRUE@
239 USING_GCC_FALSE = @USING_GCC_FALSE@
240 USING_GCC_TRUE = @USING_GCC_TRUE@
241 USING_NOGC_FALSE = @USING_NOGC_FALSE@
242 USING_NOGC_TRUE = @USING_NOGC_TRUE@
243 USING_NO_THREADS_FALSE = @USING_NO_THREADS_FALSE@
244 USING_NO_THREADS_TRUE = @USING_NO_THREADS_TRUE@
245 USING_POSIX_PLATFORM_FALSE = @USING_POSIX_PLATFORM_FALSE@
246 USING_POSIX_PLATFORM_TRUE = @USING_POSIX_PLATFORM_TRUE@
247 USING_POSIX_THREADS_FALSE = @USING_POSIX_THREADS_FALSE@
248 USING_POSIX_THREADS_TRUE = @USING_POSIX_THREADS_TRUE@
249 USING_WIN32_PLATFORM_FALSE = @USING_WIN32_PLATFORM_FALSE@
250 USING_WIN32_PLATFORM_TRUE = @USING_WIN32_PLATFORM_TRUE@
251 USING_WIN32_THREADS_FALSE = @USING_WIN32_THREADS_FALSE@
252 USING_WIN32_THREADS_TRUE = @USING_WIN32_THREADS_TRUE@
253 VERSION = @VERSION@
254 XLIB_AWT_FALSE = @XLIB_AWT_FALSE@
255 XLIB_AWT_TRUE = @XLIB_AWT_TRUE@
256 X_CFLAGS = @X_CFLAGS@
257 X_EXTRA_LIBS = @X_EXTRA_LIBS@
258 X_LIBS = @X_LIBS@
259 X_PRE_LIBS = @X_PRE_LIBS@
260 ZINCS = @ZINCS@
261 ZIP = @ZIP@
262 ZLIBS = @ZLIBS@
263 ZLIBSPEC = @ZLIBSPEC@
264 ZLIBTESTSPEC = @ZLIBTESTSPEC@
265 ac_ct_AR = @ac_ct_AR@
266 ac_ct_AS = @ac_ct_AS@
267 ac_ct_CC = @ac_ct_CC@
268 ac_ct_CXX = @ac_ct_CXX@
269 ac_ct_GCJ = @ac_ct_GCJ@
270 ac_ct_RANLIB = @ac_ct_RANLIB@
271 ac_ct_STRIP = @ac_ct_STRIP@
272 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
273 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
274 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
275 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
276 am__fastdepGCJ_FALSE = @am__fastdepGCJ_FALSE@
277 am__fastdepGCJ_TRUE = @am__fastdepGCJ_TRUE@
278 am__include = @am__include@
279 am__leading_dot = @am__leading_dot@
280 am__quote = @am__quote@
281 am__tar = @am__tar@
282 am__untar = @am__untar@
283 bindir = @bindir@
284 build = @build@
285 build_alias = @build_alias@
286 build_cpu = @build_cpu@
287 build_os = @build_os@
288 build_vendor = @build_vendor@
289 datadir = @datadir@
290 exec_prefix = @exec_prefix@
291 gcc_version = @gcc_version@
292 gcc_version_full = @gcc_version_full@
293 gcc_version_trigger = @gcc_version_trigger@
294 gxx_include_dir = @gxx_include_dir@
295 here = @here@
296 host = @host@
297 host_alias = @host_alias@
298 host_cpu = @host_cpu@
299 host_os = @host_os@
300 host_vendor = @host_vendor@
301 includedir = @includedir@
302 infodir = @infodir@
303 install_sh = @install_sh@
304 libdir = @libdir@
305 libexecdir = @libexecdir@
306 libgcj_basedir = @libgcj_basedir@
307 libstdcxx_incdir = @libstdcxx_incdir@
308 localstatedir = @localstatedir@
309 mandir = @mandir@
310 mkdir_p = @mkdir_p@
311 mkinstalldirs = @mkinstalldirs@
312 oldincludedir = @oldincludedir@
313 prefix = @prefix@
314 program_transform_name = @program_transform_name@
315 sbindir = @sbindir@
316 sharedstatedir = @sharedstatedir@
317 subdirs = @subdirs@
318 sysconfdir = @sysconfdir@
319 target = @target@
320 target_alias = @target_alias@
321 target_cpu = @target_cpu@
322 target_noncanonical = @target_noncanonical@
323 target_os = @target_os@
324 target_vendor = @target_vendor@
325 tool_include_dir = @tool_include_dir@
326 toolexecdir = @toolexecdir@
327 toolexeclibdir = @toolexeclibdir@
328 toolexecmainlibdir = @toolexecmainlibdir@
329 AUTOMAKE_OPTIONS = foreign subdir-objects
330 GCJ_WITH_FLAGS = $(GCJ) --encoding=UTF-8 -Wno-deprecated -fbootclasspath=$(BOOTCLASSPATH)
331 BOOTCLASSPATH = $(here)'$(CLASSPATH_SEPARATOR)'$(srcdir)'$(CLASSPATH_SEPARATOR)'$(top_srcdir)'$(CLASSPATH_SEPARATOR)'$(top_builddir)
332 AM_GCJFLAGS = \
333 -B$(top_builddir) \
334 @LIBGCJ_JAVAFLAGS@ \
335 -fclasspath= -fbootclasspath=$(BOOTCLASSPATH) \
336 --encoding=UTF-8 \
337 -Wno-deprecated
339 BUILT_SOURCES = classes.stamp
340 noinst_LTLIBRARIES = libsax_convenience.la
341 libsax_convenience_la_SOURCES = \
342 org/xml/sax/SAXNotSupportedException.java \
343 org/xml/sax/helpers/NamespaceSupport.java \
344 org/xml/sax/helpers/AttributesImpl.java \
345 org/xml/sax/helpers/LocatorImpl.java \
346 org/xml/sax/helpers/DefaultHandler.java \
347 org/xml/sax/helpers/AttributeListImpl.java \
348 org/xml/sax/helpers/ParserFactory.java \
349 org/xml/sax/helpers/NewInstance.java \
350 org/xml/sax/helpers/XMLFilterImpl.java \
351 org/xml/sax/helpers/ParserAdapter.java \
352 org/xml/sax/helpers/XMLReaderAdapter.java \
353 org/xml/sax/helpers/XMLReaderFactory.java \
354 org/xml/sax/HandlerBase.java \
355 org/xml/sax/SAXException.java \
356 org/xml/sax/ContentHandler.java \
357 org/xml/sax/SAXNotRecognizedException.java \
358 org/xml/sax/ErrorHandler.java \
359 org/xml/sax/AttributeList.java \
360 org/xml/sax/Locator.java \
361 org/xml/sax/Attributes.java \
362 org/xml/sax/SAXParseException.java \
363 org/xml/sax/XMLFilter.java \
364 org/xml/sax/EntityResolver.java \
365 org/xml/sax/XMLReader.java \
366 org/xml/sax/ext/Locator2.java \
367 org/xml/sax/ext/LexicalHandler.java \
368 org/xml/sax/ext/Attributes2Impl.java \
369 org/xml/sax/ext/DeclHandler.java \
370 org/xml/sax/ext/Attributes2.java \
371 org/xml/sax/ext/EntityResolver2.java \
372 org/xml/sax/ext/Locator2Impl.java \
373 org/xml/sax/ext/DefaultHandler2.java \
374 org/xml/sax/InputSource.java \
375 org/xml/sax/DocumentHandler.java \
376 org/xml/sax/DTDHandler.java \
377 org/xml/sax/Parser.java
379 all: $(BUILT_SOURCES)
380 $(MAKE) $(AM_MAKEFLAGS) all-am
382 .SUFFIXES:
383 .SUFFIXES: .java .lo .o .obj
384 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
385 @for dep in $?; do \
386 case '$(am__configure_deps)' in \
387 *$$dep*) \
388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
389 && exit 0; \
390 exit 1;; \
391 esac; \
392 done; \
393 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign external/sax/Makefile'; \
394 cd $(top_srcdir) && \
395 $(AUTOMAKE) --foreign external/sax/Makefile
396 .PRECIOUS: Makefile
397 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
398 @case '$?' in \
399 *config.status*) \
400 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
401 *) \
402 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
403 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
404 esac;
406 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
407 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
409 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
410 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
411 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
412 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
414 clean-noinstLTLIBRARIES:
415 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
416 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
417 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
418 test "$$dir" != "$$p" || dir=.; \
419 echo "rm -f \"$${dir}/so_locations\""; \
420 rm -f "$${dir}/so_locations"; \
421 done
422 org/xml/sax/$(am__dirstamp):
423 @$(mkdir_p) org/xml/sax
424 @: > org/xml/sax/$(am__dirstamp)
425 org/xml/sax/$(DEPDIR)/$(am__dirstamp):
426 @$(mkdir_p) org/xml/sax/$(DEPDIR)
427 @: > org/xml/sax/$(DEPDIR)/$(am__dirstamp)
428 org/xml/sax/SAXNotSupportedException.lo: org/xml/sax/$(am__dirstamp) \
429 org/xml/sax/$(DEPDIR)/$(am__dirstamp)
430 org/xml/sax/helpers/$(am__dirstamp):
431 @$(mkdir_p) org/xml/sax/helpers
432 @: > org/xml/sax/helpers/$(am__dirstamp)
433 org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp):
434 @$(mkdir_p) org/xml/sax/helpers/$(DEPDIR)
435 @: > org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
436 org/xml/sax/helpers/NamespaceSupport.lo: \
437 org/xml/sax/helpers/$(am__dirstamp) \
438 org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
439 org/xml/sax/helpers/AttributesImpl.lo: \
440 org/xml/sax/helpers/$(am__dirstamp) \
441 org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
442 org/xml/sax/helpers/LocatorImpl.lo: \
443 org/xml/sax/helpers/$(am__dirstamp) \
444 org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
445 org/xml/sax/helpers/DefaultHandler.lo: \
446 org/xml/sax/helpers/$(am__dirstamp) \
447 org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
448 org/xml/sax/helpers/AttributeListImpl.lo: \
449 org/xml/sax/helpers/$(am__dirstamp) \
450 org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
451 org/xml/sax/helpers/ParserFactory.lo: \
452 org/xml/sax/helpers/$(am__dirstamp) \
453 org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
454 org/xml/sax/helpers/NewInstance.lo: \
455 org/xml/sax/helpers/$(am__dirstamp) \
456 org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
457 org/xml/sax/helpers/XMLFilterImpl.lo: \
458 org/xml/sax/helpers/$(am__dirstamp) \
459 org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
460 org/xml/sax/helpers/ParserAdapter.lo: \
461 org/xml/sax/helpers/$(am__dirstamp) \
462 org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
463 org/xml/sax/helpers/XMLReaderAdapter.lo: \
464 org/xml/sax/helpers/$(am__dirstamp) \
465 org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
466 org/xml/sax/helpers/XMLReaderFactory.lo: \
467 org/xml/sax/helpers/$(am__dirstamp) \
468 org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
469 org/xml/sax/HandlerBase.lo: org/xml/sax/$(am__dirstamp) \
470 org/xml/sax/$(DEPDIR)/$(am__dirstamp)
471 org/xml/sax/SAXException.lo: org/xml/sax/$(am__dirstamp) \
472 org/xml/sax/$(DEPDIR)/$(am__dirstamp)
473 org/xml/sax/ContentHandler.lo: org/xml/sax/$(am__dirstamp) \
474 org/xml/sax/$(DEPDIR)/$(am__dirstamp)
475 org/xml/sax/SAXNotRecognizedException.lo: org/xml/sax/$(am__dirstamp) \
476 org/xml/sax/$(DEPDIR)/$(am__dirstamp)
477 org/xml/sax/ErrorHandler.lo: org/xml/sax/$(am__dirstamp) \
478 org/xml/sax/$(DEPDIR)/$(am__dirstamp)
479 org/xml/sax/AttributeList.lo: org/xml/sax/$(am__dirstamp) \
480 org/xml/sax/$(DEPDIR)/$(am__dirstamp)
481 org/xml/sax/Locator.lo: org/xml/sax/$(am__dirstamp) \
482 org/xml/sax/$(DEPDIR)/$(am__dirstamp)
483 org/xml/sax/Attributes.lo: org/xml/sax/$(am__dirstamp) \
484 org/xml/sax/$(DEPDIR)/$(am__dirstamp)
485 org/xml/sax/SAXParseException.lo: org/xml/sax/$(am__dirstamp) \
486 org/xml/sax/$(DEPDIR)/$(am__dirstamp)
487 org/xml/sax/XMLFilter.lo: org/xml/sax/$(am__dirstamp) \
488 org/xml/sax/$(DEPDIR)/$(am__dirstamp)
489 org/xml/sax/EntityResolver.lo: org/xml/sax/$(am__dirstamp) \
490 org/xml/sax/$(DEPDIR)/$(am__dirstamp)
491 org/xml/sax/XMLReader.lo: org/xml/sax/$(am__dirstamp) \
492 org/xml/sax/$(DEPDIR)/$(am__dirstamp)
493 org/xml/sax/ext/$(am__dirstamp):
494 @$(mkdir_p) org/xml/sax/ext
495 @: > org/xml/sax/ext/$(am__dirstamp)
496 org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp):
497 @$(mkdir_p) org/xml/sax/ext/$(DEPDIR)
498 @: > org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp)
499 org/xml/sax/ext/Locator2.lo: org/xml/sax/ext/$(am__dirstamp) \
500 org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp)
501 org/xml/sax/ext/LexicalHandler.lo: org/xml/sax/ext/$(am__dirstamp) \
502 org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp)
503 org/xml/sax/ext/Attributes2Impl.lo: org/xml/sax/ext/$(am__dirstamp) \
504 org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp)
505 org/xml/sax/ext/DeclHandler.lo: org/xml/sax/ext/$(am__dirstamp) \
506 org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp)
507 org/xml/sax/ext/Attributes2.lo: org/xml/sax/ext/$(am__dirstamp) \
508 org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp)
509 org/xml/sax/ext/EntityResolver2.lo: org/xml/sax/ext/$(am__dirstamp) \
510 org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp)
511 org/xml/sax/ext/Locator2Impl.lo: org/xml/sax/ext/$(am__dirstamp) \
512 org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp)
513 org/xml/sax/ext/DefaultHandler2.lo: org/xml/sax/ext/$(am__dirstamp) \
514 org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp)
515 org/xml/sax/InputSource.lo: org/xml/sax/$(am__dirstamp) \
516 org/xml/sax/$(DEPDIR)/$(am__dirstamp)
517 org/xml/sax/DocumentHandler.lo: org/xml/sax/$(am__dirstamp) \
518 org/xml/sax/$(DEPDIR)/$(am__dirstamp)
519 org/xml/sax/DTDHandler.lo: org/xml/sax/$(am__dirstamp) \
520 org/xml/sax/$(DEPDIR)/$(am__dirstamp)
521 org/xml/sax/Parser.lo: org/xml/sax/$(am__dirstamp) \
522 org/xml/sax/$(DEPDIR)/$(am__dirstamp)
523 libsax_convenience.la: $(libsax_convenience_la_OBJECTS) $(libsax_convenience_la_DEPENDENCIES)
524 $(GCJLINK) $(libsax_convenience_la_LDFLAGS) $(libsax_convenience_la_OBJECTS) $(libsax_convenience_la_LIBADD) $(LIBS)
526 mostlyclean-compile:
527 -rm -f *.$(OBJEXT)
528 -rm -f org/xml/sax/AttributeList.$(OBJEXT)
529 -rm -f org/xml/sax/AttributeList.lo
530 -rm -f org/xml/sax/Attributes.$(OBJEXT)
531 -rm -f org/xml/sax/Attributes.lo
532 -rm -f org/xml/sax/ContentHandler.$(OBJEXT)
533 -rm -f org/xml/sax/ContentHandler.lo
534 -rm -f org/xml/sax/DTDHandler.$(OBJEXT)
535 -rm -f org/xml/sax/DTDHandler.lo
536 -rm -f org/xml/sax/DocumentHandler.$(OBJEXT)
537 -rm -f org/xml/sax/DocumentHandler.lo
538 -rm -f org/xml/sax/EntityResolver.$(OBJEXT)
539 -rm -f org/xml/sax/EntityResolver.lo
540 -rm -f org/xml/sax/ErrorHandler.$(OBJEXT)
541 -rm -f org/xml/sax/ErrorHandler.lo
542 -rm -f org/xml/sax/HandlerBase.$(OBJEXT)
543 -rm -f org/xml/sax/HandlerBase.lo
544 -rm -f org/xml/sax/InputSource.$(OBJEXT)
545 -rm -f org/xml/sax/InputSource.lo
546 -rm -f org/xml/sax/Locator.$(OBJEXT)
547 -rm -f org/xml/sax/Locator.lo
548 -rm -f org/xml/sax/Parser.$(OBJEXT)
549 -rm -f org/xml/sax/Parser.lo
550 -rm -f org/xml/sax/SAXException.$(OBJEXT)
551 -rm -f org/xml/sax/SAXException.lo
552 -rm -f org/xml/sax/SAXNotRecognizedException.$(OBJEXT)
553 -rm -f org/xml/sax/SAXNotRecognizedException.lo
554 -rm -f org/xml/sax/SAXNotSupportedException.$(OBJEXT)
555 -rm -f org/xml/sax/SAXNotSupportedException.lo
556 -rm -f org/xml/sax/SAXParseException.$(OBJEXT)
557 -rm -f org/xml/sax/SAXParseException.lo
558 -rm -f org/xml/sax/XMLFilter.$(OBJEXT)
559 -rm -f org/xml/sax/XMLFilter.lo
560 -rm -f org/xml/sax/XMLReader.$(OBJEXT)
561 -rm -f org/xml/sax/XMLReader.lo
562 -rm -f org/xml/sax/ext/Attributes2.$(OBJEXT)
563 -rm -f org/xml/sax/ext/Attributes2.lo
564 -rm -f org/xml/sax/ext/Attributes2Impl.$(OBJEXT)
565 -rm -f org/xml/sax/ext/Attributes2Impl.lo
566 -rm -f org/xml/sax/ext/DeclHandler.$(OBJEXT)
567 -rm -f org/xml/sax/ext/DeclHandler.lo
568 -rm -f org/xml/sax/ext/DefaultHandler2.$(OBJEXT)
569 -rm -f org/xml/sax/ext/DefaultHandler2.lo
570 -rm -f org/xml/sax/ext/EntityResolver2.$(OBJEXT)
571 -rm -f org/xml/sax/ext/EntityResolver2.lo
572 -rm -f org/xml/sax/ext/LexicalHandler.$(OBJEXT)
573 -rm -f org/xml/sax/ext/LexicalHandler.lo
574 -rm -f org/xml/sax/ext/Locator2.$(OBJEXT)
575 -rm -f org/xml/sax/ext/Locator2.lo
576 -rm -f org/xml/sax/ext/Locator2Impl.$(OBJEXT)
577 -rm -f org/xml/sax/ext/Locator2Impl.lo
578 -rm -f org/xml/sax/helpers/AttributeListImpl.$(OBJEXT)
579 -rm -f org/xml/sax/helpers/AttributeListImpl.lo
580 -rm -f org/xml/sax/helpers/AttributesImpl.$(OBJEXT)
581 -rm -f org/xml/sax/helpers/AttributesImpl.lo
582 -rm -f org/xml/sax/helpers/DefaultHandler.$(OBJEXT)
583 -rm -f org/xml/sax/helpers/DefaultHandler.lo
584 -rm -f org/xml/sax/helpers/LocatorImpl.$(OBJEXT)
585 -rm -f org/xml/sax/helpers/LocatorImpl.lo
586 -rm -f org/xml/sax/helpers/NamespaceSupport.$(OBJEXT)
587 -rm -f org/xml/sax/helpers/NamespaceSupport.lo
588 -rm -f org/xml/sax/helpers/NewInstance.$(OBJEXT)
589 -rm -f org/xml/sax/helpers/NewInstance.lo
590 -rm -f org/xml/sax/helpers/ParserAdapter.$(OBJEXT)
591 -rm -f org/xml/sax/helpers/ParserAdapter.lo
592 -rm -f org/xml/sax/helpers/ParserFactory.$(OBJEXT)
593 -rm -f org/xml/sax/helpers/ParserFactory.lo
594 -rm -f org/xml/sax/helpers/XMLFilterImpl.$(OBJEXT)
595 -rm -f org/xml/sax/helpers/XMLFilterImpl.lo
596 -rm -f org/xml/sax/helpers/XMLReaderAdapter.$(OBJEXT)
597 -rm -f org/xml/sax/helpers/XMLReaderAdapter.lo
598 -rm -f org/xml/sax/helpers/XMLReaderFactory.$(OBJEXT)
599 -rm -f org/xml/sax/helpers/XMLReaderFactory.lo
601 distclean-compile:
602 -rm -f *.tab.c
604 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/AttributeList.Plo@am__quote@
605 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/Attributes.Plo@am__quote@
606 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/ContentHandler.Plo@am__quote@
607 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/DTDHandler.Plo@am__quote@
608 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/DocumentHandler.Plo@am__quote@
609 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/EntityResolver.Plo@am__quote@
610 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/ErrorHandler.Plo@am__quote@
611 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/HandlerBase.Plo@am__quote@
612 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/InputSource.Plo@am__quote@
613 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/Locator.Plo@am__quote@
614 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/Parser.Plo@am__quote@
615 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/SAXException.Plo@am__quote@
616 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/SAXNotRecognizedException.Plo@am__quote@
617 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/SAXNotSupportedException.Plo@am__quote@
618 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/SAXParseException.Plo@am__quote@
619 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/XMLFilter.Plo@am__quote@
620 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/$(DEPDIR)/XMLReader.Plo@am__quote@
621 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/ext/$(DEPDIR)/Attributes2.Plo@am__quote@
622 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/ext/$(DEPDIR)/Attributes2Impl.Plo@am__quote@
623 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/ext/$(DEPDIR)/DeclHandler.Plo@am__quote@
624 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/ext/$(DEPDIR)/DefaultHandler2.Plo@am__quote@
625 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/ext/$(DEPDIR)/EntityResolver2.Plo@am__quote@
626 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/ext/$(DEPDIR)/LexicalHandler.Plo@am__quote@
627 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/ext/$(DEPDIR)/Locator2.Plo@am__quote@
628 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/ext/$(DEPDIR)/Locator2Impl.Plo@am__quote@
629 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/AttributeListImpl.Plo@am__quote@
630 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/AttributesImpl.Plo@am__quote@
631 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/DefaultHandler.Plo@am__quote@
632 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/LocatorImpl.Plo@am__quote@
633 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/NamespaceSupport.Plo@am__quote@
634 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/NewInstance.Plo@am__quote@
635 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/ParserAdapter.Plo@am__quote@
636 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/ParserFactory.Plo@am__quote@
637 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/XMLFilterImpl.Plo@am__quote@
638 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/XMLReaderAdapter.Plo@am__quote@
639 @AMDEP_TRUE@@am__include@ @am__quote@org/xml/sax/helpers/$(DEPDIR)/XMLReaderFactory.Plo@am__quote@
641 .java.o:
642 @am__fastdepGCJ_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`; \
643 @am__fastdepGCJ_TRUE@ if $(GCJCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \
644 @am__fastdepGCJ_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
645 @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
646 @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@
647 @am__fastdepGCJ_FALSE@ $(GCJCOMPILE) -c -o $@ $<
649 .java.obj:
650 @am__fastdepGCJ_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`; \
651 @am__fastdepGCJ_TRUE@ if $(GCJCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
652 @am__fastdepGCJ_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
653 @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
654 @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@
655 @am__fastdepGCJ_FALSE@ $(GCJCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
657 .java.lo:
658 @am__fastdepGCJ_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`; \
659 @am__fastdepGCJ_TRUE@ if $(LTGCJCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \
660 @am__fastdepGCJ_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Plo"; else rm -f "$$depbase.Tpo"; exit 1; fi
661 @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
662 @AMDEP_TRUE@@am__fastdepGCJ_FALSE@ DEPDIR=$(DEPDIR) $(GCJDEPMODE) $(depcomp) @AMDEPBACKSLASH@
663 @am__fastdepGCJ_FALSE@ $(LTGCJCOMPILE) -c -o $@ $<
665 mostlyclean-libtool:
666 -rm -f *.lo
668 clean-libtool:
669 -rm -rf .libs _libs
670 -rm -rf org/xml/sax/.libs org/xml/sax/_libs
671 -rm -rf org/xml/sax/ext/.libs org/xml/sax/ext/_libs
672 -rm -rf org/xml/sax/helpers/.libs org/xml/sax/helpers/_libs
674 distclean-libtool:
675 -rm -f libtool
676 uninstall-info-am:
678 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
679 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
680 unique=`for i in $$list; do \
681 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
682 done | \
683 $(AWK) ' { files[$$0] = 1; } \
684 END { for (i in files) print i; }'`; \
685 mkid -fID $$unique
686 tags: TAGS
688 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
689 $(TAGS_FILES) $(LISP)
690 tags=; \
691 here=`pwd`; \
692 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
693 unique=`for i in $$list; do \
694 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
695 done | \
696 $(AWK) ' { files[$$0] = 1; } \
697 END { for (i in files) print i; }'`; \
698 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
699 test -n "$$unique" || unique=$$empty_fix; \
700 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
701 $$tags $$unique; \
703 ctags: CTAGS
704 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
705 $(TAGS_FILES) $(LISP)
706 tags=; \
707 here=`pwd`; \
708 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
709 unique=`for i in $$list; do \
710 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
711 done | \
712 $(AWK) ' { files[$$0] = 1; } \
713 END { for (i in files) print i; }'`; \
714 test -z "$(CTAGS_ARGS)$$tags$$unique" \
715 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
716 $$tags $$unique
718 GTAGS:
719 here=`$(am__cd) $(top_builddir) && pwd` \
720 && cd $(top_srcdir) \
721 && gtags -i $(GTAGS_ARGS) $$here
723 distclean-tags:
724 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
726 distdir: $(DISTFILES)
727 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
728 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
729 list='$(DISTFILES)'; for file in $$list; do \
730 case $$file in \
731 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
732 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
733 esac; \
734 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
735 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
736 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
737 dir="/$$dir"; \
738 $(mkdir_p) "$(distdir)$$dir"; \
739 else \
740 dir=''; \
741 fi; \
742 if test -d $$d/$$file; then \
743 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
744 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
745 fi; \
746 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
747 else \
748 test -f $(distdir)/$$file \
749 || cp -p $$d/$$file $(distdir)/$$file \
750 || exit 1; \
751 fi; \
752 done
753 check-am: all-am
754 check: $(BUILT_SOURCES)
755 $(MAKE) $(AM_MAKEFLAGS) check-am
756 all-am: Makefile $(LTLIBRARIES)
757 installdirs:
758 install: $(BUILT_SOURCES)
759 $(MAKE) $(AM_MAKEFLAGS) install-am
760 install-exec: install-exec-am
761 install-data: install-data-am
762 uninstall: uninstall-am
764 install-am: all-am
765 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
767 installcheck: installcheck-am
768 install-strip:
769 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
770 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
771 `test -z '$(STRIP)' || \
772 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
773 mostlyclean-generic:
775 clean-generic:
777 distclean-generic:
778 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
779 -rm -f org/xml/sax/$(DEPDIR)/$(am__dirstamp)
780 -rm -f org/xml/sax/$(am__dirstamp)
781 -rm -f org/xml/sax/ext/$(DEPDIR)/$(am__dirstamp)
782 -rm -f org/xml/sax/ext/$(am__dirstamp)
783 -rm -f org/xml/sax/helpers/$(DEPDIR)/$(am__dirstamp)
784 -rm -f org/xml/sax/helpers/$(am__dirstamp)
786 maintainer-clean-generic:
787 @echo "This command is intended for maintainers to use"
788 @echo "it deletes files that may require special tools to rebuild."
789 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
790 clean: clean-am
792 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
793 mostlyclean-am
795 distclean: distclean-am
796 -rm -rf org/xml/sax/$(DEPDIR) org/xml/sax/ext/$(DEPDIR) org/xml/sax/helpers/$(DEPDIR)
797 -rm -f Makefile
798 distclean-am: clean-am distclean-compile distclean-generic \
799 distclean-libtool distclean-tags
801 dvi: dvi-am
803 dvi-am:
805 html: html-am
807 info: info-am
809 info-am:
811 install-data-am:
813 install-exec-am:
815 install-info: install-info-am
817 install-man:
819 installcheck-am:
821 maintainer-clean: maintainer-clean-am
822 -rm -rf org/xml/sax/$(DEPDIR) org/xml/sax/ext/$(DEPDIR) org/xml/sax/helpers/$(DEPDIR)
823 -rm -f Makefile
824 maintainer-clean-am: distclean-am maintainer-clean-generic
826 mostlyclean: mostlyclean-am
828 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
829 mostlyclean-libtool mostlyclean-local
831 pdf: pdf-am
833 pdf-am:
835 ps: ps-am
837 ps-am:
839 uninstall-am: uninstall-info-am
841 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
842 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
843 distclean-compile distclean-generic distclean-libtool \
844 distclean-tags distdir dvi dvi-am html html-am info info-am \
845 install install-am install-data install-data-am install-exec \
846 install-exec-am install-info install-info-am install-man \
847 install-strip installcheck installcheck-am installdirs \
848 maintainer-clean maintainer-clean-generic mostlyclean \
849 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
850 mostlyclean-local pdf pdf-am ps ps-am tags uninstall \
851 uninstall-am uninstall-info-am
854 classes.stamp: $(libsax_convenience_la_SOURCES)
855 here=`pwd`; cd $(srcdir); \
856 $(GCJ_WITH_FLAGS) -C -d $$here $(libsax_convenience_la_SOURCES)
857 echo > classes.stamp
859 mostlyclean-local:
860 -find . -name '*.class' | xargs rm
861 -rm classes.stamp
862 # Tell versions [3.59,3.63) of GNU make to not export all variables.
863 # Otherwise a system limit (for SysV at least) may be exceeded.
864 .NOEXPORT: