summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-02-17 17:14:54 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-02-17 17:14:54 -0500
commit8d6546824d87e90d2e9bc95277e23f5a8b49dfe2 (patch)
tree455d86578bd3fde43a145387fa1cd197d5dc5e03 /Makefile
parent6c26d2c37d9e2bf9c9f4bfb95078486d0c9d2c4c (diff)
downloadhtml5ks-8d6546824d87e90d2e9bc95277e23f5a8b49dfe2.tar.xz
html5ks-8d6546824d87e90d2e9bc95277e23f5a8b49dfe2.zip
stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 11 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 41315c5..5692b88 100644
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,6 @@ null :=
SPACE := $(null) $(null)
FFMPEG ?= ffmpeg -v warning -y
-OPUSENC ?= opusenc
-ZOPFLIPNG ?= zopflipng
-DEFLOPT ?= wine DeflOpt
-DEFLUFF ?= defluff
-PNGQUANT ?= pngquant
CWEBP ?= cwebp
CWEBP += -short -alpha_cleanup
WEBPMUX ?= webpmux
@@ -14,8 +9,17 @@ CONVERT ?= convert
APNGASM ?= apngasm
UGLIFYJS ?= uglifyjs
GRUNT ?= grunt
-#JPEGTRAN ?= jpegtran
-#JPEGRESCAN ?= jpegrescan
+ifdef MINIMAL
+ZOPFLIPNG ?= zopflipng
+DEFLOPT ?= wine DeflOpt
+DEFLUFF ?= defluff
+PNGQUANT ?= pngquant
+else
+ZOPFLIPNG ?= :
+DEFLOPT ?= :
+DEFLUFF ?= :
+PNGQUANT ?= :
+endif
DUMP ?= www/dump