From 8a19e977ae65cba2a5c751fccdc4d0b1502d084d Mon Sep 17 00:00:00 2001 From: mdb Date: Fri, 16 Feb 2001 03:28:39 +0000 Subject: [PATCH] Added a local Makefile to put our jar files into the CLASSPATH. git-svn-id: https://samskivert.googlecode.com/svn/trunk@51 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/samskivert/src/java/Makefile.local | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 projects/samskivert/src/java/Makefile.local diff --git a/projects/samskivert/src/java/Makefile.local b/projects/samskivert/src/java/Makefile.local new file mode 100644 index 00000000..d07888b9 --- /dev/null +++ b/projects/samskivert/src/java/Makefile.local @@ -0,0 +1,16 @@ +# +# $Id: Makefile.local,v 1.1 2001/02/16 03:28:39 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 +ARCHIVEDIR = $(ROOT)/../../lib + +LOCAL_CLASSPATH += \ + $(shell ls $(ARCHIVEDIR)/*.jar) \ + +# $(shell ls $(ARCHIVEDIR)/*.zip) \