Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for JNI shared objects into Java builds. #13

Open
emrainey opened this issue Mar 7, 2016 · 0 comments
Open

Add support for JNI shared objects into Java builds. #13

emrainey opened this issue Mar 7, 2016 · 0 comments

Comments

@emrainey
Copy link
Owner

emrainey commented Mar 7, 2016

include $(PRELUDE)
TARGET := MyJava
TARGETTYPE := jar
ENTRY := com.somepath.Class
JSOURCES = $(call all-java-under,com)
SHARED_LIBS := foo
include $(FINALE)

The "SHARED_LIBS" would be a list of JNI libraries that the jar requires to build/deploy with. These make the jars platform dependent (probably a bad idea) but would be required at least for dependency generation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant