X-Git-Url: https://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=blobdiff_plain;f=Makefile-rcp.mk;fp=Makefile-rcp.mk;h=a9e262843550f864904cdc22dcc0c40c6275a5c1;hp=1fb93728c82474391695677a9bbce12c52a90d05;hb=b95462873703848193e56fcbe997693630db6121;hpb=55d88fba80cec198a0f11ba7545e19878c51fc5e diff --git a/Makefile-rcp.mk b/Makefile-rcp.mk index 1fb93728c..a9e262843 100644 --- a/Makefile-rcp.mk +++ b/Makefile-rcp.mk @@ -1,7 +1,4 @@ include sdk.mk -.PHONY: clean all osgi - -all: osgi A2_CATEGORY = org.argeo.cms @@ -19,9 +16,16 @@ osgi/api/org.argeo.tp.osgi \ swt/rcp/org.argeo.tp.swt \ lib/linux/x86_64/swt/rcp/org.argeo.tp.swt \ -clean: - rm -rf $(BUILD_BASE) - VPATH = .:swt/rcp -include $(SDK_SRC_BASE)/sdk/argeo-build/osgi.mk \ No newline at end of file +all: osgi-all + +clean: osgi-clean + +install: osgi-install + +uninstall: osgi-uninstall + +include $(SDK_SRC_BASE)/sdk/argeo-build/osgi.mk + +.PHONY: clean all install uninstall