]> git.ipfire.org Git - ipfire.org.git/blob - Makefile.am
people: Check password quality before submitting to server
[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/auth.py \
78 src/web/blog.py \
79 src/web/download.py \
80 src/web/handlers.py \
81 src/web/handlers_base.py \
82 src/web/handlers_boot.py \
83 src/web/handlers_fireinfo.py \
84 src/web/handlers_iuse.py \
85 src/web/handlers_mirrors.py \
86 src/web/location.py \
87 src/web/newsletter.py \
88 src/web/nopaste.py \
89 src/web/people.py \
90 src/web/ui_modules.py
91
92 webdir = $(backenddir)/web
93
94 # ------------------------------------------------------------------------------
95
96 # TODO install the base for now and add all other templates later
97
98 templates_DATA = \
99 src/templates/base.html \
100 src/templates/donate.html \
101 src/templates/error.html \
102 src/templates/index.html
103
104 templatesdir = $(datadir)/templates
105
106 templates_auth_DATA = \
107 src/templates/auth/login.html
108
109 templates_authdir = $(templatesdir)/auth
110
111 templates_blog_DATA = \
112 src/templates/blog/author.html \
113 src/templates/blog/base.html \
114 src/templates/blog/compose.html \
115 src/templates/blog/drafts.html \
116 src/templates/blog/feed.xml \
117 src/templates/blog/index.html \
118 src/templates/blog/post.html \
119 src/templates/blog/search-results.html \
120 src/templates/blog/tag.html \
121 src/templates/blog/year.html
122
123 templates_blogdir = $(templatesdir)/blog
124
125 templates_blog_modules_DATA = \
126 src/templates/blog/modules/history-navigation.html \
127 src/templates/blog/modules/list.html \
128 src/templates/blog/modules/post.html \
129 src/templates/blog/modules/posts.html
130
131 templates_blog_modulesdir = $(templates_blogdir)/modules
132
133 templates_download_DATA = \
134 src/templates/download/release.html
135
136 templates_downloaddir = $(templatesdir)/download
137
138 templates_location_DATA = \
139 src/templates/location/lookup.html
140
141 templates_locationdir = $(templatesdir)/location
142
143 templates_modules_DATA = \
144 src/templates/modules/map.html
145
146 templates_modulesdir = $(templatesdir)/modules
147
148 templates_newsletter_DATA = \
149 src/templates/newsletter/subscribed.html
150
151 templates_newsletterdir = $(templatesdir)/newsletter
152
153 templates_nopaste_DATA = \
154 src/templates/nopaste/create.html \
155 src/templates/nopaste/view.html
156
157 templates_nopastedir = $(templatesdir)/nopaste
158
159 templates_nopaste_modules_DATA = \
160 src/templates/nopaste/modules/code.html
161
162 templates_nopaste_modulesdir = $(templates_nopastedir)/modules
163
164 templates_people_DATA = \
165 src/templates/people/base.html \
166 src/templates/people/conferences.html \
167 src/templates/people/call.html \
168 src/templates/people/calls.html \
169 src/templates/people/index.html \
170 src/templates/people/passwd.html \
171 src/templates/people/search.html \
172 src/templates/people/sip.html \
173 src/templates/people/user.html \
174 src/templates/people/user-edit.html \
175 src/templates/people/users.html
176
177 templates_peopledir = $(templatesdir)/people
178
179 templates_people_modules_DATA = \
180 src/templates/people/modules/accounts-list.html \
181 src/templates/people/modules/cdr.html \
182 src/templates/people/modules/channels.html \
183 src/templates/people/modules/mos.html \
184 src/templates/people/modules/password.html \
185 src/templates/people/modules/password.js \
186 src/templates/people/modules/registrations.html \
187 src/templates/people/modules/sip-status.html
188
189 templates_people_modulesdir = $(templates_peopledir)/modules
190
191 templates_people_ssh_keys_DATA = \
192 src/templates/people/ssh-keys/delete.html \
193 src/templates/people/ssh-keys/error.html \
194 src/templates/people/ssh-keys/error-invalid-key.html \
195 src/templates/people/ssh-keys/index.html \
196 src/templates/people/ssh-keys/upload.html
197
198 templates_people_ssh_keysdir = $(templates_peopledir)/ssh-keys
199
200 templates_static_DATA = \
201 src/templates/static/blocked.html \
202 src/templates/static/chat.html \
203 src/templates/static/features.html \
204 src/templates/static/legal.html \
205 src/templates/static/support.html
206
207 templates_staticdir = $(templatesdir)/static
208
209 # ------------------------------------------------------------------------------
210
211 SCSS_FILES = \
212 src/scss/style.scss \
213 src/scss/_fonts.scss \
214 src/scss/_icons.scss \
215 src/scss/_variables.scss
216
217 EXTRA_DIST += \
218 src/templates/messages/main.scss
219
220 CLEANFILES += \
221 src/templates/messages/main.css
222
223 static_DATA = \
224 src/static/favicon.ico \
225 src/static/robots.txt \
226 src/scss/main.css
227
228 CLEANFILES += \
229 src/scss/main.css
230
231 EXTRA_DIST += \
232 $(SCSS_FILES)
233
234 staticdir = $(datadir)/static
235
236 static_css_DATA = \
237 src/static/css/prettify.css
238
239 static_cssdir = $(staticdir)/css
240
241 static_fonts_DATA = \
242 src/fonts/ofl/mukta/Mukta-Bold.ttf \
243 src/fonts/ofl/mukta/Mukta-ExtraBold.ttf \
244 src/fonts/ofl/mukta/Mukta-ExtraLight.ttf \
245 src/fonts/ofl/mukta/Mukta-Light.ttf \
246 src/fonts/ofl/mukta/Mukta-Medium.ttf \
247 src/fonts/ofl/mukta/Mukta-Regular.ttf \
248 src/fonts/ofl/mukta/Mukta-SemiBold.ttf \
249 \
250 src/font-awesome/web-fonts-with-css/webfonts/fa-brands-400.eot \
251 src/font-awesome/web-fonts-with-css/webfonts/fa-brands-400.svg \
252 src/font-awesome/web-fonts-with-css/webfonts/fa-brands-400.ttf \
253 src/font-awesome/web-fonts-with-css/webfonts/fa-brands-400.woff \
254 src/font-awesome/web-fonts-with-css/webfonts/fa-brands-400.woff2 \
255 src/font-awesome/web-fonts-with-css/webfonts/fa-regular-400.eot \
256 src/font-awesome/web-fonts-with-css/webfonts/fa-regular-400.svg \
257 src/font-awesome/web-fonts-with-css/webfonts/fa-regular-400.ttf \
258 src/font-awesome/web-fonts-with-css/webfonts/fa-regular-400.woff \
259 src/font-awesome/web-fonts-with-css/webfonts/fa-regular-400.woff2 \
260 src/font-awesome/web-fonts-with-css/webfonts/fa-solid-900.eot \
261 src/font-awesome/web-fonts-with-css/webfonts/fa-solid-900.svg \
262 src/font-awesome/web-fonts-with-css/webfonts/fa-solid-900.ttf \
263 src/font-awesome/web-fonts-with-css/webfonts/fa-solid-900.woff \
264 src/font-awesome/web-fonts-with-css/webfonts/fa-solid-900.woff2 \
265 \
266 src/payment-font/fonts/paymentfont-webfont.eot \
267 src/payment-font/fonts/paymentfont-webfont.svg \
268 src/payment-font/fonts/paymentfont-webfont.ttf \
269 src/payment-font/fonts/paymentfont-webfont.woff
270
271 static_fontsdir = $(staticdir)/fonts
272
273 static_images_DATA = \
274 src/static/img/default-avatar.jpg \
275 src/static/img/ipfire-tux.png \
276 src/static/img/lightningwirelabs-logo.svg
277
278 static_imagesdir = $(staticdir)/img
279
280 static_images_screenshots_DATA = \
281 src/static/img/screenshots/firewall-connections.png \
282 src/static/img/screenshots/firewall-host-groups.png \
283 src/static/img/screenshots/firewall-new-rule.png \
284 src/static/img/screenshots/firewall-rules.png \
285 src/static/img/screenshots/firewall-service-groups.png \
286 src/static/img/screenshots/pakfire-addon-services-1.png \
287 src/static/img/screenshots/pakfire-overview-1.png
288
289 static_images_screenshotsdir = $(static_imagesdir)/screenshots
290
291 static_images_tux_DATA = \
292 src/static/img/tux/ipfire_tux_16x16.png \
293 src/static/img/tux/ipfire_tux_20x20.png \
294 src/static/img/tux/ipfire_tux_32x32.png \
295 src/static/img/tux/ipfire_tux_48x48.png \
296 src/static/img/tux/ipfire_tux_64x64.png \
297 src/static/img/tux/ipfire_tux_128x128.png \
298 src/static/img/tux/ipfire_tux_256x256.png \
299 src/static/img/tux/ipfire_tux_420x420.png \
300 src/static/img/tux/ipfire_tux_512x512.png
301
302 static_images_tuxdir = $(static_imagesdir)/tux
303
304 static_js_DATA = \
305 src/bootstrap/dist/js/bootstrap.min.js \
306 src/bootstrap/dist/js/bootstrap.min.js.map \
307 \
308 src/static/js/jquery-3.3.1.min.js \
309 src/static/js/popper.min.js \
310 src/static/js/prettify.js \
311 \
312 src/static/js/zxcvbn/dist/zxcvbn.js \
313 src/static/js/zxcvbn/dist/zxcvbn.js.map
314
315 static_jsdir = $(staticdir)/js
316
317 # ------------------------------------------------------------------------------
318
319 dist_cron_DATA = \
320 src/crontab/ipfire.org
321
322 # ------------------------------------------------------------------------------
323
324 if HAVE_SYSTEMD
325 systemdsystemunit_DATA = \
326 src/systemd/ipfire.org-webapp-1.service \
327 src/systemd/ipfire.org-webapp-2.service \
328 src/systemd/ipfire.org-webapp-3.service \
329 src/systemd/ipfire.org-webapp-4.service
330
331 CLEANFILES += \
332 $(systemdsystemunit_DATA)
333
334 INSTALL_DIRS += \
335 $(systemdsystemunitdir)
336 endif
337
338 EXTRA_DIST += \
339 src/systemd/ipfire.org-webapp-1.service.in \
340 src/systemd/ipfire.org-webapp-3.service.in \
341 src/systemd/ipfire.org-webapp-3.service.in \
342 src/systemd/ipfire.org-webapp-4.service.in
343
344 # ------------------------------------------------------------------------------
345
346 substitutions = \
347 '|PACKAGE_NAME=$(PACKAGE_NAME)|' \
348 '|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \
349 '|PYTHON=$(PYTHON)|' \
350 '|configsdir=$(configsdir)|' \
351 '|bindir=$(bindir)|' \
352 '|datadir=$(datadir)|'
353
354 SED_PROCESS = \
355 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
356 $(SED) $(subst '|,-e 's|@,$(subst =,\@|,$(subst |',|g',$(substitutions)))) \
357 < $< > $@
358
359 %: %.in Makefile
360 $(SED_PROCESS)
361
362 %.css: %.scss Makefile
363 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
364 $(SASSC) --style compressed $< > $@
365
366 src/scss/main.css: $(SCSS_FILES) Makefile
367 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
368 $(SASSC) --style compressed $< > $@