:: VPN_Solutions/Makefile.am ::
HOME

Interested in finding out how I created this web page? Click here.

VPN_Solutions/Makefile.am


 [ stunnel-4.04 ]  [ freeswan-2.01 ]  [ cipe-1.5.4 ]  [ pptp-linux-1.2.0 ]  [ poptop-1.1.4 ]  [ vtun-2.6 ]  [ openvpn-1.4.2 ]  [ amvpn-0.96 ]  [ vpnd-1.1 ]  [ tinc-CABAL ]  [ htun-0.9.5 ]  [ linvpn-2.6-pre1 ]  [ yavipin-0.9.5 ]  [ openssl-0.9.7a ]  [ l2tpd-0.69 ]  [ tun-1.1 ]  [ tcpdump-3.7.2 ]  [ ppp-2.4.2_cvs_20030610 ]  [ openssh-3.5p1 ]  [ zebra-0.93b ]  [ simplesim-3.0 ]  [ tinyOS ]  [ ipband-0.7.2 ]  [ libvorbis-1.0.1 ]  [ gzip-1.2.4 ]  [ lame-3.96.1 ]  [ SignalHandling ]  [ ShadowPaging ]  [ ConcurrentQuickSort ]  [ linkSateRouting ]  [ RemoteNFS ]   

  [ source navigation ]   [ diff markup ]   [ identifier search ]   [ freetext search ]   [ file search ]  

  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 

  [ source navigation ]   [ diff markup ]   [ identifier search ]   [ freetext search ]   [ file search ]  

This page was automatically generated by the LXR engine.