summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-09 11:42:31 -0400
committermidipix <writeonce@midipix.org>2016-11-11 00:22:44 -0500
commitd48c740d4b1e485faa1dc90ab7d41df433ac7330 (patch)
treeeb0b360c5ad08fde3d89756e426723055dd7f210 /project
parente1aa5d652b9cf91c99b19537f284a158cf89ee0f (diff)
downloadmdso-d48c740d4b1e485faa1dc90ab7d41df433ac7330.tar.bz2
mdso-d48c740d4b1e485faa1dc90ab7d41df433ac7330.tar.xz
build system: Makefile.in, custom.mk: added --disable-frontend support.
Diffstat (limited to 'project')
-rw-r--r--project/custom.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/project/custom.mk b/project/custom.mk
index 8f9fabb..8e0bbc4 100644
--- a/project/custom.mk
+++ b/project/custom.mk
@@ -26,6 +26,18 @@ endif
+ifeq ($(DISABLE_FRONTEND),yes)
+app-tag:
+package-install-app:
+package-install-extras:
+else
+app-tag: package-app app.tag
+package-install-app: install-app
+package-install-extras: install-extras
+endif
+
+
+
ifeq ($(ALL_STATIC),yes)
package-app: static-app