forked from tada/pljava
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
23 lines (20 loc) · 895 Bytes
/
Copy pathMakefile
File metadata and controls
23 lines (20 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#-------------------------------------------------------------------------
# Copyright (c) 2004, 2005 TADA AB - Taby Sweden
# Distributed under the terms shown in the file COPYRIGHT
# found in the root folder of this project or at
# http://eng.tada.se/osprojects/COPYRIGHT.html
#
# @author Thomas Hallgren
#-------------------------------------------------------------------------
NAME := examples
JAVADOCTITLE := 'PL/Java examples API Specification'
JAVAFLAGS := -classpath $(TARGETDIR)/classes/pljava
include $(MODULEROOT)/Makefile.global
all: $(JARFILE)
$(JARFILE): .timestamp \
$(SRCDIR)/deployment/examples.manifest \
$(SRCDIR)/deployment/examples.ddr \
$(SRCDIR)/org/postgresql/pljava/example/example.properties
$(JAR) cmf $(SRCDIR)/deployment/examples.manifest $@ . \
-C $(SRCDIR) deployment/examples.ddr \
-C $(SRCDIR) org/postgresql/pljava/example/example.properties