Switching to ant build system.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@96 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-03-12 01:27:37 +00:00
parent 0b7a29c7ed
commit 557b8073a7
5 changed files with 0 additions and 72 deletions
-8
View File
@@ -1,8 +0,0 @@
#
# $Id: Makefile,v 1.1 2000/12/10 07:01:00 mdb Exp $
ROOT = .
SRCS = \
include $(ROOT)/build/Makefile.java
-17
View File
@@ -1,17 +0,0 @@
#
# $Id: Makefile.local,v 1.1 2000/12/10 07:00:21 mdb Exp $
#
# Defines stuff common to this entire code tree
# this tells the build system where to install shared libraries built from
# this code tree
LIBDIR = $(ROOT)/../../lib/$(ARCH)
# where we put our zip and jar files
ZIPDIR = $(ROOT)/../../lib
LOCAL_CLASSPATH += \
$(shell ls $(ZIPDIR)/*.jar) \
/home/mdb/projects/samskivert/src/java \
# $(shell ls $(ZIPDIR)/*.zip) \
@@ -1,16 +0,0 @@
#
# $Id: Makefile,v 1.2 2000/10/30 22:21:11 mdb Exp $
ROOT = ../..
SRCS = \
CDParanoiaRipper.java \
ConversionProgressListener.java \
ConvertException.java \
Encoder.java \
L3Encoder.java \
RipTest.java \
RipUtil.java \
Ripper.java \
include $(ROOT)/build/Makefile.java
@@ -1,17 +0,0 @@
#
# $Id: Makefile,v 1.1 2000/12/10 07:02:09 mdb Exp $
ROOT = ../..
SRCS = \
CDDBLookupPanel.java \
CDDBUtil.java \
CDInfoEditor.java \
DetailTableModel.java \
Importer.java \
ImporterFrame.java \
ImporterPanel.java \
InsertCDPanel.java \
RipPanel.java \
include $(ROOT)/build/Makefile.java
@@ -1,14 +0,0 @@
#
# $Id: Makefile,v 1.1 2000/11/08 06:42:57 mdb Exp $
ROOT = ../..
SRCS = \
Category.java \
CategoryMapping.java \
Entry.java \
Repository.java \
RepositoryTest.java \
Song.java \
include $(ROOT)/build/Makefile.java