]> git.ipfire.org Git - ipfire.org.git/blob - Makefile.am
Make navigation bar light grey
[ipfire.org.git] / Makefile.am
1 #!/usr/bin/make
2
3 AM_MAKEFLAGS = --no-print-directory
4 AUTOMAKE_OPTIONS = color-tests
5
6 # remove target it the command fails
7 .DELETE_ON_ERROR:
8
9 # keep itermediate files
10 .SECONDARY:
11
12 pythondir = $(pyexecdir)
13
14 configsdir = $(sysconfdir)/ipfire.org
15 crondir = $(sysconfdir)/cron.d
16
17 CLEANFILES =
18 DISTCLEANFILES =
19 EXTRA_DIST =
20 INSTALL_DIRS =
21 noinst_DATA =
22
23 DISTCHECK_CONFIGURE_FLAGS = \
24 --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
25
26 # ------------------------------------------------------------------------------
27
28 bin_SCRIPTS = \
29 src/scripts/ipfire.org \
30 src/scripts/ipfire.org-webapp
31
32 EXTRA_DIST += \
33 src/scripts/ipfire.org.in \
34 src/scripts/ipfire.org-webapp.in
35
36 CLEANFILES += \
37 src/scripts/ipfire.org \
38 src/scripts/ipfire.org-webapp
39
40 configs_DATA = \
41 ipfire.org.conf.sample
42
43 EXTRA_DIST += \
44 ipfire.org.conf.sample.in
45
46 CLEANFILES += \
47 ipfire.org.conf.sample
48
49 backend_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
71 backenddir = $(pythondir)/ipfire
72
73 # ------------------------------------------------------------------------------
74
75 web_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_admin.py \
83 src/web/handlers_base.py \
84 src/web/handlers_boot.py \
85 src/web/handlers_fireinfo.py \
86 src/web/handlers_iuse.py \
87 src/web/handlers_mirrors.py \
88 src/web/handlers_nopaste.py \
89 src/web/handlers_talk.py \
90 src/web/location.py \
91 src/web/talk.py \
92 src/web/ui_modules.py
93
94 webdir = $(backenddir)/web
95
96 # ------------------------------------------------------------------------------
97
98 # TODO install the base for now and add all other templates later
99
100 templates_DATA = \
101 src/templates/base.html \
102 src/templates/donate.html \
103 src/templates/error.html \
104 src/templates/index.html
105
106 templatesdir = $(datadir)/templates
107
108 templates_auth_DATA = \
109 src/templates/auth/login.html
110
111 templates_authdir = $(templatesdir)/auth
112
113 templates_blog_DATA = \
114 src/templates/blog/author.html \
115 src/templates/blog/base.html \
116 src/templates/blog/compose.html \
117 src/templates/blog/drafts.html \
118 src/templates/blog/feed.xml \
119 src/templates/blog/index.html \
120 src/templates/blog/post.html \
121 src/templates/blog/search-results.html \
122 src/templates/blog/tag.html \
123 src/templates/blog/year.html
124
125 templates_blogdir = $(templatesdir)/blog
126
127 templates_blog_modules_DATA = \
128 src/templates/blog/modules/history-navigation.html \
129 src/templates/blog/modules/list.html \
130 src/templates/blog/modules/post.html \
131 src/templates/blog/modules/posts.html
132
133 templates_blog_modulesdir = $(templates_blogdir)/modules
134
135 templates_download_DATA = \
136 src/templates/download/base.html \
137 src/templates/download/release.html
138
139 templates_downloaddir = $(templatesdir)/download
140
141 templates_location_DATA = \
142 src/templates/location/lookup.html
143
144 templates_locationdir = $(templatesdir)/location
145
146 templates_modules_DATA = \
147 src/templates/modules/map.html \
148 src/templates/modules/menu.html
149
150 templates_modulesdir = $(templatesdir)/modules
151
152 templates_static_DATA = \
153 src/templates/static/features.html \
154 src/templates/static/get-involved.html \
155 src/templates/static/get-started.html \
156 src/templates/static/get-support.html \
157 src/templates/static/hardware.html \
158 src/templates/static/legal.html
159
160 templates_staticdir = $(templatesdir)/static
161
162 templates_talk_DATA = \
163 src/templates/talk/base.html \
164 src/templates/talk/index.html \
165 src/templates/talk/registrations.html \
166 src/templates/talk/search.html \
167 src/templates/talk/user.html \
168 src/templates/talk/users.html
169
170 templates_talkdir = $(templatesdir)/talk
171
172 templates_talk_modules_DATA = \
173 src/templates/talk/modules/accounts-list.html \
174 src/templates/talk/modules/cdr.html \
175 src/templates/talk/modules/channels.html \
176 src/templates/talk/modules/registrations.html
177
178 templates_talk_modulesdir = $(templates_talkdir)/modules
179
180 # ------------------------------------------------------------------------------
181
182 SCSS_FILES = \
183 src/scss/style.scss \
184 src/scss/_fonts.scss \
185 src/scss/_icons.scss \
186 src/scss/_variables.scss
187
188 EXTRA_DIST += \
189 src/templates/messages/main.scss
190
191 CLEANFILES += \
192 src/templates/messages/main.css
193
194 static_DATA = \
195 src/static/favicon.ico \
196 src/static/robots.txt \
197 src/scss/main.css
198
199 CLEANFILES += \
200 src/scss/main.css
201
202 EXTRA_DIST += \
203 $(SCSS_FILES)
204
205 staticdir = $(datadir)/static
206
207 static_fonts_DATA = \
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 \
215 \
216 src/open-iconic/font/fonts/open-iconic.eot \
217 src/open-iconic/font/fonts/open-iconic.otf \
218 src/open-iconic/font/fonts/open-iconic.svg \
219 src/open-iconic/font/fonts/open-iconic.ttf \
220 src/open-iconic/font/fonts/open-iconic.woff
221
222 static_fontsdir = $(staticdir)/fonts
223
224 static_images_DATA = \
225 src/static/img/amex.png \
226 src/static/img/amex@2x.png \
227 src/static/img/amex@3x.png \
228 src/static/img/appliance-pro.png \
229 src/static/img/default-avatar.jpg \
230 src/static/img/ipfire-tux.png \
231 src/static/img/lightningwirelabs-logo.svg \
232 src/static/img/mastercard.png \
233 src/static/img/mastercard@2x.png \
234 src/static/img/mastercard@3x.png \
235 src/static/img/paypal.png \
236 src/static/img/paypal@2x.png \
237 src/static/img/paypal@3x.png \
238 src/static/img/visa.png \
239 src/static/img/visa@2x.png \
240 src/static/img/visa@3x.png
241
242 static_imagesdir = $(staticdir)/img
243
244 static_images_screenshots_DATA = \
245 src/static/img/screenshots/firewall-connections.png \
246 src/static/img/screenshots/firewall-host-groups.png \
247 src/static/img/screenshots/firewall-new-rule.png \
248 src/static/img/screenshots/firewall-rules.png \
249 src/static/img/screenshots/firewall-service-groups.png \
250 src/static/img/screenshots/pakfire-addon-services-1.png \
251 src/static/img/screenshots/pakfire-overview-1.png
252
253 static_images_screenshotsdir = $(static_imagesdir)/screenshots
254
255 static_images_tux_DATA = \
256 src/static/img/tux/ipfire_tux_16x16.png \
257 src/static/img/tux/ipfire_tux_20x20.png \
258 src/static/img/tux/ipfire_tux_32x32.png \
259 src/static/img/tux/ipfire_tux_48x48.png \
260 src/static/img/tux/ipfire_tux_64x64.png \
261 src/static/img/tux/ipfire_tux_128x128.png \
262 src/static/img/tux/ipfire_tux_256x256.png \
263 src/static/img/tux/ipfire_tux_420x420.png \
264 src/static/img/tux/ipfire_tux_512x512.png
265
266 static_images_tuxdir = $(static_imagesdir)/tux
267
268 static_js_DATA = \
269 src/bootstrap/dist/js/bootstrap.min.js \
270 src/bootstrap/dist/js/bootstrap.min.js.map \
271 \
272 src/static/js/jquery-3.3.1.min.js \
273 src/static/js/popper.min.js \
274 src/static/js/site.js
275
276 static_jsdir = $(staticdir)/js
277
278 # ------------------------------------------------------------------------------
279
280 dist_cron_DATA = \
281 src/crontab/ipfire.org
282
283 # ------------------------------------------------------------------------------
284
285 if HAVE_SYSTEMD
286 systemdsystemunit_DATA = \
287 src/systemd/ipfire.org-webapp-1.service \
288 src/systemd/ipfire.org-webapp-2.service \
289 src/systemd/ipfire.org-webapp-3.service \
290 src/systemd/ipfire.org-webapp-4.service
291
292 CLEANFILES += \
293 $(systemdsystemunit_DATA)
294
295 INSTALL_DIRS += \
296 $(systemdsystemunitdir)
297 endif
298
299 EXTRA_DIST += \
300 src/systemd/ipfire.org-webapp-1.service.in \
301 src/systemd/ipfire.org-webapp-3.service.in \
302 src/systemd/ipfire.org-webapp-3.service.in \
303 src/systemd/ipfire.org-webapp-4.service.in
304
305 # ------------------------------------------------------------------------------
306
307 substitutions = \
308 '|PACKAGE_NAME=$(PACKAGE_NAME)|' \
309 '|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \
310 '|PYTHON=$(PYTHON)|' \
311 '|configsdir=$(configsdir)|' \
312 '|bindir=$(bindir)|' \
313 '|datadir=$(datadir)|'
314
315 SED_PROCESS = \
316 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
317 $(SED) $(subst '|,-e 's|@,$(subst =,\@|,$(subst |',|g',$(substitutions)))) \
318 < $< > $@
319
320 %: %.in Makefile
321 $(SED_PROCESS)
322
323 %.css: %.scss Makefile
324 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
325 $(SASSC) --style compressed $< > $@
326
327 src/scss/main.css: $(SCSS_FILES) Makefile
328 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
329 $(SASSC) --style compressed $< > $@