Fix build dependencies
[gpl/argeo-suite.git] / Makefile
index f93dc35c0dc9916a6df55876614c29b49c8a0daa..d83a2247970def5dbce28f6e8d7a4ee3832a985c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,31 +2,43 @@ include sdk.mk
 .PHONY: clean all osgi
 
 all: osgi
+       
+install: osgi-install
+
+uninstall: osgi-uninstall
 
 A2_CATEGORY = org.argeo.suite
 
 BUNDLES = \
 org.argeo.app.api \
 org.argeo.app.core \
+org.argeo.app.jcr \
 org.argeo.app.servlet.odk \
 org.argeo.app.servlet.publish \
-org.argeo.app.ui \
-org.argeo.app.theme.default
-
-A2_OUTPUT = $(SDK_BUILD_BASE)/a2
-A2_BASE = $(A2_OUTPUT)
+org.argeo.app.theme.default \
+org.argeo.app.profile.acr.fs \
+org.argeo.app.profile.acr.jcr \
+swt/org.argeo.app.swt \
+swt/org.argeo.app.ui \
+org.argeo.suite.knowledge \
 
 DEP_CATEGORIES = \
 org.argeo.tp \
-org.argeo.tp.apache \
-org.argeo.tp.jetty \
-org.argeo.tp.eclipse.equinox \
-org.argeo.tp.eclipse.rwt \
+org.argeo.tp.httpd \
 org.argeo.tp.jcr \
-org.argeo.tp.formats \
-org.argeo.tp.gis \
+org.argeo.tp.utils \
+org.argeo.tp.publish \
+org.argeo.tp.math \
+org.argeo.tp.earth \
+osgi/equinox/org.argeo.tp.osgi \
+osgi/equinox/org.argeo.tp.eclipse \
+swt/rap/org.argeo.tp.swt \
+swt/rap/org.argeo.tp.swt.workbench \
 org.argeo.cms \
-org.argeo.cms.eclipse.rap \
+org.argeo.cms.jcr \
+swt/org.argeo.cms \
+swt/org.argeo.cms.jcr \
+swt/rap/org.argeo.cms \
 
 clean:
        rm -rf $(BUILD_BASE)