repo.or.cz
/
csql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
changes for windows jdbc driverw
[csql.git]
/
test
/
jdbc
/
Gateway
/
Makefile
blob
1dfc6f25f3698678d824e29319d7e705c2c44932
1
OSNAME
= $(
shell
uname
-
s
)
2
JAVAC
=
javac
3
TARGETS
=
ConnTests
4
TARGETS
:
ConnTest01.java ConnTest02.java ConnTest03.java \
5
ConnTest04.java ConnTest05.java ConnTest06.java ConnTest07.java \
6
ConnTest08.java ConnTest09.java ConnTest10.java
7
${
JAVAC
} *
.java
8
chmod
+
x
*
.ksh
9
clean
:
10
rm
-
rf
*
.class