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
This commit is contained in:
@@ -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) \
|
||||||
Reference in New Issue
Block a user