]> andersk Git - moira.git/commitdiff
gimpy Makefile, but better than nothing.
authorzacheiss <zacheiss>
Wed, 22 Jun 2005 06:03:38 +0000 (06:03 +0000)
committerzacheiss <zacheiss>
Wed, 22 Jun 2005 06:03:38 +0000 (06:03 +0000)
clients/regapplet/Makefile [new file with mode: 0644]

diff --git a/clients/regapplet/Makefile b/clients/regapplet/Makefile
new file mode 100644 (file)
index 0000000..d04a9a3
--- /dev/null
@@ -0,0 +1,15 @@
+# $Id$
+
+SHELL=/bin/sh
+TARGET=regclasses.zip
+JAVAC=javac
+
+srcdir=.
+
+all: $(TARGET)
+
+$(TARGET): 
+       $(JAVAC) -classpath $(srcdir) mit/*/*.java regapplet/*.java
+       zip -0 $@ mit/*/*.class regapplet/*.class
+clean:
+       rm -f mit/*/*.class regapplet/*.class regclasses.zip
This page took 1.414719 seconds and 5 git commands to generate.