]> git.ipfire.org Git - ipfire.org.git/blame - Makefile.am
blog: Add search bar
[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
MT
53 src/backend/base.py \
54 src/backend/countries.py \
55 src/backend/database.py \
56 src/backend/fireinfo.py \
57 src/backend/geoip.py \
58 src/backend/iuse.py \
59 src/backend/memcached.py \
60 src/backend/mirrors.py \
61 src/backend/misc.py \
62 src/backend/netboot.py \
63 src/backend/news.py \
64 src/backend/nopaste.py \
65 src/backend/planet.py \
66 src/backend/releases.py \
67 src/backend/settings.py \
68 src/backend/talk.py \
69 src/backend/tracker.py \
70 src/backend/util.py \
71 src/backend/zeiterfassung.py
72
73backenddir = $(pythondir)/ipfire
74
75# ------------------------------------------------------------------------------
76
77web_PYTHON = \
78 src/web/__init__.py \
12e5de7e 79 src/web/blog.py \
a292b0f8
MT
80 src/web/handlers.py \
81 src/web/handlers_accounts.py \
82 src/web/handlers_admin.py \
83 src/web/handlers_base.py \
84 src/web/handlers_boot.py \
85 src/web/handlers_download.py \
86 src/web/handlers_fireinfo.py \
87 src/web/handlers_iuse.py \
88 src/web/handlers_mirrors.py \
89 src/web/handlers_news.py \
90 src/web/handlers_nopaste.py \
91 src/web/handlers_planet.py \
92 src/web/handlers_rss.py \
93 src/web/handlers_talk.py \
94 src/web/ui_modules.py
95
96webdir = $(backenddir)/web
97
98# ------------------------------------------------------------------------------
99
100# TODO install the base for now and add all other templates later
101
102templates_DATA = \
08c12016
MT
103 src/templates/base.html \
104 src/templates/base-1.html \
95b30f84 105 src/templates/donate.html \
08c12016
MT
106 src/templates/error.html \
107 src/templates/error-404.html \
deb605e3
MT
108 src/templates/error-500.html \
109 src/templates/index.html
a292b0f8
MT
110
111templatesdir = $(datadir)/templates
112
12e5de7e 113templates_blog_DATA = \
cfc0823a 114 src/templates/blog/author.html \
12e5de7e
MT
115 src/templates/blog/base.html \
116 src/templates/blog/post.html
117
118templates_blogdir = $(templatesdir)/blog
119
f91dfcc7
MT
120templates_blog_modules_DATA = \
121 src/templates/blog/modules/post.html
122
123templates_blog_modulesdir = $(templates_blogdir)/modules
124
08c12016
MT
125templates_modules_DATA = \
126 src/templates/modules/menu.html
127
128templates_modulesdir = $(templatesdir)/modules
129
2b1d9700
MT
130templates_static_DATA = \
131 src/templates/static/artwork.html \
132 src/templates/static/chat.html \
133 src/templates/static/features.html \
134 src/templates/static/get-involved.html \
135 src/templates/static/get-started.html \
136 src/templates/static/get-support.html \
137 src/templates/static/hardware.html \
138 src/templates/static/legal.html
139
140templates_staticdir = $(templatesdir)/static
141
a292b0f8
MT
142# ------------------------------------------------------------------------------
143
144SCSS_FILES = \
145 src/scss/style.scss \
616bd6a5 146 src/scss/_fonts.scss \
a292b0f8 147 src/scss/_icons.scss \
bc5b7100 148 src/scss/_variables.scss
a292b0f8
MT
149
150EXTRA_DIST += \
151 src/templates/messages/main.scss
152
153CLEANFILES += \
154 src/templates/messages/main.css
155
156static_DATA = \
157 src/scss/main.css
158
159CLEANFILES += \
160 src/scss/main.css
161
162EXTRA_DIST += \
163 $(SCSS_FILES)
164
165staticdir = $(datadir)/static
166
167static_fonts_DATA = \
cf0c8875
MT
168 src/fonts/ufl/ubuntu/Ubuntu-Bold.ttf \
169 src/fonts/ufl/ubuntu/Ubuntu-Light.ttf \
170 src/fonts/ufl/ubuntu/Ubuntu-Medium.ttf \
171 src/fonts/ufl/ubuntu/Ubuntu-Regular.ttf
a292b0f8
MT
172
173static_fontsdir = $(staticdir)/fonts
174
175static_images_DATA = \
95b30f84
MT
176 src/static/img/amex.png \
177 src/static/img/amex@2x.png \
178 src/static/img/amex@3x.png \
dabc8e11
MT
179 src/static/img/appliance-pro.png \
180 src/static/img/header-background.jpg \
95b30f84
MT
181 src/static/img/ipfire-tux.png \
182 src/static/img/mastercard.png \
183 src/static/img/mastercard@2x.png \
184 src/static/img/mastercard@3x.png \
185 src/static/img/paypal.png \
186 src/static/img/paypal@2x.png \
187 src/static/img/paypal@3x.png \
188 src/static/img/visa.png \
189 src/static/img/visa@2x.png \
190 src/static/img/visa@3x.png
a292b0f8 191
dabc8e11 192static_imagesdir = $(staticdir)/img
a292b0f8 193
b2e8f05d
MT
194static_images_screenshots_DATA = \
195 src/static/img/screenshots/firewall-connections.png \
196 src/static/img/screenshots/firewall-host-groups.png \
197 src/static/img/screenshots/firewall-new-rule.png \
198 src/static/img/screenshots/firewall-rules.png \
199 src/static/img/screenshots/firewall-service-groups.png \
200 src/static/img/screenshots/pakfire-addon-services-1.png \
201 src/static/img/screenshots/pakfire-overview-1.png
202
203static_images_screenshotsdir = $(static_imagesdir)/screenshots
204
a292b0f8 205static_js_DATA = \
f9b71176
MT
206 src/bootstrap/dist/js/bootstrap.min.js \
207 src/bootstrap/dist/js/bootstrap.min.js.map \
208 \
209 src/static/js/jquery-3.3.1.min.js \
210 src/static/js/popper.min.js \
211 src/static/js/site.js
a292b0f8
MT
212
213static_jsdir = $(staticdir)/js
214
215# ------------------------------------------------------------------------------
216
217dist_cron_DATA = \
218 src/crontab/ipfire.org
219
220# ------------------------------------------------------------------------------
221
222if HAVE_SYSTEMD
223systemdsystemunit_DATA = \
224 src/systemd/ipfire.org-webapp-1.service \
225 src/systemd/ipfire.org-webapp-2.service \
226 src/systemd/ipfire.org-webapp-3.service \
227 src/systemd/ipfire.org-webapp-4.service
228
229CLEANFILES += \
230 $(systemdsystemunit_DATA)
231
232INSTALL_DIRS += \
233 $(systemdsystemunitdir)
234endif
235
236EXTRA_DIST += \
237 src/systemd/ipfire.org-webapp-1.service.in \
238 src/systemd/ipfire.org-webapp-3.service.in \
239 src/systemd/ipfire.org-webapp-3.service.in \
240 src/systemd/ipfire.org-webapp-4.service.in
241
242# ------------------------------------------------------------------------------
243
244substitutions = \
245 '|PACKAGE_NAME=$(PACKAGE_NAME)|' \
246 '|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \
247 '|configsdir=$(configsdir)|' \
248 '|bindir=$(bindir)|' \
249 '|datadir=$(datadir)|'
250
251SED_PROCESS = \
252 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
253 $(SED) $(subst '|,-e 's|@,$(subst =,\@|,$(subst |',|g',$(substitutions)))) \
254 < $< > $@
255
256%: %.in Makefile
257 $(SED_PROCESS)
258
259%.css: %.scss Makefile
260 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
261 $(SASSC) --style compressed $< > $@
262
263src/scss/main.css: $(SCSS_FILES) Makefile
264 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
265 $(SASSC) --style compressed $< > $@