summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2011-06-24 19:28:27 +0000
committerDRC <dcommander@users.sourceforge.net>2011-06-24 19:28:27 +0000
commit1980dd537cb4c85ac04dc23fbde542c2495ed1fc (patch)
tree9f06cff551308dfc62cf7a902c6cb23f92054b84 /common
parent3641a17969df0f38a9f886971f4dc232c7c47b46 (diff)
downloadtigervnc-1980dd537cb4c85ac04dc23fbde542c2495ed1fc.tar.gz
tigervnc-1980dd537cb4c85ac04dc23fbde542c2495ed1fc.zip
Remove unused autotools build system
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4540 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am9
-rw-r--r--common/Xregion/Makefile.am7
-rw-r--r--common/network/Makefile.am9
-rw-r--r--common/os/Makefile.am9
-rw-r--r--common/rdr/Makefile.am26
-rw-r--r--common/rfb/Makefile.am69
-rw-r--r--common/zlib/Makefile.am10
-rw-r--r--common/zlib/configure.ac20
8 files changed, 0 insertions, 159 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
deleted file mode 100644
index 88420d2b..00000000
--- a/common/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-SUBDIRS = os
-
-if INCLUDED_ZLIB
-SUBDIRS += zlib
-endif
-
-SUBDIRS += rdr network Xregion rfb
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/common/Xregion/Makefile.am b/common/Xregion/Makefile.am
deleted file mode 100644
index 7ea4c80f..00000000
--- a/common/Xregion/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-noinst_LTLIBRARIES = libXregion.la
-
-HDRS = region.h Xregion.h
-
-libXregion_la_SOURCES = $(HDRS) Region.c
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/common/network/Makefile.am b/common/network/Makefile.am
deleted file mode 100644
index ab8d5ae8..00000000
--- a/common/network/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-noinst_LTLIBRARIES = libnetwork.la
-
-HDRS = Socket.h TcpSocket.h
-
-libnetwork_la_SOURCES = $(HDRS) TcpSocket.cxx
-
-libnetwork_la_CPPFLAGS = -I$(top_srcdir)/common
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/common/os/Makefile.am b/common/os/Makefile.am
deleted file mode 100644
index ab4f2d7b..00000000
--- a/common/os/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-noinst_LTLIBRARIES = libos.la
-
-HDRS = net.h print.h os.h tls.h
-
-libos_la_SOURCES = $(HDRS) print.c net.c os.cxx tls.cxx
-
-libos_la_CPPFLAGS = -I$(top_srcdir)/common
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/common/rdr/Makefile.am b/common/rdr/Makefile.am
deleted file mode 100644
index 9fdea7ed..00000000
--- a/common/rdr/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-noinst_LTLIBRARIES = librdr.la
-
-HDRS = Exception.h FdInStream.h FdOutStream.h FixedMemOutStream.h \
- HexInStream.h HexOutStream.h InStream.h MemInStream.h \
- MemOutStream.h msvcwarning.h OutStream.h RandomStream.h \
- SubstitutingInStream.h types.h TLSException.h TLSInStream.h \
- TLSOutStream.h ZlibInStream.h ZlibOutStream.h
-
-librdr_la_SOURCES = $(HDRS) Exception.cxx FdInStream.cxx FdOutStream.cxx \
- HexInStream.cxx HexOutStream.cxx InStream.cxx RandomStream.cxx \
- TLSException.cxx TLSInStream.cxx TLSOutStream.cxx ZlibInStream.cxx \
- ZlibOutStream.cxx
-
-librdr_la_CPPFLAGS = -I$(top_srcdir)/common
-librdr_la_LIBADD = @GNUTLS_LIBS@
-
-if INCLUDED_ZLIB
-librdr_la_CPPFLAGS += -I$(top_srcdir)/common/zlib
-librdr_la_LIBADD += $(top_builddir)/common/zlib/libz.la
-else
-if HAVE_GNUTLS
-librdr_la_LIBADD += -lz
-endif
-endif
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/common/rfb/Makefile.am b/common/rfb/Makefile.am
deleted file mode 100644
index 6b64f65b..00000000
--- a/common/rfb/Makefile.am
+++ /dev/null
@@ -1,69 +0,0 @@
-noinst_LTLIBRARIES = librfb.la
-
-VENCRYPT_HDRS = CSecurityTLS.h SSecurityTLS.h
-
-VENCRYPT_SRCS = CSecurityTLS.cxx SSecurityTLS.cxx
-
-HDRS = Blacklist.h CConnection.h \
- CMsgHandler.h CMsgReader.h CMsgReaderV3.h CMsgWriter.h \
- CMsgWriterV3.h ColourCube.h ColourMap.h ComparingUpdateTracker.h \
- Configuration.h ConnParams.h CSecurity.h CSecurityNone.h \
- CSecurityPlain.h CSecurityStack.h CSecurityVeNCrypt.h \
- CSecurityVncAuth.h Cursor.h Decoder.h d3des.h Encoder.h \
- encodings.h Exception.h hextileConstants.h hextileDecode.h \
- HextileDecoder.h hextileEncodeBetter.h hextileEncode.h \
- HextileEncoder.h Hostname.h HTTPServer.h ImageGetter.h InputHandler.h \
- KeyRemapper.h keysymdef.h ListConnInfo.h Logger.h Logger_file.h \
- Logger_stdio.h LogWriter.h msgTypes.h Password.h PixelBuffer.h \
- PixelFormat.h PixelFormat.inl PixelTransformer.h Pixel.h RawDecoder.h \
- RawEncoder.h Rect.h Region.h rreDecode.h RREDecoder.h rreEncode.h \
- RREEncoder.h ScaledPixelBuffer.h ScaleFilters.h SConnection.h \
- ScreenSet.h screenTypes.h SDesktop.h Security.h SecurityServer.h \
- SecurityClient.h ServerCore.h SMsgHandler.h \
- SMsgReader.h SMsgReaderV3.h SMsgWriter.h SMsgWriterV3.h SSecurity.h \
- SSecurityNone.h SSecurityPlain.h SSecurityStack.h SSecurityVeNCrypt.h \
- SSecurityVncAuth.h Threading.h tightDecode.h \
- TightDecoder.h tightEncode.h TightEncoder.h TightPalette.h Timer.h \
- TransImageGetter.h transInitTempl.h transTempl.h TrueColourMap.h \
- UpdateTracker.h UserMsgBox.h UserPasswdGetter.h util.h \
- VNCSConnectionST.h VNCServer.h VNCServerST.h XF86keysym.h \
- zrleDecode.h ZRLEDecoder.h zrleEncode.h ZRLEEncoder.h
-
-librfb_la_SOURCES = $(HDRS) Blacklist.cxx CConnection.cxx CMsgHandler.cxx \
- CMsgReader.cxx CMsgReaderV3.cxx CMsgWriter.cxx CMsgWriterV3.cxx \
- CSecurityPlain.cxx CSecurityStack.cxx CSecurityVeNCrypt.cxx \
- CSecurityVncAuth.cxx \
- ComparingUpdateTracker.cxx Configuration.cxx ConnParams.cxx \
- Cursor.cxx Decoder.cxx d3des.c Encoder.cxx \
- HTTPServer.cxx HextileDecoder.cxx HextileEncoder.cxx \
- KeyRemapper.cxx LogWriter.cxx Logger.cxx Logger_file.cxx \
- Logger_stdio.cxx Password.cxx PixelBuffer.cxx PixelFormat.cxx \
- PixelTransformer.cxx RREEncoder.cxx RREDecoder.cxx RawDecoder.cxx \
- RawEncoder.cxx Region.cxx SConnection.cxx SMsgHandler.cxx \
- SMsgReader.cxx SMsgReaderV3.cxx SMsgWriter.cxx SMsgWriterV3.cxx \
- ServerCore.cxx Security.cxx SecurityServer.cxx SecurityClient.cxx \
- SSecurityPlain.cxx SSecurityStack.cxx \
- SSecurityVncAuth.cxx SSecurityVeNCrypt.cxx \
- ScaledPixelBuffer.cxx ScaleFilters.cxx Timer.cxx TightDecoder.cxx \
- TightEncoder.cxx TightPalette.cxx TransImageGetter.cxx \
- UpdateTracker.cxx VNCSConnectionST.cxx \
- VNCServerST.cxx ZRLEEncoder.cxx ZRLEDecoder.cxx encodings.cxx \
- util.cxx
-
-if HAVE_GNUTLS
-librfb_la_SOURCES += $(VENCRYPT_HDRS) $(VENCRYPT_SRCS)
-endif
-
-librfb_la_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/win
-librfb_la_LIBADD = @GNUTLS_LIBS@
-
-if HAVE_PAM
-librfb_la_SOURCES += UnixPasswordValidator.cxx UnixPasswordValidator.h pam.c pam.h
-librfb_la_LIBADD += $(PAM_LIBS)
-endif
-
-if BUILD_WIN
-librfb_la_SOURCES += WinPasswdValidator.h WinPasswdValidator.cxx
-endif
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/common/zlib/Makefile.am b/common/zlib/Makefile.am
deleted file mode 100644
index 07a01740..00000000
--- a/common/zlib/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-noinst_LTLIBRARIES = libz.la
-
-HDRS = crc32.h deflate.h gzguts.h inffast.h inffixed.h inflate.h inftrees.h \
- trees.h zconf.h zlib.h zutil.h
-
-libz_la_SOURCES = $(HDRS) adler32.c compress.c crc32.c deflate.c gzclose.c \
- gzlib.c gzread.c gzwrite.c inflate.c infback.c inftrees.c inffast.c \
- trees.c uncompr.c zutil.c
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/common/zlib/configure.ac b/common/zlib/configure.ac
deleted file mode 100644
index 532012a4..00000000
--- a/common/zlib/configure.ac
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- Autoconf -*-
-# Process this file with autoconf to produce a configure script.
-
-AC_PREREQ([2.57])
-AC_INIT([zlib], [1.1.4])
-AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
-
-# Checks for programs.
-AC_PROG_CC
-AC_PROG_LIBTOOL
-
-# Checks for header files.
-AC_CHECK_HEADERS([unistd.h errno.h])
-
-# Checks for library functions.
-AC_FUNC_MMAP
-
-AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile])
-AC_OUTPUT