summaryrefslogtreecommitdiffstats
path: root/web-gui/hello-world/Makefile.am
blob: 2f3d3906388e8673185720b488acfb1bf2ca1d26 (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

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

all:
	./generate.py build

clean-local:
	rm -rf build

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

MAINTAINERCLEANFILES = \
	Makefile.in