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