summaryrefslogtreecommitdiffstats
path: root/web-gui/plot/Makefile.am
blob: c14bdebad1953185becd04fc52560599221f961a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39

QOOXDOO_SOURCE = \
	Manifest.json \
	generate.py \
	source/resource/plot/back.png \
	source/index.html \
	source/translation/readme.txt \
	source/class/plot/Application.js \
	source/class/plot/test/DemoTest.js \
	source/class/plot/theme/Color.js \
	source/class/plot/theme/Theme.js \
	source/class/plot/theme/Decoration.js \
	source/class/plot/theme/Font.js \
	source/class/plot/theme/Appearance.js

JS_3RDPARTY = \
	build/script/jquery-1.4.2.min.js \
	build/script/jquery.flot.min.js

build/script/jquery-1.4.2.min.js:
	@install -D -m644 ${srcdir}/3rdparty/jquery/jquery-1.4.2.min.js $@

build/script/jquery.flot.min.js:
	@install -D -m644 ${srcdir}/3rdparty/flot/jquery.flot.min.js $@

all: $(JS_3RDPARTY)
	./generate.py build

clean-local:
	rm -rf build

EXTRA_DIST = \
	config.json.in \
	$(QOOXDOO_SOURCE) \
	$(JS_3RDPARTY)

MAINTAINERCLEANFILES = \
	Makefile.in