X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=Makefile;h=1aea6cc2ab4c76d1e294c4baf9258cd1477f7fba;hb=02f5d9030b0cb78111320a54a205870b9e747d6c;hp=f3c2fcd6e8c68c00c5ca64fa5c54944ee17e5095;hpb=beb0370750c9fed55b6b4f88c62f74d8324813ad;p=gpl%2Fargeo-slc.git diff --git a/Makefile b/Makefile index f3c2fcd6e..1aea6cc2a 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ include sdk.mk .PHONY: clean all osgi all: osgi + $(MAKE) -f Makefile-rcp.mk all A2_CATEGORY = org.argeo.slc @@ -13,10 +14,12 @@ org.argeo.slc.cms \ org.argeo.slc.repo \ org.argeo.slc.rpmfactory \ org.argeo.slc.jcr \ +swt/rap/org.argeo.tool.rap.cli \ swt/rap/org.argeo.tool.server \ clean: rm -rf $(BUILD_BASE) + $(MAKE) -f Makefile-rcp.mk clean DEP_CATEGORIES = \ org.argeo.tp \ @@ -32,6 +35,7 @@ org.argeo.tp.formats \ org.argeo.tp.gis \ org.argeo.cms \ org.argeo.cms.jcr \ +swt/org.argeo.cms \ swt/rap/org.argeo.cms \ GRAALVM_HOME = /opt/graalvm-ce