]> git.ipfire.org Git - ipfire.org.git/blob - Makefile.am
Add new blog post design
[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/ads.py \
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
73 backenddir = $(pythondir)/ipfire
74
75 # ------------------------------------------------------------------------------
76
77 web_PYTHON = \
78 src/web/__init__.py \
79 src/web/blog.py \
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
96 webdir = $(backenddir)/web
97
98 # ------------------------------------------------------------------------------
99
100 # TODO install the base for now and add all other templates later
101
102 templates_DATA = \
103 src/templates/base.html \
104 src/templates/base-1.html \
105 src/templates/donate.html \
106 src/templates/error.html \
107 src/templates/error-404.html \
108 src/templates/error-500.html \
109 src/templates/index.html
110
111 templatesdir = $(datadir)/templates
112
113 templates_blog_DATA = \
114 src/templates/blog/base.html \
115 src/templates/blog/post.html
116
117 templates_blogdir = $(templatesdir)/blog
118
119 templates_modules_DATA = \
120 src/templates/modules/menu.html
121
122 templates_modulesdir = $(templatesdir)/modules
123
124 templates_static_DATA = \
125 src/templates/static/artwork.html \
126 src/templates/static/chat.html \
127 src/templates/static/features.html \
128 src/templates/static/get-involved.html \
129 src/templates/static/get-started.html \
130 src/templates/static/get-support.html \
131 src/templates/static/hardware.html \
132 src/templates/static/legal.html
133
134 templates_staticdir = $(templatesdir)/static
135
136 # ------------------------------------------------------------------------------
137
138 SCSS_FILES = \
139 src/scss/style.scss \
140 src/scss/_fonts.scss \
141 src/scss/_icons.scss \
142 src/scss/_variables.scss
143
144 EXTRA_DIST += \
145 src/templates/messages/main.scss
146
147 CLEANFILES += \
148 src/templates/messages/main.css
149
150 static_DATA = \
151 src/scss/main.css
152
153 CLEANFILES += \
154 src/scss/main.css
155
156 EXTRA_DIST += \
157 $(SCSS_FILES)
158
159 staticdir = $(datadir)/static
160
161 static_fonts_DATA = \
162 src/fonts/ufl/ubuntu/Ubuntu-Bold.ttf \
163 src/fonts/ufl/ubuntu/Ubuntu-Light.ttf \
164 src/fonts/ufl/ubuntu/Ubuntu-Medium.ttf \
165 src/fonts/ufl/ubuntu/Ubuntu-Regular.ttf
166
167 static_fontsdir = $(staticdir)/fonts
168
169 static_images_DATA = \
170 src/static/img/amex.png \
171 src/static/img/amex@2x.png \
172 src/static/img/amex@3x.png \
173 src/static/img/appliance-pro.png \
174 src/static/img/header-background.jpg \
175 src/static/img/ipfire-tux.png \
176 src/static/img/mastercard.png \
177 src/static/img/mastercard@2x.png \
178 src/static/img/mastercard@3x.png \
179 src/static/img/paypal.png \
180 src/static/img/paypal@2x.png \
181 src/static/img/paypal@3x.png \
182 src/static/img/visa.png \
183 src/static/img/visa@2x.png \
184 src/static/img/visa@3x.png
185
186 static_imagesdir = $(staticdir)/img
187
188 static_images_screenshots_DATA = \
189 src/static/img/screenshots/firewall-connections.png \
190 src/static/img/screenshots/firewall-host-groups.png \
191 src/static/img/screenshots/firewall-new-rule.png \
192 src/static/img/screenshots/firewall-rules.png \
193 src/static/img/screenshots/firewall-service-groups.png \
194 src/static/img/screenshots/pakfire-addon-services-1.png \
195 src/static/img/screenshots/pakfire-overview-1.png
196
197 static_images_screenshotsdir = $(static_imagesdir)/screenshots
198
199 static_js_DATA = \
200 src/bootstrap/dist/js/bootstrap.min.js \
201 src/bootstrap/dist/js/bootstrap.min.js.map \
202 \
203 src/static/js/jquery-3.3.1.min.js \
204 src/static/js/popper.min.js \
205 src/static/js/site.js
206
207 static_jsdir = $(staticdir)/js
208
209 # ------------------------------------------------------------------------------
210
211 dist_cron_DATA = \
212 src/crontab/ipfire.org
213
214 # ------------------------------------------------------------------------------
215
216 if HAVE_SYSTEMD
217 systemdsystemunit_DATA = \
218 src/systemd/ipfire.org-webapp-1.service \
219 src/systemd/ipfire.org-webapp-2.service \
220 src/systemd/ipfire.org-webapp-3.service \
221 src/systemd/ipfire.org-webapp-4.service
222
223 CLEANFILES += \
224 $(systemdsystemunit_DATA)
225
226 INSTALL_DIRS += \
227 $(systemdsystemunitdir)
228 endif
229
230 EXTRA_DIST += \
231 src/systemd/ipfire.org-webapp-1.service.in \
232 src/systemd/ipfire.org-webapp-3.service.in \
233 src/systemd/ipfire.org-webapp-3.service.in \
234 src/systemd/ipfire.org-webapp-4.service.in
235
236 # ------------------------------------------------------------------------------
237
238 substitutions = \
239 '|PACKAGE_NAME=$(PACKAGE_NAME)|' \
240 '|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \
241 '|configsdir=$(configsdir)|' \
242 '|bindir=$(bindir)|' \
243 '|datadir=$(datadir)|'
244
245 SED_PROCESS = \
246 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
247 $(SED) $(subst '|,-e 's|@,$(subst =,\@|,$(subst |',|g',$(substitutions)))) \
248 < $< > $@
249
250 %: %.in Makefile
251 $(SED_PROCESS)
252
253 %.css: %.scss Makefile
254 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
255 $(SASSC) --style compressed $< > $@
256
257 src/scss/main.css: $(SCSS_FILES) Makefile
258 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
259 $(SASSC) --style compressed $< > $@