X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=Makefile-rcp.mk;h=a9e262843550f864904cdc22dcc0c40c6275a5c1;hb=HEAD;hp=1fb93728c82474391695677a9bbce12c52a90d05;hpb=d17531647e0649199b3adf961be7fe81b34a4fd6;p=lgpl%2Fargeo-commons.git 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