Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/openjdk-aarch32-jdk8u
Path: blob/jdk8u272-b10-aarch32-20201026/jdk/test/java/net/URLClassLoader/sealing/Makefile
48795 views
#

# This makefile is only used to update b.jar and directory a,
# which are checked in to SCCS.

JBIN=../../../../../build/solaris/bin

all: b.jar

b.jar: classes
	$(JBIN)/jar cmf manifest b.jar -C b p/B.class

classes:
	$(JBIN)/javac -sourcepath a:b ?/p/*.java

clean:
	rm -rf b.jar ?/p/*.class