diff --git a/projects/robodj/src/java/Makefile b/projects/robodj/src/java/Makefile deleted file mode 100644 index 799c3f91..00000000 --- a/projects/robodj/src/java/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# $Id: Makefile,v 1.1 2000/12/10 07:01:00 mdb Exp $ - -ROOT = . - -SRCS = \ - -include $(ROOT)/build/Makefile.java diff --git a/projects/robodj/src/java/Makefile.local b/projects/robodj/src/java/Makefile.local deleted file mode 100644 index d53cb6d6..00000000 --- a/projects/robodj/src/java/Makefile.local +++ /dev/null @@ -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) \ diff --git a/projects/robodj/src/java/robodj/convert/Makefile b/projects/robodj/src/java/robodj/convert/Makefile deleted file mode 100644 index cd679f2d..00000000 --- a/projects/robodj/src/java/robodj/convert/Makefile +++ /dev/null @@ -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 diff --git a/projects/robodj/src/java/robodj/importer/Makefile b/projects/robodj/src/java/robodj/importer/Makefile deleted file mode 100644 index 8cf51249..00000000 --- a/projects/robodj/src/java/robodj/importer/Makefile +++ /dev/null @@ -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 diff --git a/projects/robodj/src/java/robodj/repository/Makefile b/projects/robodj/src/java/robodj/repository/Makefile deleted file mode 100644 index a7ef2eb5..00000000 --- a/projects/robodj/src/java/robodj/repository/Makefile +++ /dev/null @@ -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