]> git.ipfire.org Git - ipfire.org.git/blob - Makefile.am
location: Add new location subdomain
[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/blog.py \
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 \
64 src/backend/nopaste.py \
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
72 backenddir = $(pythondir)/ipfire
73
74 # ------------------------------------------------------------------------------
75
76 web_PYTHON = \
77 src/web/__init__.py \
78 src/web/blog.py \
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 \
88 src/web/handlers_nopaste.py \
89 src/web/handlers_talk.py \
90 src/web/location.py \
91 src/web/ui_modules.py
92
93 webdir = $(backenddir)/web
94
95 # ------------------------------------------------------------------------------
96
97 # TODO install the base for now and add all other templates later
98
99 templates_DATA = \
100 src/templates/base.html \
101 src/templates/donate.html \
102 src/templates/error.html \
103 src/templates/error-404.html \
104 src/templates/error-500.html \
105 src/templates/index.html
106
107 templatesdir = $(datadir)/templates
108
109 templates_blog_DATA = \
110 src/templates/blog/author.html \
111 src/templates/blog/base.html \
112 src/templates/blog/feed.xml \
113 src/templates/blog/index.html \
114 src/templates/blog/post.html \
115 src/templates/blog/search-results.html \
116 src/templates/blog/tag.html \
117 src/templates/blog/year.html
118
119 templates_blogdir = $(templatesdir)/blog
120
121 templates_blog_modules_DATA = \
122 src/templates/blog/modules/history-navigation.html \
123 src/templates/blog/modules/list.html \
124 src/templates/blog/modules/post.html \
125 src/templates/blog/modules/posts.html
126
127 templates_blog_modulesdir = $(templates_blogdir)/modules
128
129 templates_location_DATA = \
130 src/templates/location/lookup.html
131
132 templates_locationdir = $(templatesdir)/location
133
134 templates_modules_DATA = \
135 src/templates/modules/map.html \
136 src/templates/modules/menu.html
137
138 templates_modulesdir = $(templatesdir)/modules
139
140 templates_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
150 templates_staticdir = $(templatesdir)/static
151
152 # ------------------------------------------------------------------------------
153
154 SCSS_FILES = \
155 src/scss/style.scss \
156 src/scss/_fonts.scss \
157 src/scss/_icons.scss \
158 src/scss/_variables.scss
159
160 EXTRA_DIST += \
161 src/templates/messages/main.scss
162
163 CLEANFILES += \
164 src/templates/messages/main.css
165
166 static_DATA = \
167 src/static/favicon.ico \
168 src/static/robots.txt \
169 src/scss/main.css
170
171 CLEANFILES += \
172 src/scss/main.css
173
174 EXTRA_DIST += \
175 $(SCSS_FILES)
176
177 staticdir = $(datadir)/static
178
179 static_fonts_DATA = \
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
184
185 static_fontsdir = $(staticdir)/fonts
186
187 static_images_DATA = \
188 src/static/img/amex.png \
189 src/static/img/amex@2x.png \
190 src/static/img/amex@3x.png \
191 src/static/img/appliance-pro.png \
192 src/static/img/header-background.jpg \
193 src/static/img/ipfire-tux.png \
194 src/static/img/lightningwirelabs-logo.svg \
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
204
205 static_imagesdir = $(staticdir)/img
206
207 static_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
216 static_images_screenshotsdir = $(static_imagesdir)/screenshots
217
218 static_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
229 static_images_tuxdir = $(static_imagesdir)/tux
230
231 static_js_DATA = \
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
238
239 static_jsdir = $(staticdir)/js
240
241 # ------------------------------------------------------------------------------
242
243 dist_cron_DATA = \
244 src/crontab/ipfire.org
245
246 # ------------------------------------------------------------------------------
247
248 if HAVE_SYSTEMD
249 systemdsystemunit_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
255 CLEANFILES += \
256 $(systemdsystemunit_DATA)
257
258 INSTALL_DIRS += \
259 $(systemdsystemunitdir)
260 endif
261
262 EXTRA_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
270 substitutions = \
271 '|PACKAGE_NAME=$(PACKAGE_NAME)|' \
272 '|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \
273 '|configsdir=$(configsdir)|' \
274 '|bindir=$(bindir)|' \
275 '|datadir=$(datadir)|'
276
277 SED_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
289 src/scss/main.css: $(SCSS_FILES) Makefile
290 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
291 $(SASSC) --style compressed $< > $@