source: trunk/gsdl/src/phind/client/Makefile@ 2037

Last change on this file since 2037 was 2037, checked in by paynter, 23 years ago

A quick (and unix-specific Makefile) to compile the client java classes.

  • Property svn:keywords set to Author Date Id Revision
File size: 309 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
8
9all: $(CLASSES)
10
11clean :
12 rm -f $(CLASSES)
13
14%.class : %.java
15 javac $<
Note: See TracBrowser for help on using the repository browser.