Cross Reference: Makefile
xref
: /
openjdk7
/
jdk
/
test
/
java
/
net
/
URLClassLoader
/
sealing
/
Makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
0
N/A
#
0
N/A
0
N/A
# This makefile is only used to update
b.jar
and directory a,
0
N/A
# which are checked in to SCCS.
0
N/A
0
N/A
JBIN
=../../../../../
build
/
solaris
/
bin
0
N/A
0
N/A
all
:
b.jar
0
N/A
0
N/A
b.jar
:
classes
0
N/A
$(
JBIN
)
/
jar
cmf
manifest
b.jar
-C b
p
/
B.class
0
N/A
0
N/A
classes
:
0
N/A
$(
JBIN
)
/
javac
-
sourcepath
a:b ?/p/*.
java
0
N/A
0
N/A
clean
:
0
N/A
rm
-
rf
b.jar
?/p/*.
class