1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 20:05:08 +03:00
SoftEtherVPN/src/Mayaqua
Darik Horn 688630dee2 Create autotools plumbing for SoftEther.
Add autoconf and automake capabilities to SoftEther so that it can be built
like this:

	# autoreconf --force --install
	# ./configure
	# make install DESTDIR=/tmp/softether

All standard configure parameters are supported, plus:

	# ./configure --enable-debug

Autotools support makes porting, cross compiling, and optimization much easier.

These GNU autoconf-archive components are used for dependency checking:

  * ax_check_openssl.m4
  * ax_check_zlib.m4
  * ax_lib_readline.m4
  * ax_pthread.m4
  * ax_with_curses.m4

NB: http://www.gnu.org/software/autoconf-archive/
2014-07-11 13:43:22 -04:00
..
intelaes v4.03-9408-rtm 2014-01-04 22:00:08 +09:00
win32_inc/openssl v4.03-9408-rtm 2014-01-04 22:00:08 +09:00
zlib v4.03-9408-rtm 2014-01-04 22:00:08 +09:00
Cfg.c v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Cfg.h v4.07-9448-rtm 2014-06-06 06:53:20 +09:00
cryptoki.h v4.03-9408-rtm 2014-01-04 22:00:08 +09:00
Encrypt.c v4.07-9448-rtm 2014-06-06 06:53:20 +09:00
Encrypt.h v4.07-9448-rtm 2014-06-06 06:53:20 +09:00
FileIO.c v4.06-9430-beta 2014-03-20 05:45:05 +09:00
FileIO.h v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Internat.c v4.06-9433-beta 2014-03-21 14:07:45 +09:00
Internat.h v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Kernel.c v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Kernel.h v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Makefile.am Create autotools plumbing for SoftEther. 2014-07-11 13:43:22 -04:00
Mayaqua.c v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Mayaqua.h v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Mayaqua.vcproj v4.03-9408-rtm 2014-01-04 22:00:08 +09:00
MayaType.h v4.07-9448-rtm 2014-06-06 06:53:20 +09:00
Memory.c v4.07-9448-rtm 2014-06-06 06:53:20 +09:00
Memory.h v4.07-9448-rtm 2014-06-06 06:53:20 +09:00
Microsoft.c v4.06-9435-beta 2014-03-26 12:38:30 +09:00
Microsoft.h v4.06-9435-beta 2014-03-26 12:38:30 +09:00
Network.c v4.08-9449-rtm 2014-06-08 16:40:44 +09:00
Network.h v4.08-9449-rtm 2014-06-08 16:40:44 +09:00
Object.c v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Object.h v4.06-9430-beta 2014-03-20 05:45:05 +09:00
OS.c v4.06-9430-beta 2014-03-20 05:45:05 +09:00
OS.h v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Pack.c v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Pack.h v4.06-9430-beta 2014-03-20 05:45:05 +09:00
pkcs11.h v4.03-9408-rtm 2014-01-04 22:00:08 +09:00
pkcs11f.h v4.03-9408-rtm 2014-01-04 22:00:08 +09:00
pkcs11t.h v4.03-9408-rtm 2014-01-04 22:00:08 +09:00
Secure.c v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Secure.h v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Str.c v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Str.h v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Table.c v4.07-9448-rtm 2014-06-06 06:53:20 +09:00
Table.h v4.06-9430-beta 2014-03-20 05:45:05 +09:00
TcpIp.c v4.07-9448-rtm 2014-06-06 06:53:20 +09:00
TcpIp.h v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Tick64.c v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Tick64.h v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Tracking.c v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Tracking.h v4.06-9430-beta 2014-03-20 05:45:05 +09:00
TunTap.h v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Unix.c v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Unix.h v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Win32.c v4.06-9430-beta 2014-03-20 05:45:05 +09:00
Win32.h v4.06-9430-beta 2014-03-20 05:45:05 +09:00