source: trunk/gsdl/src/java/org/nzdl/gsdl/GsdlCollageApplet/Makefile@ 6816

Last change on this file since 6816 was 6816, checked in by mdewsnip, 20 years ago

The GsdlCollageApplet: a classifier that displays a collage of the images in a collection. By Katrina Edgar (kde2).

  • Property svn:keywords set to Author Date Id Revision
File size: 390 bytes
Line 
1
2
3
4CLASSES = CURL.class CollageImage.class Display.class DisplayImages.class \
5 DownloadImages.class DownloadUrls.class GsdlCollageApplet.class \
6 MyAffineTransform.class
7
8all: GsdlCollageApplet.jar
9
10clean:
11 rm -f $(CLASSES) GsdlCollageApplet.jar
12
13GsdlCollageApplet.jar: $(CLASSES)
14 jar cf GsdlCollageApplet.jar org
15
16%.class : %.java
17 javac -d . -classpath ../../../.. $<
Note: See TracBrowser for help on using the repository browser.