File: Makefile

package info (click to toggle)
lib-gnu.getopt-java 1.0.9-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 224 kB
  • ctags: 106
  • sloc: java: 636; makefile: 51; xml: 47
file content (7 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
# Makefile for Java port of GNU getopt

all: 
	javac LongOpt.java Getopt.java GetoptDemo.java

docs: 
	javadoc -author -version -public Getopt.java LongOpt.java