source: trunk/gsdl/src/java/org/nzdl/gsdl/Phind/Makefile@ 2507

Last change on this file since 2507 was 2507, checked in by sjboddie, 23 years ago

Tidied up the phind client a little more. It now belongs to the
org.nzdl.gsdl.Phind package and is compiled as a jar file. The jar file
itself is now included in the CVS tree in a new bin/java directory.

  • Property svn:keywords set to Author Date Id Revision
File size: 405 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
11clean:
12 rm -f $(CLASSES) Phind.jar
13
14Phind.jar: $(CLASSES)
15 jar cf Phind.jar org
16
17%.class : %.java
18 javac -d . $<
Note: See TracBrowser for help on using the repository browser.