forked from opendnssec/SoftHSMv1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
29 lines (24 loc) · 927 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
ACLOCAL_AMFLAGS = -I m4
MAINTAINERCLEANFILES = \
config.log config.status \
$(srcdir)/Makefile.in \
$(srcdir)/config.h.in $(srcdir)/config.h.in~ \
$(srcdir)/configure \
$(srcdir)/install-sh $(srcdir)/ltmain.sh $(srcdir)/missing \
$(srcdir)/depcomp $(srcdir)/aclocal.m4 $(srcdir)/compile \
$(srcdir)/config.guess $(srcdir)/config.sub
SUBDIRS = src checks
man_MANS = softhsm.conf.5
EXTRA_DIST = $(srcdir)/m4/*.m4 \
$(srcdir)/LICENSE \
$(srcdir)/README.md \
$(srcdir)/README.MinGW \
$(srcdir)/softhsm.conf.5.in
install-data-hook:
test -d ${DESTDIR}${sysconfdir} || \
${INSTALL} -d ${DESTDIR}${sysconfdir}
test -f ${DESTDIR}${sysconfdir}/softhsm.conf || \
${INSTALL_DATA} ${top_builddir}/softhsm.conf ${DESTDIR}${sysconfdir}
${INSTALL_DATA} ${top_builddir}/softhsm.conf ${DESTDIR}${sysconfdir}/softhsm.conf.sample
test -d ${DESTDIR}${softhsmdbdir} || \
${INSTALL} -d -m 700 ${DESTDIR}${softhsmdbdir}