updated jdbc Makefile to new directory layout

git-svn-id: http://svn.osgeo.org/postgis/trunk@2468 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Markus Schaber 2006-09-05 15:22:12 +00:00
parent 04599cff99
commit 46509a88ea

View file

@ -104,17 +104,17 @@ JARCONTENTS=-C $(BUILD) org \
-C $(BUILD) examples \
-C $(SRCDIR) org/postgresql/driverconfig.properties \
-C . README COPYING_LGPL \
-C .. COPYING
-C ../.. COPYING
DEBUGJARCONTENTS=-C $(SRCDIR) org \
-C $(SRCDIR) examples
# include version numbers
include ../Version.config
include ../../Version.config
# include configuration from central repository, only needed for install
# and installdirs targets, not for building itsself.
-include ../Makefile.config
-include ../../Makefile.config
VERSION=$(JDBC_MAJOR_VERSION).$(JDBC_MINOR_VERSION).$(JDBC_MICRO_VERSION)
VERSIONPATH=$(BUILD)/org/postgis
@ -169,8 +169,8 @@ $(STUBBUILD):
$(VERSIONPATH): $(BUILD)
$(MKDIR) $(VERSIONPATH)
$(VERSIONTARGET): $(SRC) ../Version.config $(VERSIONPATH)
$(CP) ../Version.config $(VERSIONTARGET)
$(VERSIONTARGET): $(SRC) ../../Version.config $(VERSIONPATH)
$(CP) ../../Version.config $(VERSIONTARGET)
stubcompile: $(STUBBUILD) $(SRCCONF) $(STUBSRC)
$(JAVAC) -d $(STUBBUILD) $(STUBSRC)