]> git.ipfire.org Git - ipfire.org.git/blame - Makefile.am
talk: Properly size all icons
[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 \
de9dc716 56 src/backend/decorators.py \
a292b0f8
MT
57 src/backend/fireinfo.py \
58 src/backend/geoip.py \
59 src/backend/iuse.py \
60 src/backend/memcached.py \
61 src/backend/mirrors.py \
62 src/backend/misc.py \
63 src/backend/netboot.py \
a292b0f8 64 src/backend/nopaste.py \
a292b0f8
MT
65 src/backend/releases.py \
66 src/backend/settings.py \
67 src/backend/talk.py \
68 src/backend/tracker.py \
69 src/backend/util.py \
70 src/backend/zeiterfassung.py
71
72backenddir = $(pythondir)/ipfire
73
74# ------------------------------------------------------------------------------
75
76web_PYTHON = \
77 src/web/__init__.py \
c4f1a618 78 src/web/accounts.py \
08df6527 79 src/web/auth.py \
12e5de7e 80 src/web/blog.py \
e77cd04c 81 src/web/download.py \
a292b0f8 82 src/web/handlers.py \
a292b0f8
MT
83 src/web/handlers_admin.py \
84 src/web/handlers_base.py \
85 src/web/handlers_boot.py \
a292b0f8
MT
86 src/web/handlers_fireinfo.py \
87 src/web/handlers_iuse.py \
88 src/web/handlers_mirrors.py \
a292b0f8 89 src/web/handlers_nopaste.py \
a292b0f8 90 src/web/handlers_talk.py \
f5b01fc2 91 src/web/location.py \
917434b8 92 src/web/talk.py \
a292b0f8
MT
93 src/web/ui_modules.py
94
95webdir = $(backenddir)/web
96
97# ------------------------------------------------------------------------------
98
99# TODO install the base for now and add all other templates later
100
101templates_DATA = \
08c12016 102 src/templates/base.html \
95b30f84 103 src/templates/donate.html \
622b1cce 104 src/templates/error.html \
deb605e3 105 src/templates/index.html
a292b0f8
MT
106
107templatesdir = $(datadir)/templates
108
08df6527
MT
109templates_auth_DATA = \
110 src/templates/auth/login.html
111
112templates_authdir = $(templatesdir)/auth
113
12e5de7e 114templates_blog_DATA = \
cfc0823a 115 src/templates/blog/author.html \
12e5de7e 116 src/templates/blog/base.html \
541c952b 117 src/templates/blog/compose.html \
0b342a05 118 src/templates/blog/drafts.html \
f0714277 119 src/templates/blog/feed.xml \
8a897d25 120 src/templates/blog/index.html \
e6b18dce 121 src/templates/blog/post.html \
4bde7f18 122 src/templates/blog/search-results.html \
7e64f6a3
MT
123 src/templates/blog/tag.html \
124 src/templates/blog/year.html
12e5de7e
MT
125
126templates_blogdir = $(templatesdir)/blog
127
f91dfcc7 128templates_blog_modules_DATA = \
7e64f6a3
MT
129 src/templates/blog/modules/history-navigation.html \
130 src/templates/blog/modules/list.html \
8a897d25
MT
131 src/templates/blog/modules/post.html \
132 src/templates/blog/modules/posts.html
f91dfcc7
MT
133
134templates_blog_modulesdir = $(templates_blogdir)/modules
135
e77cd04c
MT
136templates_download_DATA = \
137 src/templates/download/base.html \
e77cd04c
MT
138 src/templates/download/release.html
139
140templates_downloaddir = $(templatesdir)/download
141
f5b01fc2
MT
142templates_location_DATA = \
143 src/templates/location/lookup.html
144
145templates_locationdir = $(templatesdir)/location
146
08c12016 147templates_modules_DATA = \
f5b01fc2 148 src/templates/modules/map.html \
08c12016
MT
149 src/templates/modules/menu.html
150
151templates_modulesdir = $(templatesdir)/modules
152
2b1d9700 153templates_static_DATA = \
2b1d9700
MT
154 src/templates/static/features.html \
155 src/templates/static/get-involved.html \
156 src/templates/static/get-started.html \
157 src/templates/static/get-support.html \
158 src/templates/static/hardware.html \
159 src/templates/static/legal.html
160
161templates_staticdir = $(templatesdir)/static
162
7aee4b8d
MT
163templates_talk_DATA = \
164 src/templates/talk/base.html \
917434b8 165 src/templates/talk/index.html \
401827c2 166 src/templates/talk/registrations.html \
1bae74c7 167 src/templates/talk/search.html \
401827c2
MT
168 src/templates/talk/user.html \
169 src/templates/talk/users.html
7aee4b8d
MT
170
171templates_talkdir = $(templatesdir)/talk
172
917434b8 173templates_talk_modules_DATA = \
401827c2 174 src/templates/talk/modules/accounts-list.html \
9f05796c 175 src/templates/talk/modules/channels.html \
917434b8
MT
176 src/templates/talk/modules/registrations.html
177
178templates_talk_modulesdir = $(templates_talkdir)/modules
179
a292b0f8
MT
180# ------------------------------------------------------------------------------
181
182SCSS_FILES = \
183 src/scss/style.scss \
616bd6a5 184 src/scss/_fonts.scss \
a292b0f8 185 src/scss/_icons.scss \
bc5b7100 186 src/scss/_variables.scss
a292b0f8
MT
187
188EXTRA_DIST += \
189 src/templates/messages/main.scss
190
191CLEANFILES += \
192 src/templates/messages/main.css
193
194static_DATA = \
591fe164 195 src/static/favicon.ico \
836caa65 196 src/static/robots.txt \
a292b0f8
MT
197 src/scss/main.css
198
199CLEANFILES += \
200 src/scss/main.css
201
202EXTRA_DIST += \
203 $(SCSS_FILES)
204
205staticdir = $(datadir)/static
206
207static_fonts_DATA = \
74bded45
MT
208 src/fonts/ofl/mukta/Mukta-Bold.ttf \
209 src/fonts/ofl/mukta/Mukta-ExtraBold.ttf \
210 src/fonts/ofl/mukta/Mukta-ExtraLight.ttf \
211 src/fonts/ofl/mukta/Mukta-Light.ttf \
212 src/fonts/ofl/mukta/Mukta-Medium.ttf \
213 src/fonts/ofl/mukta/Mukta-Regular.ttf \
214 src/fonts/ofl/mukta/Mukta-SemiBold.ttf
a292b0f8
MT
215
216static_fontsdir = $(staticdir)/fonts
217
218static_images_DATA = \
95b30f84
MT
219 src/static/img/amex.png \
220 src/static/img/amex@2x.png \
221 src/static/img/amex@3x.png \
dabc8e11 222 src/static/img/appliance-pro.png \
c740fe40 223 src/static/img/default-avatar.jpg \
95b30f84 224 src/static/img/ipfire-tux.png \
52173320 225 src/static/img/lightningwirelabs-logo.svg \
95b30f84
MT
226 src/static/img/mastercard.png \
227 src/static/img/mastercard@2x.png \
228 src/static/img/mastercard@3x.png \
229 src/static/img/paypal.png \
230 src/static/img/paypal@2x.png \
231 src/static/img/paypal@3x.png \
232 src/static/img/visa.png \
233 src/static/img/visa@2x.png \
234 src/static/img/visa@3x.png
a292b0f8 235
dabc8e11 236static_imagesdir = $(staticdir)/img
a292b0f8 237
b2e8f05d
MT
238static_images_screenshots_DATA = \
239 src/static/img/screenshots/firewall-connections.png \
240 src/static/img/screenshots/firewall-host-groups.png \
241 src/static/img/screenshots/firewall-new-rule.png \
242 src/static/img/screenshots/firewall-rules.png \
243 src/static/img/screenshots/firewall-service-groups.png \
244 src/static/img/screenshots/pakfire-addon-services-1.png \
245 src/static/img/screenshots/pakfire-overview-1.png
246
247static_images_screenshotsdir = $(static_imagesdir)/screenshots
248
511a03f2
MT
249static_images_tux_DATA = \
250 src/static/img/tux/ipfire_tux_16x16.png \
251 src/static/img/tux/ipfire_tux_20x20.png \
252 src/static/img/tux/ipfire_tux_32x32.png \
253 src/static/img/tux/ipfire_tux_48x48.png \
254 src/static/img/tux/ipfire_tux_64x64.png \
255 src/static/img/tux/ipfire_tux_128x128.png \
256 src/static/img/tux/ipfire_tux_256x256.png \
257 src/static/img/tux/ipfire_tux_420x420.png \
258 src/static/img/tux/ipfire_tux_512x512.png
259
260static_images_tuxdir = $(static_imagesdir)/tux
261
a292b0f8 262static_js_DATA = \
f9b71176
MT
263 src/bootstrap/dist/js/bootstrap.min.js \
264 src/bootstrap/dist/js/bootstrap.min.js.map \
265 \
266 src/static/js/jquery-3.3.1.min.js \
267 src/static/js/popper.min.js \
268 src/static/js/site.js
a292b0f8
MT
269
270static_jsdir = $(staticdir)/js
271
272# ------------------------------------------------------------------------------
273
274dist_cron_DATA = \
275 src/crontab/ipfire.org
276
277# ------------------------------------------------------------------------------
278
279if HAVE_SYSTEMD
280systemdsystemunit_DATA = \
281 src/systemd/ipfire.org-webapp-1.service \
282 src/systemd/ipfire.org-webapp-2.service \
283 src/systemd/ipfire.org-webapp-3.service \
284 src/systemd/ipfire.org-webapp-4.service
285
286CLEANFILES += \
287 $(systemdsystemunit_DATA)
288
289INSTALL_DIRS += \
290 $(systemdsystemunitdir)
291endif
292
293EXTRA_DIST += \
294 src/systemd/ipfire.org-webapp-1.service.in \
295 src/systemd/ipfire.org-webapp-3.service.in \
296 src/systemd/ipfire.org-webapp-3.service.in \
297 src/systemd/ipfire.org-webapp-4.service.in
298
299# ------------------------------------------------------------------------------
300
301substitutions = \
302 '|PACKAGE_NAME=$(PACKAGE_NAME)|' \
303 '|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \
ff6cfa37 304 '|PYTHON=$(PYTHON)|' \
a292b0f8
MT
305 '|configsdir=$(configsdir)|' \
306 '|bindir=$(bindir)|' \
307 '|datadir=$(datadir)|'
308
309SED_PROCESS = \
310 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
311 $(SED) $(subst '|,-e 's|@,$(subst =,\@|,$(subst |',|g',$(substitutions)))) \
312 < $< > $@
313
314%: %.in Makefile
315 $(SED_PROCESS)
316
317%.css: %.scss Makefile
318 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
319 $(SASSC) --style compressed $< > $@
320
321src/scss/main.css: $(SCSS_FILES) Makefile
322 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
323 $(SASSC) --style compressed $< > $@