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