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

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

added lots of Changelog stuff

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