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