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-10 23:35:48 -0500
commita403fe9a3f2cbae6a1c8b2b1a53ae8ebd51638a0 (patch)
tree472af376c61c4ec296ddd0a403fc2a1a8f29a0b5 /project
parent9409994d09254b3b985f1f82d034c4917ccfadd3 (diff)
downloadperk-a403fe9a3f2cbae6a1c8b2b1a53ae8ebd51638a0.tar.bz2
perk-a403fe9a3f2cbae6a1c8b2b1a53ae8ebd51638a0.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