Introduce minimal CMS third party subset
[gpl/argeo-tp.git] / repackage / Makefile
index 62f1c04e940f71c1b6f37fa706062efbd0bee078..c509174f669e72afdbd19cbfe5d652e7f27df6dc 100644 (file)
@@ -1,13 +1,25 @@
 include ../sdk.mk
 
+# Minimal third-parties for running headless Argeo CMS
+CATEGORIES_CMS=\
+osgi/equinox/org.argeo.tp.osgi \
+org.argeo.tp \
+org.argeo.tp.httpd \
+crypto/fips/org.argeo.tp.crypto \
+osgi/equinox/org.argeo.tp.eclipse \
+
+
 CATEGORIES=\
+$(CATEGORIES_CMS) \
 org.argeo.tp.sdk \
 osgi/api/org.argeo.tp.osgi \
-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 \
 swt/rcp/org.argeo.tp.swt \
+lib/linux/x86_64/org.argeo.tp \
+lib/linux/aarch64/org.argeo.tp \
+lib/win32/x86_64/org.argeo.tp \
+lib/macosx/x86_64/org.argeo.tp \
 lib/linux/x86_64/swt/rcp/org.argeo.tp.swt \
 lib/linux/aarch64/swt/rcp/org.argeo.tp.swt \
 lib/win32/x86_64/swt/rcp/org.argeo.tp.swt \
@@ -15,12 +27,15 @@ lib/macosx/x86_64/swt/rcp/org.argeo.tp.swt \
 lib/macosx/x86_64/swt/rcp/org.argeo.tp.swt.workbench \
 swt/rcp/org.argeo.tp.swt \
 swt/rcp/org.argeo.tp.swt.workbench \
-org.argeo.tp \
-org.argeo.tp.crypto \
-org.argeo.tp.jetty \
 org.argeo.tp.utils \
+org.argeo.tp.publish \
+org.argeo.tp.math \
 org.argeo.tp.jcr \
-org.argeo.tp.poi \
-org.argeo.tp.gis \
+org.argeo.tp.office \
+org.argeo.tp.earth \
+crypto/full/org.argeo.tp.crypto \
+
+install-for-minimal-cms:
+       $(MAKE) install CATEGORIES="$(CATEGORIES_CMS)"
 
 include  $(SDK_SRC_BASE)/sdk/argeo-build/repackage.mk
\ No newline at end of file