This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 175d305  These are needed by COMMONS_CRYPTO_OBJ
175d305 is described below

commit 175d3050065ad404b8fe081ce4c032c9b78f0d08
Author: Sebb <[email protected]>
AuthorDate: Fri Oct 27 19:12:31 2023 +0100

    These are needed by COMMONS_CRYPTO_OBJ
    
    [skip ci]
---
 Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index c3419cf..af23013 100644
--- a/Makefile
+++ b/Makefile
@@ -41,14 +41,14 @@ NATIVE_DLL:=$(NATIVE_TARGET_DIR)/$(LIBNAME)
 
 all: $(NATIVE_DLL)
 
-#$(TARGET)/jni-classes/org/apache/commons/crypto/cipher/OpenSslNative.h: 
$(TARGET)/classes/org/apache/commons/crypto/cipher/OpenSslNative.class
-#      $(JAVAH) -force -classpath $(TARGET)/classes -o $@ 
org.apache.commons.crypto.cipher.OpenSslNative
+$(TARGET)/jni-classes/org/apache/commons/crypto/cipher/OpenSslNative.h: 
$(TARGET)/classes/org/apache/commons/crypto/cipher/OpenSslNative.class
+       $(JAVAH) -force -classpath $(TARGET)/classes -o $@ 
org.apache.commons.crypto.cipher.OpenSslNative
 
-#$(TARGET)/jni-classes/org/apache/commons/crypto/random/OpenSslCryptoRandomNative.h:
 
$(TARGET)/classes/org/apache/commons/crypto/random/OpenSslCryptoRandomNative.class
-#      $(JAVAH) -force -classpath $(TARGET)/classes -o $@ 
org.apache.commons.crypto.random.OpenSslCryptoRandomNative
+$(TARGET)/jni-classes/org/apache/commons/crypto/random/OpenSslCryptoRandomNative.h:
 
$(TARGET)/classes/org/apache/commons/crypto/random/OpenSslCryptoRandomNative.class
+       $(JAVAH) -force -classpath $(TARGET)/classes -o $@ 
org.apache.commons.crypto.random.OpenSslCryptoRandomNative
 
-$#(TARGET)/jni-classes/org/apache/commons/crypto/OpenSslInfoNative.h: 
$(TARGET)/classes/org/apache/commons/crypto/OpenSslInfoNative.class
-#      $(JAVAH) -force -classpath $(TARGET)/classes -o $@ 
org.apache.commons.crypto.OpenSslInfoNative
+$(TARGET)/jni-classes/org/apache/commons/crypto/OpenSslInfoNative.h: 
$(TARGET)/classes/org/apache/commons/crypto/OpenSslInfoNative.class
+       $(JAVAH) -force -classpath $(TARGET)/classes -o $@ 
org.apache.commons.crypto.OpenSslInfoNative
 
 $(COMMONS_CRYPTO_OUT)/OpenSslNative.o : 
$(SRC_NATIVE)/org/apache/commons/crypto/cipher/OpenSslNative.c $(CRYPTO_H) 
$(TARGET)/jni-classes/org_apache_commons_crypto_cipher_OpenSslNative.h
        @mkdir -p $(@D)

Reply via email to