Interested in finding out how I created this web page?
Click here.
VPN_Solutions/Makefile.am
1 SUBDIRS = src doc tools
2
3 # extra_src = src/gui.c src/resources.rc src/stunnel.ico src/stunnel.exe
4 # extra_doc = doc/stunnel.pod doc/stunnel.8 doc/stunnel.html doc/en doc/pl
5 # extra_tools = tools/ca.html tools/ca.pl tools/importCA.html tools/importCA.sh \
6 # tools/stunnel.spec tools/make.bat tools/stunnel.mak tools/stunnel.cnf
7 # EXTRA_DIST = auto PORTS $(extra_src) $(extra_doc) $(extra_tools)
8
9 EXTRA_DIST = auto PORTS BUGS COPYRIGHT.GPL CREDITS INSTALL.W32
10
11 docdir = $(datadir)/doc/stunnel
12 doc_DATA = AUTHORS BUGS ChangeLog COPYING COPYRIGHT.GPL CREDITS \
13 INSTALL INSTALL.W32 NEWS PORTS README TODO
14
15 distclean-local:
16 rm -rf autom4te.cache
17
18 cert:
19 (cd tools; rm -f stunnel.pem; $(MAKE) stunnel.pem)
20
21 sign: dist
22 mv -f $(distdir).tar.gz ../dist
23 cp -f src/stunnel.exe ../dist/$(distdir).exe
24 gpg --yes --armor --detach-sign --force-v3-sigs ../dist/$(distdir).tar.gz
25 gpg --yes --armor --detach-sign --force-v3-sigs ../dist/$(distdir).exe
26
This page was automatically generated by the LXR engine.