28
45
KEYDIR=$(DESTDIR)/etc/keys/mandos
29
46
MANDIR=$(PREFIX)/share/man
30
47
INITRAMFSTOOLS=$(DESTDIR)/usr/share/initramfs-tools
48
STATEDIR=$(DESTDIR)/var/lib/mandos
51
"/usr/lib/`dpkg-architecture -qDEB_HOST_MULTIARCH 2>/dev/null`" \
52
"`rpm --eval='%{_libdir}' 2>/dev/null`" /usr/lib; do \
53
if [ -d "$$d" -a "$$d" = "$${d%/}" ]; then \
54
echo "$(DESTDIR)$$d"; \
33
GNUTLS_CFLAGS=$(shell libgnutls-config --cflags)
34
GNUTLS_LIBS=$(shell libgnutls-config --libs)
60
SYSTEMD=$(DESTDIR)$(shell pkg-config systemd --variable=systemdsystemunitdir)
62
GNUTLS_CFLAGS=$(shell pkg-config --cflags-only-I gnutls)
63
GNUTLS_LIBS=$(shell pkg-config --libs gnutls)
35
64
AVAHI_CFLAGS=$(shell pkg-config --cflags-only-I avahi-core)
36
65
AVAHI_LIBS=$(shell pkg-config --libs avahi-core)
37
GPGME_CFLAGS=$(shell gpgme-config --cflags)
38
GPGME_LIBS=$(shell gpgme-config --libs)
66
GPGME_CFLAGS=$(shell gpgme-config --cflags; getconf LFS_CFLAGS)
67
GPGME_LIBS=$(shell gpgme-config --libs; getconf LFS_LIBS; \
40
70
# Do not change these two
41
CFLAGS=$(WARN) $(DEBUG) $(FORTIFY) $(COVERAGE) $(OPTIMIZE) \
42
$(LANGUAGE) $(GNUTLS_CFLAGS) $(AVAHI_CFLAGS) $(GPGME_CFLAGS)
71
CFLAGS+=$(WARN) $(DEBUG) $(FORTIFY) $(COVERAGE) $(OPTIMIZE) \
72
$(LANGUAGE) $(GNUTLS_CFLAGS) $(AVAHI_CFLAGS) $(GPGME_CFLAGS) \
73
-DVERSION='"$(version)"'
74
LDFLAGS+=-Xlinker --as-needed $(COVERAGE) $(LINK_FORTIFY) $(foreach flag,$(LINK_FORTIFY_LD),-Xlinker $(flag))
45
76
# Commands to format a DocBook <refentry> document into a manual page
46
DOCBOOKTOMAN=cd $(dir $<); xsltproc --nonet --xinclude \
77
DOCBOOKTOMAN=$(strip cd $(dir $<); xsltproc --nonet --xinclude \
47
78
--param man.charmap.use.subset 0 \
48
79
--param make.year.ranges 1 \
49
80
--param make.single.year.ranges 1 \
50
81
--param man.output.quietly 1 \
51
82
--param man.authors.section.enabled 0 \
52
/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
83
/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
54
$(MANPOST) $(notdir $@)
85
$(MANPOST) $(notdir $@);\
86
if locale --all 2>/dev/null | grep --regexp='^en_US\.utf8$$' \
87
&& type man 2>/dev/null; then LANG=en_US.UTF-8 MANWIDTH=80 \
88
man --warnings --encoding=UTF-8 --local-file $(notdir $@); \
55
90
# DocBook-to-man post-processing to fix a '\n' escape bug
56
MANPOST=sed --in-place --expression='s,\\\\en,\\en,g;s,\\n,\\en,g'
91
MANPOST=$(SED) --in-place --expression='s,\\\\en,\\en,g;s,\\n,\\en,g'
93
DOCBOOKTOHTML=$(strip xsltproc --nonet --xinclude \
94
--param make.year.ranges 1 \
95
--param make.single.year.ranges 1 \
96
--param man.output.quietly 1 \
97
--param man.authors.section.enabled 0 \
98
--param citerefentry.link 1 \
100
/usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl \
102
# Fix citerefentry links
103
HTMLPOST=$(SED) --in-place \
104
--expression='s/\(<a class="citerefentry" href="\)\("><span class="citerefentry"><span class="refentrytitle">\)\([^<]*\)\(<\/span>(\)\([^)]*\)\()<\/span><\/a>\)/\1\3.\5\2\3\4\5\6/g'
58
106
PLUGINS=plugins.d/password-prompt plugins.d/mandos-client \
59
plugins.d/usplash plugins.d/splashy
60
PROGS=plugin-runner $(PLUGINS)
61
DOCS=mandos.8 plugin-runner.8mandos mandos-keygen.8 \
107
plugins.d/usplash plugins.d/splashy plugins.d/askpass-fifo \
109
CPROGS=plugin-runner $(PLUGINS)
110
PROGS=mandos mandos-keygen mandos-ctl mandos-monitor $(CPROGS)
111
DOCS=mandos.8 mandos-keygen.8 mandos-monitor.8 mandos-ctl.8 \
112
mandos.conf.5 mandos-clients.conf.5 plugin-runner.8mandos \
62
113
plugins.d/mandos-client.8mandos \
63
plugins.d/password-prompt.8mandos mandos.conf.5 \
66
objects=$(addsuffix .o,$(PROGS))
114
plugins.d/password-prompt.8mandos plugins.d/usplash.8mandos \
115
plugins.d/splashy.8mandos plugins.d/askpass-fifo.8mandos \
116
plugins.d/plymouth.8mandos intro.8mandos
118
htmldocs=$(addsuffix .xhtml,$(DOCS))
120
objects=$(addsuffix .o,$(CPROGS))
122
all: $(PROGS) mandos.lsm
72
%.5: %.xml legalnotice.xml
75
%.8: %.xml legalnotice.xml
78
%.8mandos: %.xml legalnotice.xml
81
mandos.8: mandos.xml mandos-options.xml overview.xml legalnotice.xml
84
mandos-keygen.8: mandos-keygen.xml overview.xml legalnotice.xml
87
mandos.conf.5: mandos.conf.xml mandos-options.xml legalnotice.xml
90
plugin-runner.8mandos: plugin-runner.xml overview.xml legalnotice.xml
128
%.5: %.xml common.ent legalnotice.xml
130
%.5.xhtml: %.xml common.ent legalnotice.xml
133
%.8: %.xml common.ent legalnotice.xml
135
%.8.xhtml: %.xml common.ent legalnotice.xml
138
%.8mandos: %.xml common.ent legalnotice.xml
140
%.8mandos.xhtml: %.xml common.ent legalnotice.xml
143
intro.8mandos: intro.xml common.ent legalnotice.xml
145
intro.8mandos.xhtml: intro.xml common.ent legalnotice.xml
148
mandos.8: mandos.xml common.ent mandos-options.xml overview.xml \
151
mandos.8.xhtml: mandos.xml common.ent mandos-options.xml \
152
overview.xml legalnotice.xml
155
mandos-keygen.8: mandos-keygen.xml common.ent overview.xml \
158
mandos-keygen.8.xhtml: mandos-keygen.xml common.ent overview.xml \
162
mandos-monitor.8: mandos-monitor.xml common.ent overview.xml \
165
mandos-monitor.8.xhtml: mandos-monitor.xml common.ent overview.xml \
169
mandos-ctl.8: mandos-ctl.xml common.ent overview.xml \
172
mandos-ctl.8.xhtml: mandos-ctl.xml common.ent overview.xml \
176
mandos.conf.5: mandos.conf.xml common.ent mandos-options.xml \
179
mandos.conf.5.xhtml: mandos.conf.xml common.ent mandos-options.xml \
183
plugin-runner.8mandos: plugin-runner.xml common.ent overview.xml \
186
plugin-runner.8mandos.xhtml: plugin-runner.xml common.ent \
187
overview.xml legalnotice.xml
93
190
plugins.d/mandos-client.8mandos: plugins.d/mandos-client.xml \
94
192
mandos-options.xml \
95
193
overview.xml legalnotice.xml
98
plugins.d/mandos-client: plugins.d/mandos-client.o
99
$(LINK.o) $(GNUTLS_LIBS) $(AVAHI_LIBS) $(GPGME_LIBS) \
100
$(COMMON) $^ $(LOADLIBES) $(LDLIBS) -o $@
102
.PHONY : all doc clean distclean run-client run-server install \
195
plugins.d/mandos-client.8mandos.xhtml: plugins.d/mandos-client.xml \
198
overview.xml legalnotice.xml
201
# Update all these files with version number $(version)
203
$(strip $(SED) --in-place \
204
--expression='s/^\(<!ENTITY version "\)[^"]*">$$/\1$(version)">/' \
208
$(strip $(SED) --in-place \
209
--expression='s/^\(version = "\)[^"]*"$$/\1$(version)"/' \
212
mandos-keygen: Makefile
213
$(strip $(SED) --in-place \
214
--expression='s/^\(VERSION="\)[^"]*"$$/\1$(version)"/' \
218
$(strip $(SED) --in-place \
219
--expression='s/^\(version = "\)[^"]*"$$/\1$(version)"/' \
222
mandos-monitor: Makefile
223
$(strip $(SED) --in-place \
224
--expression='s/^\(version = "\)[^"]*"$$/\1$(version)"/' \
228
$(strip $(SED) --in-place \
229
--expression='s/^\(Version:\).*/\1\t$(version)/' \
231
$(strip $(SED) --in-place \
232
--expression='s/^\(Entered-date:\).*/\1\t$(shell date --rfc-3339=date --reference=Makefile)/' \
234
$(strip $(SED) --in-place \
235
--expression='s/\(mandos_\)[0-9.]\+\(\.orig\.tar\.gz\)/\1$(version)\2/' \
238
plugins.d/mandos-client: plugins.d/mandos-client.c
239
$(LINK.c) $^ -lrt $(GNUTLS_LIBS) $(AVAHI_LIBS) $(strip\
240
) $(GPGME_LIBS) $(LOADLIBES) $(LDLIBS) -o $@
242
.PHONY : all doc html clean distclean run-client run-server install \
103
243
install-server install-client uninstall uninstall-server \
104
244
uninstall-client purge purge-server purge-client
107
-rm --force $(PROGS) $(objects) $(DOCS) core
247
-rm --force $(CPROGS) $(objects) $(htmldocs) $(DOCS) core
110
250
mostlyclean: clean
111
251
maintainer-clean: clean
112
-rm --force --recursive keydir confdir
252
-rm --force --recursive keydir confdir statedir
117
258
# Run the client with a local config and key
118
259
run-client: all keydir/seckey.txt keydir/pubkey.txt
260
@echo "###################################################################"
261
@echo "# The following error messages are harmless and can be safely #"
262
@echo "# ignored. The messages are caused by not running as root, but #"
263
@echo "# you should NOT run \"make run-client\" as root unless you also #"
264
@echo "# unpacked and compiled Mandos as root, which is NOT recommended. #"
265
@echo "# From plugin-runner: setuid: Operation not permitted #"
266
@echo "# From askpass-fifo: mkfifo: Permission denied #"
267
@echo "# From mandos-client: setuid: Operation not permitted #"
268
@echo "# seteuid: Operation not permitted #"
269
@echo "# klogctl: Operation not permitted #"
270
@echo "###################################################################"
119
271
./plugin-runner --plugin-dir=plugins.d \
120
272
--config-file=plugin-runner.conf \
121
--options-for=mandos-client:--seckey=keydir/seckey.txt,--pubkey=keydir/pubkey.txt
273
--options-for=mandos-client:--seckey=keydir/seckey.txt,--pubkey=keydir/pubkey.txt,--network-hook-dir=network-hooks.d \
123
276
# Used by run-client
124
277
keydir/seckey.txt keydir/pubkey.txt: mandos-keygen
158
330
gzip --best --to-stdout mandos.8 \
159
331
> $(MANDIR)/man8/mandos.8.gz
332
gzip --best --to-stdout mandos-monitor.8 \
333
> $(MANDIR)/man8/mandos-monitor.8.gz
334
gzip --best --to-stdout mandos-ctl.8 \
335
> $(MANDIR)/man8/mandos-ctl.8.gz
160
336
gzip --best --to-stdout mandos.conf.5 \
161
337
> $(MANDIR)/man5/mandos.conf.5.gz
162
338
gzip --best --to-stdout mandos-clients.conf.5 \
163
339
> $(MANDIR)/man5/mandos-clients.conf.5.gz
340
gzip --best --to-stdout intro.8mandos \
341
> $(MANDIR)/man8/intro.8mandos.gz
165
343
install-client-nokey: all doc
166
install --directory $(PREFIX)/lib/mandos $(CONFDIR)
344
install --directory $(LIBDIR)/mandos $(CONFDIR)
167
345
install --directory --mode=u=rwx $(KEYDIR) \
168
$(PREFIX)/lib/mandos/plugins.d
169
if [ "$(CONFDIR)" != "$(PREFIX)/lib/mandos" ]; then \
346
$(LIBDIR)/mandos/plugins.d
347
if [ "$(CONFDIR)" != "$(LIBDIR)/mandos" ]; then \
170
348
install --mode=u=rwx \
171
349
--directory "$(CONFDIR)/plugins.d"; \
351
install --mode=u=rwx,go=rx --directory \
352
"$(CONFDIR)/network-hooks.d"
173
353
install --mode=u=rwx,go=rx \
174
--target-directory=$(PREFIX)/lib/mandos plugin-runner
354
--target-directory=$(LIBDIR)/mandos plugin-runner
175
355
install --mode=u=rwx,go=rx --target-directory=$(PREFIX)/sbin \
177
357
install --mode=u=rwx,go=rx \
178
--target-directory=$(PREFIX)/lib/mandos/plugins.d \
358
--target-directory=$(LIBDIR)/mandos/plugins.d \
179
359
plugins.d/password-prompt
180
360
install --mode=u=rwxs,go=rx \
181
--target-directory=$(PREFIX)/lib/mandos/plugins.d \
361
--target-directory=$(LIBDIR)/mandos/plugins.d \
182
362
plugins.d/mandos-client
183
363
install --mode=u=rwxs,go=rx \
184
--target-directory=$(PREFIX)/lib/mandos/plugins.d \
364
--target-directory=$(LIBDIR)/mandos/plugins.d \
185
365
plugins.d/usplash
186
366
install --mode=u=rwxs,go=rx \
187
--target-directory=$(PREFIX)/lib/mandos/plugins.d \
367
--target-directory=$(LIBDIR)/mandos/plugins.d \
188
368
plugins.d/splashy
369
install --mode=u=rwxs,go=rx \
370
--target-directory=$(LIBDIR)/mandos/plugins.d \
371
plugins.d/askpass-fifo
372
install --mode=u=rwxs,go=rx \
373
--target-directory=$(LIBDIR)/mandos/plugins.d \
189
375
install initramfs-tools-hook \
190
376
$(INITRAMFSTOOLS)/hooks/mandos
191
377
install --mode=u=rw,go=r initramfs-tools-hook-conf \
192
378
$(INITRAMFSTOOLS)/conf-hooks.d/mandos
193
379
install initramfs-tools-script \
194
$(INITRAMFSTOOLS)/scripts/local-top/mandos
380
$(INITRAMFSTOOLS)/scripts/init-premount/mandos
195
381
install --mode=u=rw,go=r plugin-runner.conf $(CONFDIR)
196
382
gzip --best --to-stdout mandos-keygen.8 \
197
383
> $(MANDIR)/man8/mandos-keygen.8.gz
198
384
gzip --best --to-stdout plugin-runner.8mandos \
199
385
> $(MANDIR)/man8/plugin-runner.8mandos.gz
386
gzip --best --to-stdout plugins.d/mandos-client.8mandos \
387
> $(MANDIR)/man8/mandos-client.8mandos.gz
200
388
gzip --best --to-stdout plugins.d/password-prompt.8mandos \
201
389
> $(MANDIR)/man8/password-prompt.8mandos.gz
202
gzip --best --to-stdout plugins.d/mandos-client.8mandos \
203
> $(MANDIR)/man8/mandos-client.8mandos.gz
390
gzip --best --to-stdout plugins.d/usplash.8mandos \
391
> $(MANDIR)/man8/usplash.8mandos.gz
392
gzip --best --to-stdout plugins.d/splashy.8mandos \
393
> $(MANDIR)/man8/splashy.8mandos.gz
394
gzip --best --to-stdout plugins.d/askpass-fifo.8mandos \
395
> $(MANDIR)/man8/askpass-fifo.8mandos.gz
396
gzip --best --to-stdout plugins.d/plymouth.8mandos \
397
> $(MANDIR)/man8/plymouth.8mandos.gz
205
399
install-client: install-client-nokey
206
400
# Post-installation stuff
224
422
! grep --regexp='^ *[^ #].*keyscript=[^,=]*/mandos/' \
225
423
$(DESTDIR)/etc/crypttab
226
424
-rm --force $(PREFIX)/sbin/mandos-keygen \
227
$(PREFIX)/lib/mandos/plugin-runner \
228
$(PREFIX)/lib/mandos/plugins.d/password-prompt \
229
$(PREFIX)/lib/mandos/plugins.d/mandos-client \
230
$(PREFIX)/lib/mandos/plugins.d/usplash \
231
$(PREFIX)/lib/mandos/plugins.d/splashy \
425
$(LIBDIR)/mandos/plugin-runner \
426
$(LIBDIR)/mandos/plugins.d/password-prompt \
427
$(LIBDIR)/mandos/plugins.d/mandos-client \
428
$(LIBDIR)/mandos/plugins.d/usplash \
429
$(LIBDIR)/mandos/plugins.d/splashy \
430
$(LIBDIR)/mandos/plugins.d/askpass-fifo \
431
$(LIBDIR)/mandos/plugins.d/plymouth \
232
432
$(INITRAMFSTOOLS)/hooks/mandos \
233
433
$(INITRAMFSTOOLS)/conf-hooks.d/mandos \
234
$(INITRAMFSTOOLS)/scripts/local-top/mandos \
434
$(INITRAMFSTOOLS)/scripts/init-premount/mandos \
435
$(MANDIR)/man8/mandos-keygen.8.gz \
235
436
$(MANDIR)/man8/plugin-runner.8mandos.gz \
236
$(MANDIR)/man8/mandos-keygen.8.gz \
437
$(MANDIR)/man8/mandos-client.8mandos.gz
237
438
$(MANDIR)/man8/password-prompt.8mandos.gz \
238
$(MANDIR)/man8/mandos-client.8mandos.gz
239
if [ "$(CONFDIR)" != "$(PREFIX)/lib/mandos" ]; then \
240
rm --force $(CONFDIR)/plugins.d/README; \
242
-rmdir $(PREFIX)/lib/mandos/plugins.d $(CONFDIR)/plugins.d \
243
$(PREFIX)/lib/mandos $(CONFDIR) $(KEYDIR)
439
$(MANDIR)/man8/usplash.8mandos.gz \
440
$(MANDIR)/man8/splashy.8mandos.gz \
441
$(MANDIR)/man8/askpass-fifo.8mandos.gz \
442
$(MANDIR)/man8/plymouth.8mandos.gz \
443
-rmdir $(LIBDIR)/mandos/plugins.d $(CONFDIR)/plugins.d \
444
$(LIBDIR)/mandos $(CONFDIR) $(KEYDIR)
244
445
update-initramfs -k all -u
246
447
purge: purge-server purge-client
248
449
purge-server: uninstall-server
249
450
-rm --force $(CONFDIR)/mandos.conf $(CONFDIR)/clients.conf \
451
$(DESTDIR)/etc/dbus-1/system.d/mandos.conf
250
452
$(DESTDIR)/etc/default/mandos \
251
453
$(DESTDIR)/etc/init.d/mandos \
454
$(SYSTEMD)/mandos.service \
455
$(DESTDIR)/run/mandos.pid \
252
456
$(DESTDIR)/var/run/mandos.pid
253
457
-rmdir $(CONFDIR)