source: gsdl/trunk/runtime-src/src/java/org/nzdl/gsdl/Phind/Makefile@ 19159

Last change on this file since 19159 was 19159, checked in by kjdon, 15 years ago

added an install target

  • Property svn:keywords set to Author Date Id Revision
File size: 495 bytes
Line 
1
2
3
4CLASSES = Phind.class ResultCanvas.class ResultItemDocument.class \
5 ResultTitle.class PhindTitle.class ResultDisplay.class \
6 ResultItemLink.class ResultBox.class ResultItem.class \
7 ResultItemPhrase.class PhindTitle.class URLUTF8Encoder.class
8
9all: Phind.jar
10
11install:
12 cp Phind.jar ../../../../../../../web/java/
13
14clean:
15 rm -f $(CLASSES) Phind.jar
16
17Phind.jar: $(CLASSES)
18 jar cf Phind.jar org
19
20%.class : %.java
21 javac -target 1.1 -d . -classpath ../../../.. $<
Note: See TracBrowser for help on using the repository browser.