0N/A#
0N/A
0N/A# This makefile is only used to update b.jar and directory a,
0N/A# which are checked in to SCCS.
0N/A
0N/AJBIN=../../../../../build/solaris/bin
0N/A
0N/Aall: b.jar
0N/A
0N/Ab.jar: classes
0N/A $(JBIN)/jar cmf manifest b.jar -C b p/B.class
0N/A
0N/Aclasses:
0N/A $(JBIN)/javac -sourcepath a:b ?/p/*.java
0N/A
0N/Aclean:
0N/A rm -rf b.jar ?/p/*.class