/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 at bsnet
  • Date: 2010-09-14 18:22:03 UTC
  • Revision ID: teddy@fukt.bsnet.se-20100914182203-w26c64tdthto4jg2
* mandos-monitor.xml: New.
* Makefile (PROGS): Add "mandos-monitor".
  (DOCS): Add "mandos-monitor.xml".
  (mandos-monitor.8, mandos-monitor.8.xhtml, mandos-monitor): New.
  (install-server): Install "mandos-ctl" and "mandos-monitor" too.
  (uninstall-server): Remove "mandos-ctl" and "mandos-monitor" too.
* mandos-monitor: Don't log uninteresting messages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
        plugins.d/usplash plugins.d/splashy plugins.d/askpass-fifo \
87
87
        plugins.d/plymouth
88
88
CPROGS=plugin-runner $(PLUGINS)
89
 
PROGS=mandos mandos-keygen mandos-ctl $(CPROGS)
 
89
PROGS=mandos mandos-keygen mandos-ctl mandos-monitor $(CPROGS)
90
90
DOCS=mandos.8 plugin-runner.8mandos mandos-keygen.8 \
 
91
        mandos-monitor.8 \
91
92
        plugins.d/mandos-client.8mandos \
92
93
        plugins.d/password-prompt.8mandos mandos.conf.5 \
93
94
        plugins.d/usplash.8mandos plugins.d/splashy.8mandos \
132
133
                 legalnotice.xml
133
134
        $(DOCBOOKTOHTML)
134
135
 
 
136
mandos-monitor.8: mandos-monitor.xml common.ent overview.xml \
 
137
                legalnotice.xml
 
138
        $(DOCBOOKTOMAN)
 
139
mandos-monitor.8.xhtml: mandos-monitor.xml common.ent overview.xml \
 
140
                 legalnotice.xml
 
141
        $(DOCBOOKTOHTML)
 
142
 
135
143
mandos.conf.5: mandos.conf.xml common.ent mandos-options.xml \
136
144
                legalnotice.xml
137
145
        $(DOCBOOKTOMAN)
178
186
                --expression='s/^\(version = "\)[^"]*"$$/\1$(version)"/' \
179
187
                $@)
180
188
 
 
189
mandos-monitor: Makefile
 
190
        $(strip $(SED) --in-place \
 
191
                --expression='s/^\(version = "\)[^"]*"$$/\1$(version)"/' \
 
192
                $@)
 
193
 
181
194
mandos.lsm: Makefile
182
195
        $(strip $(SED) --in-place \
183
196
                --expression='s/^\(Version:\).*/\1\t$(version)/' \
261
274
install-server: doc
262
275
        install --directory $(CONFDIR)
263
276
        install --mode=u=rwx,go=rx mandos $(PREFIX)/sbin/mandos
 
277
        install --mode=u=rwx,go=rx --target-directory=$(PREFIX)/sbin \
 
278
                mandos-ctl
 
279
        install --mode=u=rwx,go=rx --target-directory=$(PREFIX)/sbin \
 
280
                mandos-monitor
264
281
        install --mode=u=rw,go=r --target-directory=$(CONFDIR) \
265
282
                mandos.conf
266
283
        install --mode=u=rw --target-directory=$(CONFDIR) \
343
360
 
344
361
uninstall-server:
345
362
        -rm --force $(PREFIX)/sbin/mandos \
 
363
                $(PREFIX)/sbin/mandos-ctl \
 
364
                $(PREFIX)/sbin/mandos-monitor \
346
365
                $(MANDIR)/man8/mandos.8.gz \
347
366
                $(MANDIR)/man5/mandos.conf.5.gz \
348
367
                $(MANDIR)/man5/mandos-clients.conf.5.gz