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) \