]> git.argeo.org Git - gpl/argeo-tp.git/blob - Makefile
b9c6bfe458db9ccf38d6f0703f909b359ee69bea
[gpl/argeo-tp.git] / Makefile
1 include ../sdk.mk
2
3 # Minimal third-parties for running headless Argeo CMS
4 CATEGORIES_CMS=\
5 org.argeo.tp \
6 org.argeo.tp.httpd \
7 crypto/fips/org.argeo.tp.crypto \
8 org.argeo.tp.sshd \
9 osgi/equinox/org.argeo.tp.osgi.framework \
10 osgi/equinox/org.argeo.tp.osgi \
11 osgi/equinox/org.argeo.tp.eclipse \
12
13 CATEGORIES=\
14 $(CATEGORIES_CMS) \
15 org.argeo.tp.sys \
16 org.argeo.tp.sdk \
17 osgi/api/org.argeo.tp.osgi \
18 swt/rap/org.argeo.tp.swt \
19 swt/rap/org.argeo.tp.swt.workbench \
20 swt/rcp/org.argeo.tp.swt \
21 lib/linux/x86_64/org.argeo.tp.sys \
22 lib/linux/aarch64/org.argeo.tp.sys \
23 lib/win32/x86_64/org.argeo.tp.sys \
24 lib/macosx/x86_64/org.argeo.tp.sys \
25 lib/linux/x86_64/swt/rcp/org.argeo.tp.swt \
26 lib/linux/aarch64/swt/rcp/org.argeo.tp.swt \
27 lib/win32/x86_64/swt/rcp/org.argeo.tp.swt \
28 lib/macosx/x86_64/swt/rcp/org.argeo.tp.swt \
29 lib/macosx/x86_64/swt/rcp/org.argeo.tp.swt.workbench \
30 swt/rcp/org.argeo.tp.swt \
31 swt/rcp/org.argeo.tp.swt.workbench \
32 org.argeo.tp.utils \
33 org.argeo.tp.img \
34 org.argeo.tp.publish \
35 org.argeo.tp.math \
36 org.argeo.tp.jcr \
37 org.argeo.tp.office \
38 org.argeo.tp.earth \
39 crypto/full/org.argeo.tp.crypto \
40
41 install-for-minimal-cms:
42 $(MAKE) install CATEGORIES="$(CATEGORIES_CMS)"
43
44 include $(SDK_SRC_BASE)/sdk/argeo-build/repackage.mk