SUBDIRS = lang util io net text test libjake2_la_SOURCES = \ io/BufferedReader.cpp \ io/BufferedWriter.cpp \ io/ByteArrayInputStream.cpp \ io/File.cpp \ io/FileInfo.cpp \ io/FileInputStream.cpp \ io/FilenameExtensionFilter.cpp \ io/FilenameFilter.cpp \ io/FileOutputStream.cpp \ io/FileReader.cpp \ io/FileWriter.cpp \ io/InputStream.cpp \ io/InputStreamReader.cpp \ io/IOException.cpp \ io/OutputStream.cpp \ io/OutputStreamWriter.cpp \ io/PipeInputStream.cpp \ io/PipeOutputStream.cpp \ io/PrintWriter.cpp \ io/RandomAccessFile.cpp \ io/Reader.cpp \ io/Serializable.cpp \ io/StandardOutputStream.cpp \ io/Syslog.cpp \ io/WildCardFilter.cpp \ io/Writer.cpp \ lang/Array.cpp \ lang/Boolean.cpp \ lang/Byte.cpp \ lang/Character.cpp \ lang/Class.cpp \ lang/Cloneable.cpp \ lang/Comparable.cpp \ lang/Double.cpp \ lang/Exception.cpp \ lang/Float.cpp \ lang/Integer.cpp \ lang/Long.cpp \ lang/Math.cpp \ lang/Mutex.cpp \ lang/Number.cpp \ lang/Object.cpp \ lang/Process.cpp \ lang/Runnable.cpp \ lang/Runtime.cpp \ lang/RuntimeException.cpp \ lang/Semaphore.cpp \ lang/Sentry.cpp \ lang/Short.cpp \ lang/StackTrace.cpp \ lang/StackTraceElement.cpp \ lang/String.cpp \ lang/StringBuffer.cpp \ lang/Synchronizeable.cpp \ lang/Synchronizer.cpp \ lang/System.cpp \ lang/Thread.cpp \ lang/Throwable.cpp \ net/InetAddress.cpp \ net/ServerSocket.cpp \ net/Socket.cpp \ net/SocketInputStream.cpp \ net/SocketOutputStream.cpp \ net/URL.cpp \ text/ChoiceFormat.cpp \ text/DateFormat.cpp \ text/DateFormatSymbols.cpp \ text/DecimalFormat.cpp \ text/DecimalFormatSyms.cpp \ text/FieldPosition.cpp \ text/Format.cpp \ text/NumberFormat.cpp \ text/ParseException.cpp \ text/ParsePosition.cpp \ text/SimpleDateFormat.cpp \ text/enc/ByteToCharASCII.cpp \ text/enc/ByteToCharConverter.cpp \ text/enc/ByteToCharCP1252.cpp \ text/enc/ByteToCharCP437.cpp \ text/enc/ByteToCharCP850.cpp \ text/enc/ByteToCharISO8859_1.cpp \ text/enc/ByteToCharISO8859_2.cpp \ text/enc/ByteToCharISO8859_3.cpp \ text/enc/ByteToCharISO8859_4.cpp \ text/enc/ByteToCharISO8859_5.cpp \ text/enc/ByteToCharISO8859_6.cpp \ text/enc/ByteToCharISO8859_7.cpp \ text/enc/ByteToCharISO8859_8.cpp \ text/enc/ByteToCharISO8859_9.cpp \ text/enc/ByteToCharISO8859_10.cpp \ text/enc/ByteToCharISO8859_11.cpp \ text/enc/ByteToCharISO8859_13.cpp \ text/enc/ByteToCharISO8859_14.cpp \ text/enc/ByteToCharISO8859_15.cpp \ text/enc/ByteToCharSingleByte.cpp \ text/enc/ByteToCharUTF8.cpp \ text/enc/CharToByteASCII.cpp \ text/enc/CharToByteConverter.cpp \ text/enc/CharToByteCP1252.cpp \ text/enc/CharToByteCP437.cpp \ text/enc/CharToByteCP850.cpp \ text/enc/CharToByteISO8859_1.cpp \ text/enc/CharToByteISO8859_2.cpp \ text/enc/CharToByteISO8859_3.cpp \ text/enc/CharToByteISO8859_4.cpp \ text/enc/CharToByteISO8859_5.cpp \ text/enc/CharToByteISO8859_6.cpp \ text/enc/CharToByteISO8859_7.cpp \ text/enc/CharToByteISO8859_8.cpp \ text/enc/CharToByteISO8859_9.cpp \ text/enc/CharToByteISO8859_10.cpp \ text/enc/CharToByteISO8859_11.cpp \ text/enc/CharToByteISO8859_13.cpp \ text/enc/CharToByteISO8859_14.cpp \ text/enc/CharToByteISO8859_15.cpp \ text/enc/CharToByteSingleByte.cpp \ text/enc/CharToByteUTF8.cpp \ util/AbstractCollection.cpp \ util/AbstractList.cpp \ util/AbstractMap.cpp \ util/AbstractSet.cpp \ util/ArrayList.cpp \ util/ArrayListIterator.cpp \ util/BitSet.cpp \ util/ByteArray.cpp \ util/Calendar.cpp \ util/CharArray.cpp \ util/Collection.cpp \ util/Commandline.cpp \ util/Comparator.cpp \ util/Date.cpp \ util/Dictionary.cpp \ util/EventObject.cpp \ util/GregorianCalendar.cpp \ util/HashEntry.cpp \ util/Hashtable.cpp \ util/HashtableIterator.cpp \ util/Iterator.cpp \ util/List.cpp \ util/Locale.cpp \ util/Map.cpp \ util/Properties.cpp \ util/Queue.cpp \ util/Set.cpp \ util/SimpleTimeZone.cpp \ util/Stack.cpp \ util/StringComparator.cpp \ util/StringTokenizer.cpp \ util/SynchronizedStack.cpp \ util/TimeZone.cpp \ util/Vector.cpp \ util/regex/pcre.c \ util/regex/Matcher.cpp \ util/regex/Pattern.cpp \ util/regex/PatternSyntaxException.cpp # # Test Progs: # check_PROGRAMS = jakelib2-test TESTS = $(check_PROGRAMS) jakelib2_test_SOURCES = test/Test.cpp jakelib2_test_DEPENDENCIES = libjake2.la test/libjake2_test.a jakelib2_test_LDFLAGS = -L. -Ltest -static jakelib2_test_LDADD = \ @link_pthread_lib@ @link_rt_lib@ @link_nsl_lib@ @link_socket_lib@ \ @link_stdcpp_lib@ @link_wsock32_lib@ @link_posix4_lib@ \ @link_dl_lib@ -ljake2_test -ljake2 \ @link_gc_lib@ # # Jakelib2: # AM_CPPFLAGS = $(UTF8) $(POSIX_MALLOC_THRESHOLD) -D_GNU_SOURCE lib_LTLIBRARIES = libjake2.la libjake2_la_LDFLAGS = -version-info @libversion@ # # Rule to generate .cpp from .jlc: # %.cpp: %.jlc ${top_srcdir}/jlpp/jlpp $^ $@