From 0993bf5aedd334ac4a4bed05a38bdc80385078aa Mon Sep 17 00:00:00 2001 From: mdb Date: Sun, 10 Dec 2000 07:00:21 +0000 Subject: [PATCH] Added a local makefile that includes our jar files and the samskivert stuff. git-svn-id: https://samskivert.googlecode.com/svn/trunk@29 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/robodj/src/java/Makefile.local | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 projects/robodj/src/java/Makefile.local diff --git a/projects/robodj/src/java/Makefile.local b/projects/robodj/src/java/Makefile.local new file mode 100644 index 00000000..d53cb6d6 --- /dev/null +++ b/projects/robodj/src/java/Makefile.local @@ -0,0 +1,17 @@ +# +# $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) \