source: trunk/java-client/org/nzdl/gsdl/SimpleGraphicalClient/Makefile@ 2179

Last change on this file since 2179 was 2144, checked in by say1, 23 years ago

tried to add a poll action ...

  • Property svn:keywords set to Author Date Id Revision
File size: 457 bytes
Line 
1CLASSES = CSFrame.class \
2 CSModel.class\
3 Constants.class\
4 Result.class\
5 ResultModel.class\
6 SearchPanel.class\
7 SimpleGraphicalClient.class\
8
9all : $(CLASSES)
10 echo try a command like "java org.nzdl.gsdl.SimpleGraphicalClient.SimpleGraphicalClient"
11
12clean:
13 rm -f *.class
14
15distclean : clean
16
17
18# Instructions for compiling the java files
19JAVAC=javac
20
21JAVACOPTIONS= -g:lines
22#JAVACOPTIONS= -g:none -O
23
24%.class : %.java
25 $(JAVAC) $(JAVACOPTIONS) $<
Note: See TracBrowser for help on using the repository browser.