forked from nedap/stunnel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
39 lines (28 loc) · 1.04 KB
/
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
30
31
32
33
34
35
36
37
38
## Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src doc tools
LIBTOOL_DEPS = @LIBTOOL_DEPS@
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status libtool
EXTRA_DIST = PORTS BUGS COPYRIGHT.GPL CREDITS INSTALL.W32 INSTALL.WCE INSTALL.FIPS
docdir = $(datadir)/doc/stunnel
doc_DATA = INSTALL README COPYING AUTHORS ChangeLog \
INSTALL.W32 INSTALL.WCE INSTALL.FIPS \
BUGS PORTS COPYRIGHT.GPL CREDITS TODO
distcleancheck_listfiles = \
find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'
distclean-local:
rm -rf autom4te.cache
rm -f $(distdir)-installer.exe
cert:
(cd tools; rm -f stunnel.pem; $(MAKE) stunnel.pem)
dist-hook:
makensis -NOCD -DSRCDIR=$(srcdir)/ $(srcdir)/tools/stunnel.nsi
sign: dist
cp -f $(distdir).tar.gz ../dist
cp -f $(distdir)-installer.exe ../dist
gpg --yes --armor --detach-sign --force-v3-sigs \
../dist/$(distdir).tar.gz
gpg --yes --armor --detach-sign --force-v3-sigs \
../dist/$(distdir)-installer.exe
sha1sum $(distdir).tar.gz | tee ../dist/$(distdir).tar.gz.sha1