/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Teddy Hogeborn
  • Date: 2010-09-12 03:15:54 UTC
  • Revision ID: teddy@fukt.bsnet.se-20100912031554-le622fn5c0hy61ys
* Makefile: Compile and install new "plymouth" plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
        --expression='s/\(<a class="citerefentry" href="\)\("><span class="citerefentry"><span class="refentrytitle">\)\([^<]*\)\(<\/span>(\)\([^)]*\)\()<\/span><\/a>\)/\1\3.\5\2\3\4\5\6/g'
84
84
 
85
85
PLUGINS=plugins.d/password-prompt plugins.d/mandos-client \
86
 
        plugins.d/usplash plugins.d/splashy plugins.d/askpass-fifo
 
86
        plugins.d/usplash plugins.d/splashy plugins.d/askpass-fifo \
 
87
        plugins.d/plymouth
87
88
CPROGS=plugin-runner $(PLUGINS)
88
89
PROGS=mandos mandos-keygen mandos-ctl $(CPROGS)
89
90
DOCS=mandos.8 plugin-runner.8mandos mandos-keygen.8 \
306
307
        install --mode=u=rwxs,go=rx \
307
308
                --target-directory=$(PREFIX)/lib/mandos/plugins.d \
308
309
                plugins.d/askpass-fifo
 
310
        install --mode=u=rwxs,go=rx \
 
311
                --target-directory=$(PREFIX)/lib/mandos/plugins.d \
 
312
                plugins.d/plymouth
309
313
        install initramfs-tools-hook \
310
314
                $(INITRAMFSTOOLS)/hooks/mandos
311
315
        install --mode=u=rw,go=r initramfs-tools-hook-conf \
356
360
                $(PREFIX)/lib/mandos/plugins.d/usplash \
357
361
                $(PREFIX)/lib/mandos/plugins.d/splashy \
358
362
                $(PREFIX)/lib/mandos/plugins.d/askpass-fifo \
 
363
                $(PREFIX)/lib/mandos/plugins.d/plymouth \
359
364
                $(INITRAMFSTOOLS)/hooks/mandos \
360
365
                $(INITRAMFSTOOLS)/conf-hooks.d/mandos \
361
366
                $(INITRAMFSTOOLS)/scripts/init-premount/mandos \