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

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

changed JAVACOPTIONS. log files now written to home directory. error catching in CSModel. ChangeLog.

  • Property svn:keywords set to Author Date Id Revision
File size: 538 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
24#JAVACOPTIONS= -g:lines
25#JAVACOPTIONS= -g:none -O
26
27%.class : %.java
28 $(JAVAC) $(JAVACOPTIONS) $<
Note: See TracBrowser for help on using the repository browser.