OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / user / stunnel / Makefile.am
1 # SUBDIRS = src doc tools
2 SUBDIRS = src
3
4 # extra_src = src/gui.c src/resources.rc src/stunnel.ico src/stunnel.exe
5 # extra_doc = doc/stunnel.pod doc/stunnel.8 doc/stunnel.html doc/en doc/pl
6 # extra_tools = tools/ca.html tools/ca.pl tools/importCA.html tools/importCA.sh \
7 #       tools/stunnel.spec tools/make.bat tools/stunnel.mak tools/stunnel.cnf
8 # EXTRA_DIST = auto PORTS $(extra_src) $(extra_doc) $(extra_tools)
9
10 EXTRA_DIST = auto PORTS BUGS COPYRIGHT.GPL CREDITS INSTALL.W32
11
12 docdir = $(datadir)/doc/stunnel
13 doc_DATA = AUTHORS BUGS ChangeLog COPYING COPYRIGHT.GPL CREDITS \
14         INSTALL INSTALL.W32 NEWS PORTS README TODO
15
16 distclean-local:
17         rm -rf autom4te.cache
18
19 cert:
20         (cd tools; rm -f stunnel.pem; $(MAKE) stunnel.pem)
21
22 sign: dist
23         mv -f $(distdir).tar.gz ../dist
24         cp -f src/stunnel.exe ../dist/$(distdir).exe
25         gpg --yes --armor --detach-sign --force-v3-sigs ../dist/$(distdir).tar.gz
26         gpg --yes --armor --detach-sign --force-v3-sigs ../dist/$(distdir).exe
27