From 697df0ba46b96d20c35404a966d2e0a3e1df50f2 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 30 Jun 2004 23:44:13 -0700 Subject: [PATCH] ntlmauth.jar darcs-hash:20040701064413-24bed-ca2e480fe9cc095dfa558877d73575f115a1d451.gz --- Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Makefile b/Makefile index 3a48f48..40a58dc 100644 --- a/Makefile +++ b/Makefile @@ -399,6 +399,19 @@ ntlmtest: build/tests/NtlmAuth.class @test -e smb.conf || cp upstream/build/samba/examples/smb.conf.default smb.conf $(JAVA) -cp "$(classpath)" tests.NtlmAuth --username=brian --password=test --diagnostics -d 5 +ntlmauth.jar: build/tests/NtlmAuth.class + mkdir -p tmp/pruned + rm -rf tmp/pruned/* + java -cp \ + upstream/build/gcclass/build:upstream/build/gcclass/upstream/bcel-5.1/bcel-5.1.jar \ + com.brian_web.gcclass.GCClass \ + "$(classpath)" tmp/pruned \ + tests.NtlmAuth.main \ + org.ibex.nestedvm.util.Platform\$$Jdk{11,12,13,14}.'' + printf "Manifest-Version: 1.0\nMain-Class: tests.NtlmAuth\n" > .manifest.ntlm + cd tmp/pruned && jar cfm ../../$@ ../../.manifest.ntlm . + rm -f .manifest.ntlm + # # Speed tests # -- 1.7.10.4