]> git.ipfire.org Git - ipfire.org.git/blame - Makefile.am
Revert "Go back to Ubuntu's font"
[ipfire.org.git] / Makefile.am
CommitLineData
a292b0f8
MT
1#!/usr/bin/make
2
3AM_MAKEFLAGS = --no-print-directory
4AUTOMAKE_OPTIONS = color-tests
5
6# remove target it the command fails
7.DELETE_ON_ERROR:
8
9# keep itermediate files
10.SECONDARY:
11
12pythondir = $(pyexecdir)
13
14configsdir = $(sysconfdir)/ipfire.org
15crondir = $(sysconfdir)/cron.d
16
17CLEANFILES =
18DISTCLEANFILES =
19EXTRA_DIST =
20INSTALL_DIRS =
21noinst_DATA =
22
23DISTCHECK_CONFIGURE_FLAGS = \
24 --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
25
26# ------------------------------------------------------------------------------
27
28bin_SCRIPTS = \
29 src/scripts/ipfire.org \
30 src/scripts/ipfire.org-webapp
31
32EXTRA_DIST += \
33 src/scripts/ipfire.org.in \
34 src/scripts/ipfire.org-webapp.in
35
36CLEANFILES += \
37 src/scripts/ipfire.org \
38 src/scripts/ipfire.org-webapp
39
40configs_DATA = \
41 ipfire.org.conf.sample
42
43EXTRA_DIST += \
44 ipfire.org.conf.sample.in
45
46CLEANFILES += \
47 ipfire.org.conf.sample
48
49backend_PYTHON = \
50 src/backend/__init__.py \
51 src/backend/accounts.py \
a292b0f8 52 src/backend/base.py \
0a6875dc 53 src/backend/blog.py \
a292b0f8
MT
54 src/backend/countries.py \
55 src/backend/database.py \
56 src/backend/fireinfo.py \
57 src/backend/geoip.py \
58 src/backend/iuse.py \
59 src/backend/memcached.py \
60 src/backend/mirrors.py \
61 src/backend/misc.py \
62 src/backend/netboot.py \
a292b0f8 63 src/backend/nopaste.py \
a292b0f8
MT
64 src/backend/releases.py \
65 src/backend/settings.py \
66 src/backend/talk.py \
67 src/backend/tracker.py \
68 src/backend/util.py \
69 src/backend/zeiterfassung.py
70
71backenddir = $(pythondir)/ipfire
72
73# ------------------------------------------------------------------------------
74
75web_PYTHON = \
76 src/web/__init__.py \
12e5de7e 77 src/web/blog.py \
a292b0f8
MT
78 src/web/handlers.py \
79 src/web/handlers_accounts.py \
80 src/web/handlers_admin.py \
81 src/web/handlers_base.py \
82 src/web/handlers_boot.py \
83 src/web/handlers_download.py \
84 src/web/handlers_fireinfo.py \
85 src/web/handlers_iuse.py \
86 src/web/handlers_mirrors.py \
a292b0f8 87 src/web/handlers_nopaste.py \
a292b0f8 88 src/web/handlers_talk.py \
f5b01fc2 89 src/web/location.py \
a292b0f8
MT
90 src/web/ui_modules.py
91
92webdir = $(backenddir)/web
93
94# ------------------------------------------------------------------------------
95
96# TODO install the base for now and add all other templates later
97
98templates_DATA = \
08c12016 99 src/templates/base.html \
95b30f84 100 src/templates/donate.html \
37ed7c3c 101 src/templates/error.html
deb605e3 102 src/templates/index.html
a292b0f8
MT
103
104templatesdir = $(datadir)/templates
105
12e5de7e 106templates_blog_DATA = \
cfc0823a 107 src/templates/blog/author.html \
12e5de7e 108 src/templates/blog/base.html \
f0714277 109 src/templates/blog/feed.xml \
8a897d25 110 src/templates/blog/index.html \
e6b18dce 111 src/templates/blog/post.html \
4bde7f18 112 src/templates/blog/search-results.html \
7e64f6a3
MT
113 src/templates/blog/tag.html \
114 src/templates/blog/year.html
12e5de7e
MT
115
116templates_blogdir = $(templatesdir)/blog
117
f91dfcc7 118templates_blog_modules_DATA = \
7e64f6a3
MT
119 src/templates/blog/modules/history-navigation.html \
120 src/templates/blog/modules/list.html \
8a897d25
MT
121 src/templates/blog/modules/post.html \
122 src/templates/blog/modules/posts.html
f91dfcc7
MT
123
124templates_blog_modulesdir = $(templates_blogdir)/modules
125
f5b01fc2
MT
126templates_location_DATA = \
127 src/templates/location/lookup.html
128
129templates_locationdir = $(templatesdir)/location
130
08c12016 131templates_modules_DATA = \
f5b01fc2 132 src/templates/modules/map.html \
08c12016
MT
133 src/templates/modules/menu.html
134
135templates_modulesdir = $(templatesdir)/modules
136
2b1d9700 137templates_static_DATA = \
2b1d9700
MT
138 src/templates/static/chat.html \
139 src/templates/static/features.html \
140 src/templates/static/get-involved.html \
141 src/templates/static/get-started.html \
142 src/templates/static/get-support.html \
143 src/templates/static/hardware.html \
144 src/templates/static/legal.html
145
146templates_staticdir = $(templatesdir)/static
147
a292b0f8
MT
148# ------------------------------------------------------------------------------
149
150SCSS_FILES = \
151 src/scss/style.scss \
616bd6a5 152 src/scss/_fonts.scss \
a292b0f8 153 src/scss/_icons.scss \
bc5b7100 154 src/scss/_variables.scss
a292b0f8
MT
155
156EXTRA_DIST += \
157 src/templates/messages/main.scss
158
159CLEANFILES += \
160 src/templates/messages/main.css
161
162static_DATA = \
591fe164 163 src/static/favicon.ico \
836caa65 164 src/static/robots.txt \
a292b0f8
MT
165 src/scss/main.css
166
167CLEANFILES += \
168 src/scss/main.css
169
170EXTRA_DIST += \
171 $(SCSS_FILES)
172
173staticdir = $(datadir)/static
174
175static_fonts_DATA = \
37aee798
MT
176 src/fonts/ofl/karla/Karla-Bold.ttf \
177 src/fonts/ofl/karla/Karla-Regular.ttf
a292b0f8
MT
178
179static_fontsdir = $(staticdir)/fonts
180
181static_images_DATA = \
95b30f84
MT
182 src/static/img/amex.png \
183 src/static/img/amex@2x.png \
184 src/static/img/amex@3x.png \
dabc8e11
MT
185 src/static/img/appliance-pro.png \
186 src/static/img/header-background.jpg \
95b30f84 187 src/static/img/ipfire-tux.png \
52173320 188 src/static/img/lightningwirelabs-logo.svg \
95b30f84
MT
189 src/static/img/mastercard.png \
190 src/static/img/mastercard@2x.png \
191 src/static/img/mastercard@3x.png \
192 src/static/img/paypal.png \
193 src/static/img/paypal@2x.png \
194 src/static/img/paypal@3x.png \
195 src/static/img/visa.png \
196 src/static/img/visa@2x.png \
197 src/static/img/visa@3x.png
a292b0f8 198
dabc8e11 199static_imagesdir = $(staticdir)/img
a292b0f8 200
b2e8f05d
MT
201static_images_screenshots_DATA = \
202 src/static/img/screenshots/firewall-connections.png \
203 src/static/img/screenshots/firewall-host-groups.png \
204 src/static/img/screenshots/firewall-new-rule.png \
205 src/static/img/screenshots/firewall-rules.png \
206 src/static/img/screenshots/firewall-service-groups.png \
207 src/static/img/screenshots/pakfire-addon-services-1.png \
208 src/static/img/screenshots/pakfire-overview-1.png
209
210static_images_screenshotsdir = $(static_imagesdir)/screenshots
211
511a03f2
MT
212static_images_tux_DATA = \
213 src/static/img/tux/ipfire_tux_16x16.png \
214 src/static/img/tux/ipfire_tux_20x20.png \
215 src/static/img/tux/ipfire_tux_32x32.png \
216 src/static/img/tux/ipfire_tux_48x48.png \
217 src/static/img/tux/ipfire_tux_64x64.png \
218 src/static/img/tux/ipfire_tux_128x128.png \
219 src/static/img/tux/ipfire_tux_256x256.png \
220 src/static/img/tux/ipfire_tux_420x420.png \
221 src/static/img/tux/ipfire_tux_512x512.png
222
223static_images_tuxdir = $(static_imagesdir)/tux
224
a292b0f8 225static_js_DATA = \
f9b71176
MT
226 src/bootstrap/dist/js/bootstrap.min.js \
227 src/bootstrap/dist/js/bootstrap.min.js.map \
228 \
229 src/static/js/jquery-3.3.1.min.js \
230 src/static/js/popper.min.js \
231 src/static/js/site.js
a292b0f8
MT
232
233static_jsdir = $(staticdir)/js
234
235# ------------------------------------------------------------------------------
236
237dist_cron_DATA = \
238 src/crontab/ipfire.org
239
240# ------------------------------------------------------------------------------
241
242if HAVE_SYSTEMD
243systemdsystemunit_DATA = \
244 src/systemd/ipfire.org-webapp-1.service \
245 src/systemd/ipfire.org-webapp-2.service \
246 src/systemd/ipfire.org-webapp-3.service \
247 src/systemd/ipfire.org-webapp-4.service
248
249CLEANFILES += \
250 $(systemdsystemunit_DATA)
251
252INSTALL_DIRS += \
253 $(systemdsystemunitdir)
254endif
255
256EXTRA_DIST += \
257 src/systemd/ipfire.org-webapp-1.service.in \
258 src/systemd/ipfire.org-webapp-3.service.in \
259 src/systemd/ipfire.org-webapp-3.service.in \
260 src/systemd/ipfire.org-webapp-4.service.in
261
262# ------------------------------------------------------------------------------
263
264substitutions = \
265 '|PACKAGE_NAME=$(PACKAGE_NAME)|' \
266 '|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \
267 '|configsdir=$(configsdir)|' \
268 '|bindir=$(bindir)|' \
269 '|datadir=$(datadir)|'
270
271SED_PROCESS = \
272 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
273 $(SED) $(subst '|,-e 's|@,$(subst =,\@|,$(subst |',|g',$(substitutions)))) \
274 < $< > $@
275
276%: %.in Makefile
277 $(SED_PROCESS)
278
279%.css: %.scss Makefile
280 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
281 $(SASSC) --style compressed $< > $@
282
283src/scss/main.css: $(SCSS_FILES) Makefile
284 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
285 $(SASSC) --style compressed $< > $@