]> git.ipfire.org Git - ipfire.org.git/blame - Makefile.am
location: Add new location subdomain
[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 \
52 src/backend/ads.py \
a292b0f8 53 src/backend/base.py \
0a6875dc 54 src/backend/blog.py \
a292b0f8
MT
55 src/backend/countries.py \
56 src/backend/database.py \
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 \
12e5de7e 78 src/web/blog.py \
a292b0f8
MT
79 src/web/handlers.py \
80 src/web/handlers_accounts.py \
81 src/web/handlers_admin.py \
82 src/web/handlers_base.py \
83 src/web/handlers_boot.py \
84 src/web/handlers_download.py \
85 src/web/handlers_fireinfo.py \
86 src/web/handlers_iuse.py \
87 src/web/handlers_mirrors.py \
a292b0f8 88 src/web/handlers_nopaste.py \
a292b0f8 89 src/web/handlers_talk.py \
f5b01fc2 90 src/web/location.py \
a292b0f8
MT
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 = \
08c12016 100 src/templates/base.html \
95b30f84 101 src/templates/donate.html \
08c12016
MT
102 src/templates/error.html \
103 src/templates/error-404.html \
deb605e3
MT
104 src/templates/error-500.html \
105 src/templates/index.html
a292b0f8
MT
106
107templatesdir = $(datadir)/templates
108
12e5de7e 109templates_blog_DATA = \
cfc0823a 110 src/templates/blog/author.html \
12e5de7e 111 src/templates/blog/base.html \
f0714277 112 src/templates/blog/feed.xml \
8a897d25 113 src/templates/blog/index.html \
e6b18dce 114 src/templates/blog/post.html \
4bde7f18 115 src/templates/blog/search-results.html \
7e64f6a3
MT
116 src/templates/blog/tag.html \
117 src/templates/blog/year.html
12e5de7e
MT
118
119templates_blogdir = $(templatesdir)/blog
120
f91dfcc7 121templates_blog_modules_DATA = \
7e64f6a3
MT
122 src/templates/blog/modules/history-navigation.html \
123 src/templates/blog/modules/list.html \
8a897d25
MT
124 src/templates/blog/modules/post.html \
125 src/templates/blog/modules/posts.html
f91dfcc7
MT
126
127templates_blog_modulesdir = $(templates_blogdir)/modules
128
f5b01fc2
MT
129templates_location_DATA = \
130 src/templates/location/lookup.html
131
132templates_locationdir = $(templatesdir)/location
133
08c12016 134templates_modules_DATA = \
f5b01fc2 135 src/templates/modules/map.html \
08c12016
MT
136 src/templates/modules/menu.html
137
138templates_modulesdir = $(templatesdir)/modules
139
2b1d9700
MT
140templates_static_DATA = \
141 src/templates/static/artwork.html \
142 src/templates/static/chat.html \
143 src/templates/static/features.html \
144 src/templates/static/get-involved.html \
145 src/templates/static/get-started.html \
146 src/templates/static/get-support.html \
147 src/templates/static/hardware.html \
148 src/templates/static/legal.html
149
150templates_staticdir = $(templatesdir)/static
151
a292b0f8
MT
152# ------------------------------------------------------------------------------
153
154SCSS_FILES = \
155 src/scss/style.scss \
616bd6a5 156 src/scss/_fonts.scss \
a292b0f8 157 src/scss/_icons.scss \
bc5b7100 158 src/scss/_variables.scss
a292b0f8
MT
159
160EXTRA_DIST += \
161 src/templates/messages/main.scss
162
163CLEANFILES += \
164 src/templates/messages/main.css
165
166static_DATA = \
591fe164 167 src/static/favicon.ico \
836caa65 168 src/static/robots.txt \
a292b0f8
MT
169 src/scss/main.css
170
171CLEANFILES += \
172 src/scss/main.css
173
174EXTRA_DIST += \
175 $(SCSS_FILES)
176
177staticdir = $(datadir)/static
178
179static_fonts_DATA = \
cf0c8875
MT
180 src/fonts/ufl/ubuntu/Ubuntu-Bold.ttf \
181 src/fonts/ufl/ubuntu/Ubuntu-Light.ttf \
182 src/fonts/ufl/ubuntu/Ubuntu-Medium.ttf \
183 src/fonts/ufl/ubuntu/Ubuntu-Regular.ttf
a292b0f8
MT
184
185static_fontsdir = $(staticdir)/fonts
186
187static_images_DATA = \
95b30f84
MT
188 src/static/img/amex.png \
189 src/static/img/amex@2x.png \
190 src/static/img/amex@3x.png \
dabc8e11
MT
191 src/static/img/appliance-pro.png \
192 src/static/img/header-background.jpg \
95b30f84 193 src/static/img/ipfire-tux.png \
52173320 194 src/static/img/lightningwirelabs-logo.svg \
95b30f84
MT
195 src/static/img/mastercard.png \
196 src/static/img/mastercard@2x.png \
197 src/static/img/mastercard@3x.png \
198 src/static/img/paypal.png \
199 src/static/img/paypal@2x.png \
200 src/static/img/paypal@3x.png \
201 src/static/img/visa.png \
202 src/static/img/visa@2x.png \
203 src/static/img/visa@3x.png
a292b0f8 204
dabc8e11 205static_imagesdir = $(staticdir)/img
a292b0f8 206
b2e8f05d
MT
207static_images_screenshots_DATA = \
208 src/static/img/screenshots/firewall-connections.png \
209 src/static/img/screenshots/firewall-host-groups.png \
210 src/static/img/screenshots/firewall-new-rule.png \
211 src/static/img/screenshots/firewall-rules.png \
212 src/static/img/screenshots/firewall-service-groups.png \
213 src/static/img/screenshots/pakfire-addon-services-1.png \
214 src/static/img/screenshots/pakfire-overview-1.png
215
216static_images_screenshotsdir = $(static_imagesdir)/screenshots
217
511a03f2
MT
218static_images_tux_DATA = \
219 src/static/img/tux/ipfire_tux_16x16.png \
220 src/static/img/tux/ipfire_tux_20x20.png \
221 src/static/img/tux/ipfire_tux_32x32.png \
222 src/static/img/tux/ipfire_tux_48x48.png \
223 src/static/img/tux/ipfire_tux_64x64.png \
224 src/static/img/tux/ipfire_tux_128x128.png \
225 src/static/img/tux/ipfire_tux_256x256.png \
226 src/static/img/tux/ipfire_tux_420x420.png \
227 src/static/img/tux/ipfire_tux_512x512.png
228
229static_images_tuxdir = $(static_imagesdir)/tux
230
a292b0f8 231static_js_DATA = \
f9b71176
MT
232 src/bootstrap/dist/js/bootstrap.min.js \
233 src/bootstrap/dist/js/bootstrap.min.js.map \
234 \
235 src/static/js/jquery-3.3.1.min.js \
236 src/static/js/popper.min.js \
237 src/static/js/site.js
a292b0f8
MT
238
239static_jsdir = $(staticdir)/js
240
241# ------------------------------------------------------------------------------
242
243dist_cron_DATA = \
244 src/crontab/ipfire.org
245
246# ------------------------------------------------------------------------------
247
248if HAVE_SYSTEMD
249systemdsystemunit_DATA = \
250 src/systemd/ipfire.org-webapp-1.service \
251 src/systemd/ipfire.org-webapp-2.service \
252 src/systemd/ipfire.org-webapp-3.service \
253 src/systemd/ipfire.org-webapp-4.service
254
255CLEANFILES += \
256 $(systemdsystemunit_DATA)
257
258INSTALL_DIRS += \
259 $(systemdsystemunitdir)
260endif
261
262EXTRA_DIST += \
263 src/systemd/ipfire.org-webapp-1.service.in \
264 src/systemd/ipfire.org-webapp-3.service.in \
265 src/systemd/ipfire.org-webapp-3.service.in \
266 src/systemd/ipfire.org-webapp-4.service.in
267
268# ------------------------------------------------------------------------------
269
270substitutions = \
271 '|PACKAGE_NAME=$(PACKAGE_NAME)|' \
272 '|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \
273 '|configsdir=$(configsdir)|' \
274 '|bindir=$(bindir)|' \
275 '|datadir=$(datadir)|'
276
277SED_PROCESS = \
278 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
279 $(SED) $(subst '|,-e 's|@,$(subst =,\@|,$(subst |',|g',$(substitutions)))) \
280 < $< > $@
281
282%: %.in Makefile
283 $(SED_PROCESS)
284
285%.css: %.scss Makefile
286 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
287 $(SASSC) --style compressed $< > $@
288
289src/scss/main.css: $(SCSS_FILES) Makefile
290 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
291 $(SASSC) --style compressed $< > $@