]> arthur.barton.de Git - netdata.git/blob - web/Makefile.am
Merge pull request #995 from xuefer/sensor-grouping-fix
[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         dashboard.html \
11         dashboard.js \
12         dashboard_info.js \
13         dashboard.css \
14         dashboard.slate.css \
15         favicon.ico \
16         goto-host-from-alarm.html \
17         index.html \
18         netdata-swagger.yaml \
19         netdata-swagger.json \
20         robots.txt \
21         registry.html \
22         tv.html \
23         version.txt \
24         $(NULL)
25
26 webolddir=$(webdir)/old
27 dist_webold_DATA = \
28         old/datasource.html \
29         old/index.html \
30         old/index.js \
31         old/netdata.js \
32         old/theme.css \
33         $(NULL)
34
35 weblibdir=$(webdir)/lib
36 dist_weblib_DATA = \
37         lib/dygraph-combined.js \
38         lib/dygraph-smooth-plotter.js \
39         lib/jquery-1.12.0.min.js \
40         lib/jquery.peity.min.js \
41         lib/jquery.sparkline.min.js \
42         lib/morris.min.js \
43         lib/raphael-min.js \
44         lib/jquery.easypiechart.min.js \
45         lib/jquery.nanoscroller.min.js \
46         lib/bootstrap.min.js \
47         lib/ElementQueries.js \
48         lib/ResizeSensor.js \
49         lib/bootstrap-toggle.min.js \
50         lib/c3.min.js \
51         lib/d3.min.js \
52         lib/gauge.min.js \
53         $(NULL)
54
55 webcssdir=$(webdir)/css
56 dist_webcss_DATA = \
57         css/morris.css \
58         css/bootstrap.min.css \
59         css/bootstrap-theme.min.css \
60         css/bootstrap.slate.min.css \
61         css/font-awesome.min.css \
62         css/bootstrap-toggle.min.css \
63         css/c3.min.css \
64         $(NULL)
65
66 webfontsdir=$(webdir)/fonts
67 dist_webfonts_DATA = \
68         fonts/glyphicons-halflings-regular.eot \
69         fonts/glyphicons-halflings-regular.svg \
70         fonts/glyphicons-halflings-regular.ttf \
71         fonts/glyphicons-halflings-regular.woff \
72         fonts/glyphicons-halflings-regular.woff2 \
73         fonts/FontAwesome.otf \
74         fonts/fontawesome-webfont.eot \
75         fonts/fontawesome-webfont.svg \
76         fonts/fontawesome-webfont.ttf \
77         fonts/fontawesome-webfont.woff \
78         fonts/fontawesome-webfont.woff2 \
79         $(NULL)
80
81 webimagesdir=$(webdir)/images
82 dist_webimages_DATA = \
83         images/alert-128-orange.png \
84         images/alert-128-red.png \
85         images/alert-multi-size-orange.ico \
86         images/alert-multi-size-red.ico \
87         images/animated.gif \
88         images/check-mark-2-128-green.png \
89         images/check-mark-2-multi-size-green.ico \
90         images/post.png \
91         images/seo-performance-16.png \
92         images/seo-performance-24.png \
93         images/seo-performance-32.png \
94         images/seo-performance-48.png \
95         images/seo-performance-64.png \
96         images/seo-performance-72.png \
97         images/seo-performance-114.png \
98         images/seo-performance-128.png \
99         images/seo-performance-256.png \
100         images/seo-performance-512.png \
101         images/seo-performance-multi-size.ico \
102         images/seo-performance-multi-size.icns \
103         $(NULL)
104
105
106 webwellknowndir=$(webdir)/.well-known
107 dist_webwellknown_DATA = \
108         $(NULL)
109
110 webdntdir=$(webdir)/.well-known/dnt
111 dist_webdnt_DATA = \
112         .well-known/dnt/cookies \
113         $(NULL)
114
115 version.txt:
116         if test -d "$(top_srcdir)/.git"; then \
117                 git --git-dir="$(top_srcdir)/.git" log -n 1 --format=%H; \
118         fi > $@.tmp
119         test -s $@.tmp || echo 0 > $@.tmp
120         mv $@.tmp $@
121
122 .PHONY: version.txt