X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=Makefile;h=a0a17d608c460b9d6ecbf0d463e111e38424d754;hb=b7595f1e0d855237502f5b9953139b618f29424a;hp=ff9eec9dc9ca38625125222c16b14bcbed9da91e;hpb=0799d4663586bfd2fa8ea424dea1476f9a53318a;p=gpl%2Fargeo-slc.git diff --git a/Makefile b/Makefile index ff9eec9dc..a0a17d608 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,10 @@ BUNDLES = \ org.argeo.slc.api \ org.argeo.slc.factory \ org.argeo.slc.runtime \ +cms/org.argeo.slc.cms \ +suite/org.argeo.slc.tool \ +VPATH = .:cms:suite clean: rm -rf $(BUILD_BASE) @@ -22,11 +25,27 @@ org.argeo.tp \ org.argeo.tp.sdk \ org.argeo.tp.apache \ org.argeo.tp.jetty \ -org.argeo.tp.eclipse.equinox \ -org.argeo.tp.eclipse.rap \ +org.argeo.tp.eclipse \ +osgi/api/org.argeo.tp.osgi \ +swt/rcp/org.argeo.tp.swt \ +lib/linux/x86_64/swt/rcp/org.argeo.tp.swt \ +swt/rcp/org.argeo.tp.swt.workbench \ org.argeo.tp.jcr \ org.argeo.tp.formats \ org.argeo.tp.gis \ org.argeo.cms \ +org.argeo.cms.eclipse.rcp \ + +A2_BUNDLES_CLASSPATH = $(subst $(space),$(pathsep),$(strip $(A2_BUNDLES))) + +native-image: + mkdir -p $(A2_OUTPUT)/libexec/$(A2_CATEGORY) + cd $(A2_OUTPUT)/libexec/$(A2_CATEGORY) && /opt/graalvm-ce/bin/native-image \ + -cp $(A2_CLASSPATH):$(A2_BUNDLES_CLASSPATH) org.argeo.slc.tool.Main \ + --enable-url-protocols=http,https \ + -H:AdditionalSecurityProviders=sun.security.jgss.SunProvider,org.bouncycastle.jce.provider.BouncyCastleProvider,net.i2p.crypto.eddsa.EdDSASecurityProvider \ + --initialize-at-build-time=org.argeo.init.logging.ThinLogging,org.slf4j.LoggerFactory \ + --no-fallback + include $(SDK_SRC_BASE)/sdk/argeo-build/osgi.mk \ No newline at end of file