Merge from the pain train
[official-gcc.git] / libjava / external / sax / Makefile.am
blobd2d6ec9d08738be67fb2549a3a26c8d6c273abc4
1 ## Process this file with automake to produce Makefile.in.
3 AUTOMAKE_OPTIONS = foreign subdir-objects
5 ## The compiler with whatever flags we want for both -c and -C
6 ## compiles.
7 GCJ_WITH_FLAGS = $(GCJ) --encoding=UTF-8 -Wno-deprecated -fbootclasspath=$(BOOTCLASSPATH)
9 BOOTCLASSPATH = $(here)'$(CLASSPATH_SEPARATOR)'$(srcdir)'$(CLASSPATH_SEPARATOR)'$(top_srcdir)'$(CLASSPATH_SEPARATOR)'$(top_builddir)
11 AM_GCJFLAGS = \
12         -B$(top_builddir) \
13         @LIBGCJ_JAVAFLAGS@ \
14         -fclasspath= -fbootclasspath=$(BOOTCLASSPATH) \
15         --encoding=UTF-8 \
16         -Wno-deprecated
18 BUILT_SOURCES = classes.stamp
20 classes.stamp:  $(libsax_convenience_la_SOURCES)
21         here=`pwd`; cd $(srcdir); \
22         $(GCJ_WITH_FLAGS) -C -d $$here $(libsax_convenience_la_SOURCES)
23         echo > classes.stamp
25 mostlyclean-local:
26         -find . -name '*.class' | xargs rm
27         -rm classes.stamp
29 noinst_LTLIBRARIES = libsax_convenience.la
31 libsax_convenience_la_SOURCES = \
32 org/xml/sax/SAXNotSupportedException.java \
33 org/xml/sax/helpers/NamespaceSupport.java \
34 org/xml/sax/helpers/AttributesImpl.java \
35 org/xml/sax/helpers/LocatorImpl.java \
36 org/xml/sax/helpers/DefaultHandler.java \
37 org/xml/sax/helpers/AttributeListImpl.java \
38 org/xml/sax/helpers/ParserFactory.java \
39 org/xml/sax/helpers/NewInstance.java \
40 org/xml/sax/helpers/XMLFilterImpl.java \
41 org/xml/sax/helpers/ParserAdapter.java \
42 org/xml/sax/helpers/XMLReaderAdapter.java \
43 org/xml/sax/helpers/XMLReaderFactory.java \
44 org/xml/sax/HandlerBase.java \
45 org/xml/sax/SAXException.java \
46 org/xml/sax/ContentHandler.java \
47 org/xml/sax/SAXNotRecognizedException.java \
48 org/xml/sax/ErrorHandler.java \
49 org/xml/sax/AttributeList.java \
50 org/xml/sax/Locator.java \
51 org/xml/sax/Attributes.java \
52 org/xml/sax/SAXParseException.java \
53 org/xml/sax/XMLFilter.java \
54 org/xml/sax/EntityResolver.java \
55 org/xml/sax/XMLReader.java \
56 org/xml/sax/ext/Locator2.java \
57 org/xml/sax/ext/LexicalHandler.java \
58 org/xml/sax/ext/Attributes2Impl.java \
59 org/xml/sax/ext/DeclHandler.java \
60 org/xml/sax/ext/Attributes2.java \
61 org/xml/sax/ext/EntityResolver2.java \
62 org/xml/sax/ext/Locator2Impl.java \
63 org/xml/sax/ext/DefaultHandler2.java \
64 org/xml/sax/InputSource.java \
65 org/xml/sax/DocumentHandler.java \
66 org/xml/sax/DTDHandler.java \
67 org/xml/sax/Parser.java