X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=Makefile;h=c1803c93b347559a47cf03c55429098335fc8ee1;hp=d83a2247970def5dbce28f6e8d7a4ee3832a985c;hb=HEAD;hpb=1f825ca6fd7ebba2d0f8a9539342b79d0937caa0 diff --git a/Makefile b/Makefile index d83a224..134414d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include sdk.mk -.PHONY: clean all osgi +.PHONY: clean all osgi web -all: osgi +all: web osgi install: osgi-install @@ -10,23 +10,28 @@ uninstall: osgi-uninstall A2_CATEGORY = org.argeo.suite BUNDLES = \ -org.argeo.app.api \ +org.argeo.api.app \ org.argeo.app.core \ org.argeo.app.jcr \ +org.argeo.app.geo \ org.argeo.app.servlet.odk \ org.argeo.app.servlet.publish \ org.argeo.app.theme.default \ org.argeo.app.profile.acr.fs \ org.argeo.app.profile.acr.jcr \ +org.argeo.suite.knowledge \ swt/org.argeo.app.swt \ +swt/org.argeo.app.geo.swt \ swt/org.argeo.app.ui \ -org.argeo.suite.knowledge \ DEP_CATEGORIES = \ org.argeo.tp \ org.argeo.tp.httpd \ +org.argeo.tp.sys \ +org.argeo.tp.sdk \ org.argeo.tp.jcr \ org.argeo.tp.utils \ +org.argeo.tp.img \ org.argeo.tp.publish \ org.argeo.tp.math \ org.argeo.tp.earth \ @@ -42,5 +47,13 @@ swt/rap/org.argeo.cms \ clean: rm -rf $(BUILD_BASE) + make -C js clean + +native-deps-debian: + sudo apt install npm + +## WEB +web: + make -C js all -include $(SDK_SRC_BASE)/sdk/argeo-build/osgi.mk \ No newline at end of file +include $(SDK_SRC_BASE)/sdk/argeo-build/osgi.mk