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