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

Last change on this file since 8928 was 8928, checked in by sjboddie, 19 years ago

Altered phind so it works correctly over an https connection
(DataInputStream.available() seems always to return 0 for https connections
under Sun java, though it works ok with Microsoft's VM).

  • Property svn:keywords set to Author Date Id Revision
File size: 440 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 -target 1.1 -d . -classpath ../../../.. $<
Note: See TracBrowser for help on using the repository browser.