]> arthur.barton.de Git - netdata.git/blob - web/Makefile.am
update makefile
[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         robots.txt \
8         index.html \
9         dashboard.html \
10         dashboard.js \
11         dashboard.css \
12         favicon.ico \
13         netdata-swagger.yaml \
14         netdata-swagger.json \
15         $(NULL)
16
17 webolddir=$(webdir)/old
18 dist_webold_DATA = \
19         old/datasource.html \
20         old/index.html \
21         old/index.js \
22         old/netdata.js \
23         old/theme.css \
24         $(NULL)
25
26 weblibdir=$(webdir)/lib
27 dist_weblib_DATA = \
28         lib/dygraph-combined.js \
29         lib/dygraph-smooth-plotter.js \
30         lib/jquery-1.11.3.min.js \
31         lib/jquery.peity.min.js \
32         lib/jquery.sparkline.min.js \
33         lib/morris.min.js \
34         lib/raphael-min.js \
35         lib/jquery.easypiechart.min.js \
36         lib/jquery.nanoscroller.min.js \
37         lib/bootstrap.min.js \
38         lib/ElementQueries.js \
39         lib/ResizeSensor.js \
40         $(NULL)
41
42 webcssdir=$(webdir)/css
43 dist_webcss_DATA = \
44         css/morris.css \
45         css/bootstrap.min.css \
46         css/bootstrap-theme.min.css \
47         css/font-awesome.min.css \
48         $(NULL)
49
50 webfontsdir=$(webdir)/fonts
51 dist_webfonts_DATA = \
52         fonts/glyphicons-halflings-regular.eot \
53         fonts/glyphicons-halflings-regular.svg \
54         fonts/glyphicons-halflings-regular.ttf \
55         fonts/glyphicons-halflings-regular.woff \
56         fonts/glyphicons-halflings-regular.woff2 \
57         fonts/FontAwesome.otf \
58         fonts/fontawesome-webfont.eot \
59         fonts/fontawesome-webfont.svg \
60         fonts/fontawesome-webfont.ttf \
61         fonts/fontawesome-webfont.woff \
62         fonts/fontawesome-webfont.woff2 \
63         $(NULL)
64
65 webimagesdir=$(webdir)/images
66 dist_webimages_DATA = \
67         images/seo-performance-16.png \
68         images/seo-performance-24.png \
69         images/seo-performance-32.png \
70         images/seo-performance-48.png \
71         images/seo-performance-64.png \
72         images/seo-performance-72.png \
73         images/seo-performance-114.png \
74         images/seo-performance-128.png \
75         images/seo-performance-256.png \
76         images/seo-performance-512.png \
77         images/seo-performance-multi-size.ico \
78         images/seo-performance-multi-size.icns \
79         $(NULL)
80
81