From 37e334d24a099e5367597ee18ac0c6d5ae2fba32 Mon Sep 17 00:00:00 2001 From: Random Hacker Date: Sun, 24 Feb 2013 16:44:17 +0100 Subject: hdf support --- ebus/webhdf/static/lib/flot-0.7/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ebus/webhdf/static/lib/flot-0.7/Makefile (limited to 'ebus/webhdf/static/lib/flot-0.7/Makefile') diff --git a/ebus/webhdf/static/lib/flot-0.7/Makefile b/ebus/webhdf/static/lib/flot-0.7/Makefile new file mode 100644 index 0000000..b300f1a --- /dev/null +++ b/ebus/webhdf/static/lib/flot-0.7/Makefile @@ -0,0 +1,9 @@ +# Makefile for generating minified files + +.PHONY: all + +# we cheat and process all .js files instead of an exhaustive list +all: $(patsubst %.js,%.min.js,$(filter-out %.min.js,$(wildcard *.js))) + +%.min.js: %.js + yui-compressor $< -o $@ -- cgit v1.2.1