X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=Makefile-rcp.mk;h=a9e262843550f864904cdc22dcc0c40c6275a5c1;hb=HEAD;hp=2cadd3ae77c80c804b6c3788508e0b4019faa5ec;hpb=7a1298bb4b78713553a37fba483373eeaf738069;p=lgpl%2Fargeo-commons.git diff --git a/Makefile-rcp.mk b/Makefile-rcp.mk index 2cadd3ae7..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 @@ -13,15 +10,22 @@ DEP_CATEGORIES = \ org.argeo.cms \ swt/org.argeo.cms \ org.argeo.tp \ -org.argeo.tp.jetty \ +org.argeo.tp.httpd \ osgi/equinox/org.argeo.tp.eclipse \ 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