-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMakefile
More file actions
95 lines (56 loc) · 2.87 KB
/
Makefile
File metadata and controls
95 lines (56 loc) · 2.87 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
###
### Make to manipulate webpages.
### Note that code relies on MinifyAll extension to first minify the raw source
all:include/pages/index.html.h include/pages/update.html.h \
include/pages/switch.css.h include/pages/ESPresso.css.h \
include/pages/gauge.min.js.h include/pages/EspressoMachine.svg.h\
include/pages/drawtimeseries.js.h include/pages/firmware.js.h \
include/pages/configuration.html.h include/pages/configuration_helper.js.h \
include/pages/index_helper.js.h include/pages/ESPconfig.css.h \
include/pages/networkSetup.html.h \
include/pages/captivePortal.html.h \
include/pages/configDone.html.h \
include/pages/networkConfigPage.js.h \
include/pages/WebLogin.html.h \
include/pages/redCircleCrossed.svg.h
@exec true
include/pages/test2.html.h: WEBSources/test2.html
@./ProduceDefine.py $< text/html this > $@
include/pages/WebLogin.html.h: WEBSources/WebLogin.html
@./ProduceDefine.py $< text/html serverscope > $@
include/pages/index.html.h: WEBSources/index.html
@./ProduceDefine.py $< text/html\;charset=UTF-8 > $@
include/pages/configuration.html.h: WEBSources/configuration-min.html
@./ProduceDefine.py $< text/html\;charset=UTF-8 > $@
include/pages/switch.css.h: WEBsources/switch-min.css
@./ProduceDefine.py $< text/css serverscope > $@
include/pages/ESPresso.css.h: WEBsources/ESPresso-min.css
@./ProduceDefine.py $< text/css serverscope > $@
include/pages/index_helper.js.h: WEBSources/index_helper-min.js
@./ProduceDefine.py $< text/javascript > $@
include/pages/networkConfigPage.js.h: WEBSources/networkConfigPage-min.js
@./ProduceDefine.py $< text/javascript > $@
include/pages/configuration_helper.js.h: WEBSources/configuration_helper-min.js
@./ProduceDefine.py $< text/javascript > $@
include/pages/gauge.min.js.h: WEBSources/gauge.min.js
@./ProduceDefine.py $< text/javascript > $@
include/pages/drawtimeseries.js.h: WEBSources/drawtimeseries-min.js
@./ProduceDefine.py $< text/javascript > $@
include/pages/firmware.js.h: WEBSources/firmware-min.js
@./ProduceDefine.py $< text/javascript serverscope > $@
include/pages/EspressoMachine.svg.h: WEBSources/EspressoMachine.svg
@./ProduceDefine.py $< image/svg+xml serverscope > $@
include/pages/redCircleCrossed.svg.h: WEBSources/redCircleCrossed.svg
@./ProduceDefine.py $< image/svg+xml serverscope > $@
include/pages/captivePortal.html.h: WEBSources/captivePortal.html
@./ProduceDefine.py $< text/html\;charset=UTF-8 > $@
include/pages/networkSetup.html.h: WEBsources/networkSetup.html
@./ProduceDefine.py $< text/html\;charset=UTF-8 > $@
include/pages/update.html.h: WEBsources/update.html
@./ProduceDefine.py $< text/html\;charset=UTF-8 > $@
include/pages/configDone.html.h: WEBsources/configDone.html
@./ProduceDefine.py $< text/html\;charset=UTF-8 > $@
include/pages/ESPconfig.css.h: WEBsources/ESPconfig-min.css
@./ProduceDefine2.py $< > $@
clean:
rm include/pages/*