]> arthur.barton.de Git - netdata.git/blob - web/Makefile.am
ab-debian 0.20170311.01-0ab1, upstream v1.5.0-573-g0fba967b
[netdata.git] / web / Makefile.am
1 #
2 # Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
3 #
4 MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
5
6 dist_web_DATA = \
7         demo.html \
8         demo2.html \
9         demosites.html \
10         demosites2.html \
11         dashboard.html \
12         dashboard.js \
13         dashboard_info.js \
14         dashboard.css \
15         dashboard.slate.css \
16         favicon.ico \
17         goto-host-from-alarm.html \
18         index.html \
19         netdata-swagger.yaml \
20         netdata-swagger.json \
21         robots.txt \
22         registry.html \
23         sitemap.xml \
24         tv.html \
25         version.txt \
26         $(NULL)
27
28 webolddir=$(webdir)/old
29 dist_webold_DATA = \
30         old/datasource.html \
31         old/index.html \
32         old/index.js \
33         old/netdata.js \
34         old/theme.css \
35         $(NULL)
36
37 weblibdir=$(webdir)/lib
38 dist_weblib_DATA = \
39         lib/bootstrap-3.3.7.min.js \
40         lib/bootstrap-table-1.11.0.min.js \
41         lib/bootstrap-table-export-1.11.0.min.js \
42         lib/bootstrap-toggle-2.2.2.min.js \
43         lib/c3-0.4.11.min.js \
44         lib/d3-3.5.17.min.js \
45         lib/dygraph-combined-dd74404.js \
46         lib/dygraph-smooth-plotter-dd74404.js \
47         lib/gauge-1.3.2.min.js \
48         lib/jquery-2.2.4.min.js \
49         lib/jquery.easypiechart-97b5824.min.js \
50         lib/perfect-scrollbar-0.6.15.min.js \
51         lib/jquery.peity-3.2.0.min.js \
52         lib/jquery.sparkline-2.1.2.min.js \
53         lib/morris-0.5.1.min.js \
54         lib/raphael-2.2.4-min.js \
55         lib/tableExport-1.6.0.min.js \
56         $(NULL)
57
58 webcssdir=$(webdir)/css
59 dist_webcss_DATA = \
60         css/morris-0.5.1.css \
61         css/bootstrap-3.3.7.css \
62         css/bootstrap-theme-3.3.7.min.css \
63         css/bootstrap-slate-flat-3.3.7.css \
64         css/bootstrap-toggle-2.2.2.min.css \
65         css/font-awesome.min.css \
66         css/c3-0.4.11.min.css \
67         $(NULL)
68
69 webfontsdir=$(webdir)/fonts
70 dist_webfonts_DATA = \
71         fonts/glyphicons-halflings-regular.eot \
72         fonts/glyphicons-halflings-regular.svg \
73         fonts/glyphicons-halflings-regular.ttf \
74         fonts/glyphicons-halflings-regular.woff \
75         fonts/glyphicons-halflings-regular.woff2 \
76         fonts/FontAwesome.otf \
77         fonts/fontawesome-webfont.eot \
78         fonts/fontawesome-webfont.svg \
79         fonts/fontawesome-webfont.ttf \
80         fonts/fontawesome-webfont.woff \
81         fonts/fontawesome-webfont.woff2 \
82         $(NULL)
83
84 webimagesdir=$(webdir)/images
85 dist_webimages_DATA = \
86         images/alert-128-orange.png \
87         images/alert-128-red.png \
88         images/alert-multi-size-orange.ico \
89         images/alert-multi-size-red.ico \
90         images/animated.gif \
91         images/check-mark-2-128-green.png \
92         images/check-mark-2-multi-size-green.ico \
93         images/post.png \
94         images/seo-performance-16.png \
95         images/seo-performance-24.png \
96         images/seo-performance-32.png \
97         images/seo-performance-48.png \
98         images/seo-performance-64.png \
99         images/seo-performance-72.png \
100         images/seo-performance-114.png \
101         images/seo-performance-128.png \
102         images/seo-performance-256.png \
103         images/seo-performance-512.png \
104         images/seo-performance-multi-size.ico \
105         images/seo-performance-multi-size.icns \
106         $(NULL)
107
108
109 webwellknowndir=$(webdir)/.well-known
110 dist_webwellknown_DATA = \
111         $(NULL)
112
113 webdntdir=$(webdir)/.well-known/dnt
114 dist_webdnt_DATA = \
115         .well-known/dnt/cookies \
116         $(NULL)
117
118 version.txt:
119         if test -d "$(top_srcdir)/.git"; then \
120                 git --git-dir="$(top_srcdir)/.git" log -n 1 --format=%H; \
121         fi > $@.tmp
122         test -s $@.tmp || echo 0 > $@.tmp
123         mv $@.tmp $@
124
125 .PHONY: version.txt