diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-06-24 19:28:27 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-06-24 19:28:27 +0000 |
commit | 1980dd537cb4c85ac04dc23fbde542c2495ed1fc (patch) | |
tree | 9f06cff551308dfc62cf7a902c6cb23f92054b84 /unix | |
parent | 3641a17969df0f38a9f886971f4dc232c7c47b46 (diff) | |
download | tigervnc-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 'unix')
-rw-r--r-- | unix/Makefile.am | 15 | ||||
-rw-r--r-- | unix/tx/Makefile.am | 10 | ||||
-rw-r--r-- | unix/vncconfig/Makefile.am | 19 | ||||
-rw-r--r-- | unix/vncpasswd/Makefile.am | 13 | ||||
-rw-r--r-- | unix/vncviewer/Makefile.am | 26 | ||||
-rw-r--r-- | unix/x0vncserver/Makefile.am | 28 |
6 files changed, 0 insertions, 111 deletions
diff --git a/unix/Makefile.am b/unix/Makefile.am deleted file mode 100644 index 285f0c3d..00000000 --- a/unix/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -SUBDIRS = ../common tx x0vncserver vncviewer vncpasswd @VNCCONFIG_DIR@ - -dist_bin_SCRIPTS = vncserver - -man1_MANS = vncserver.man - -XVNCDIR = xserver/hw/vnc - -EXTRA_DIST = vncserver.man $(XVNCDIR) xserver15.patch xserver16.patch \ - xserver17.patch xserver18.patch xserver19.patch build-xorg build-xorg-git \ - download-xorg-7.4 download-xorg-7.5 xorg-7.5-patches xserver110.patch \ - xorg-7.4-patches - -dist-hook: - rm -rf `find $(distdir) -name .svn` diff --git a/unix/tx/Makefile.am b/unix/tx/Makefile.am deleted file mode 100644 index 57663139..00000000 --- a/unix/tx/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -noinst_LTLIBRARIES = libtx.la - -HDRS = TXButton.h TXCheckbox.h TXDialog.h TXEntry.h TXImage.h TXLabel.h \ - TXMenu.h TXMsgBox.h TXScrollbar.h TXViewport.h TXWindow.h - -libtx_la_SOURCES = $(HDRS) TXWindow.cxx TXScrollbar.cxx TXViewport.cxx \ - TXImage.cxx TXMenu.cxx - -libtx_la_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/common/rfb \ - @X_CFLAGS@ # X_CFLAGS are really CPPFLAGS diff --git a/unix/vncconfig/Makefile.am b/unix/vncconfig/Makefile.am deleted file mode 100644 index eae1b448..00000000 --- a/unix/vncconfig/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -bin_PROGRAMS = vncconfig - -man1_MANS = vncconfig.man - -HDRS = QueryConnectDialog.h vncExt.h - -vncconfig_SOURCES = $(HDRS) vncExt.c vncconfig.cxx QueryConnectDialog.cxx \ - buildtime.c - -# X_CFLAGS are really CPPFLAGS -vncconfig_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/unix/tx @X_CFLAGS@ - -vncconfig_LDADD = $(top_builddir)/unix/tx/libtx.la \ - $(top_builddir)/common/rfb/librfb.la \ - $(top_builddir)/common/network/libnetwork.la \ - $(top_builddir)/common/rdr/librdr.la @X_PRE_LIBS@ @X_LIBS@ -lX11 -lXext \ - @X_EXTRA_LIBS@ - -EXTRA_DIST = vncconfig.man diff --git a/unix/vncpasswd/Makefile.am b/unix/vncpasswd/Makefile.am deleted file mode 100644 index 7acc89ff..00000000 --- a/unix/vncpasswd/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -bin_PROGRAMS = vncpasswd - -man1_MANS = vncpasswd.man - -vncpasswd_SOURCES = vncpasswd.cxx - -vncpasswd_CPPFLAGS = -I$(top_srcdir)/common - -vncpasswd_LDADD = $(top_builddir)/common/rfb/librfb.la \ - $(top_builddir)/common/rdr/librdr.la \ - $(top_builddir)/common/os/libos.la - -EXTRA_DIST = vncpasswd.man diff --git a/unix/vncviewer/Makefile.am b/unix/vncviewer/Makefile.am deleted file mode 100644 index 32d5c6cc..00000000 --- a/unix/vncviewer/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -bin_PROGRAMS = vncviewer - -man1_MANS = vncviewer.man - -HDRS = AboutDialog.h CConn.h DesktopWindow.h gettext.h InfoDialog.h \ - OptionsDialog.h parameters.h PasswdDialog.h ServerDialog.h - -vncviewer_SOURCES = $(HDRS) DesktopWindow.cxx CConn.cxx vncviewer.cxx \ - buildtime.c -# X_CFLAGS are really CPPFLAGS -vncviewer_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/unix \ - -I$(top_srcdir)/unix/tx -I$(top_srcdir)/intl \ - -DLOCALEDIR=\"$(localedir)\" @X_CFLAGS@ - -vncviewer_LDADD = $(top_builddir)/unix/tx/libtx.la \ - $(top_builddir)/common/rfb/librfb.la \ - $(top_builddir)/common/network/libnetwork.la \ - $(top_builddir)/common/rdr/librdr.la \ - $(top_builddir)/common/os/libos.la \ - @X_PRE_LIBS@ @X_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@ @GNUTLS_LIBS@ # @LIBINTL@ - -if INCLUDED_ZLIB -vncviewer_LDADD += $(top_builddir)/common/zlib/libz.la -endif - -EXTRA_DIST = vncviewer.man diff --git a/unix/x0vncserver/Makefile.am b/unix/x0vncserver/Makefile.am deleted file mode 100644 index b37537c1..00000000 --- a/unix/x0vncserver/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ -bin_PROGRAMS = x0vncserver - -man1_MANS = x0vncserver.man - -HDRS = Geometry.h Image.h PollingManager.h PollingScheduler.h TimeMillis.h \ - XPixelBuffer.h - -x0vncserver_SOURCES = $(HDRS) Image.cxx TimeMillis.cxx PollingScheduler.cxx \ - PollingManager.cxx Geometry.cxx XPixelBuffer.cxx x0vncserver.cxx \ - ../vncconfig/QueryConnectDialog.cxx buildtime.c - -# X_CFLAGS are really CPPFLAGS -x0vncserver_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/common/rfb \ - -I$(top_srcdir)/unix/tx -I$(top_srcdir)/unix/vncconfig \ - -I$(top_srcdir)/unix @XTEST_DEFINE@ @READDISPLAY_DEFINE@ \ - @MITSHM_DEFINE@ @X_CFLAGS@ - -x0vncserver_LDADD = $(top_builddir)/common/rfb/librfb.la \ - $(top_builddir)/common/network/libnetwork.la \ - $(top_builddir)/common/rdr/librdr.la \ - $(top_builddir)/unix/tx/libtx.la @INET_LIB@ @X_PRE_LIBS@ @X_LIBS@ \ - @XTEST_LIB@ -lXext -lX11 @X_EXTRA_LIBS@ @GNUTLS_LIBS@ - -if INCLUDED_ZLIB -x0vncserver_LDADD += $(top_builddir)/common/zlib/libz.la -endif - -EXTRA_DIST = x0vncserver.man |