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