[PATCH test/xts v2 10/20] Build Xt9

Peter Harris pharris at opentext.com
Wed Jul 25 12:05:32 PDT 2012


Signed-off-by: Peter Harris <pharris at opentext.com>
---
 configure.ac         |    1 +
 xts5/Makefile.am     |    2 +-
 xts5/Xt9/.gitignore  |   33 +++++++++++++++++++++++++++
 xts5/Xt9/Makefile.am |   61 ++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 96 insertions(+), 1 deletions(-)
 create mode 100644 xts5/Xt9/.gitignore
 create mode 100644 xts5/Xt9/Makefile.am

diff --git a/configure.ac b/configure.ac
index 105a728..1839f61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -189,6 +189,7 @@ xts5/Xt5/Makefile
 xts5/Xt6/Makefile
 xts5/Xt7/Makefile
 xts5/Xt8/Makefile
+xts5/Xt9/Makefile
 xts5/SHAPE/Makefile
 xts5/XIproto/Makefile
 xts5/XI/Makefile
diff --git a/xts5/Makefile.am b/xts5/Makefile.am
index 647f226..dbe15b9 100644
--- a/xts5/Makefile.am
+++ b/xts5/Makefile.am
@@ -2,7 +2,7 @@ include common.mk
 
 SUBDIRS = . fonts src scenarios Xproto Xopen Xlib3 Xlib4 Xlib5 Xlib6 \
 	Xlib7 Xlib8 Xlib9 Xlib10 Xlib11 Xlib12 Xlib13 Xlib14 Xlib15 \
-	Xlib16 Xlib17 SHAPE XIproto XI Xt3 Xt4 Xt5 Xt6 Xt7 Xt8
+	Xlib16 Xlib17 SHAPE XIproto XI Xt3 Xt4 Xt5 Xt6 Xt7 Xt8 Xt9
 noinst_HEADERS = include
 
 CLEANFILES = */*/tet_lock bin/xts-config bin/xts-run tetexec.cfg
diff --git a/xts5/Xt9/.gitignore b/xts5/Xt9/.gitignore
new file mode 100644
index 0000000..1c6f461
--- /dev/null
+++ b/xts5/Xt9/.gitignore
@@ -0,0 +1,33 @@
+XtAddEventHandler
+XtAddGrab
+XtAddRawEventHandler
+XtAppAddInput
+XtAppAddTimeOut
+XtAppAddWorkProc
+XtAppMainLoop
+XtAppNextEvent
+XtAppPeekEvent
+XtAppPending
+XtAppProcessEvent
+XtBuildEventMask
+XtCallAcceptFocus/XtCallAcceptFocus
+XtDispatchEvent
+XtGrabButton
+XtGrabKey
+XtGrabKeyboard
+XtGrabPointer
+XtInsertEventHandler
+XtInsertRawEventHandler
+XtIsSensitive
+XtRemoveEventHandler
+XtRemoveGrab
+XtRemoveInput/XtRemoveInput
+XtRemoveRawEventHandler
+XtRemoveTimeOut
+XtRemoveWorkProc
+XtSetKeyboardFocus
+XtSetSensitive
+XtUngrabButton
+XtUngrabKey
+XtUngrabKeyboard
+XtUngrabPointer
diff --git a/xts5/Xt9/Makefile.am b/xts5/Xt9/Makefile.am
new file mode 100644
index 0000000..efc6d09
--- /dev/null
+++ b/xts5/Xt9/Makefile.am
@@ -0,0 +1,61 @@
+include ../common.mk
+AUTOMAKE_OPTIONS = subdir-objects
+
+AM_CFLAGS = -I$(top_srcdir)/include \
+	-I$(top_srcdir)/src/tet3/inc \
+	-I$(top_srcdir)/xts5/include \
+	$(XTS_CFLAGS) $(XAW_CFLAGS)
+LDADD = $(top_builddir)/src/tet3/tcm/libtcmmain.la \
+	$(top_builddir)/xts5/src/libxts5.la \
+	$(top_builddir)/xts5/src/libXtTest/libXtTest.la \
+	$(top_builddir)/xts5/src/libXtaw/libXtaw.la \
+	$(top_builddir)/src/tet3/apilib/libapi.la \
+	$(top_builddir)/src/tet3/apilib/libapi_s.la \
+	$(XTS_LIBS) $(XAW_LIBS)
+
+testprogdir = $(libexecdir)/$(subdir)
+nobase_testprog_PROGRAMS = $(tprogs)
+BUILT_SOURCES = $(tprogs:=.c)
+EXTRA_DIST = $(addsuffix .m,$(filter-out %_m,$(tprogs)))
+DISTCLEANFILES = $(BUILT_SOURCES)
+
+tprogs = \
+	XtAddEventHandler \
+	XtAddGrab \
+	XtAddRawEventHandler \
+	XtAppAddInput \
+	XtAppAddTimeOut \
+	XtAppAddWorkProc \
+	XtAppMainLoop \
+	XtAppNextEvent \
+	XtAppPeekEvent \
+	XtAppPending \
+	XtAppProcessEvent \
+	XtBuildEventMask \
+	XtCallAcceptFocus/XtCallAcceptFocus \
+	XtDispatchEvent \
+	XtGrabButton \
+	XtGrabKeyboard \
+	XtGrabKey \
+	XtGrabPointer \
+	XtInsertEventHandler \
+	XtInsertRawEventHandler \
+	XtIsSensitive \
+	XtRemoveEventHandler \
+	XtRemoveGrab \
+	XtRemoveInput/XtRemoveInput \
+	XtRemoveRawEventHandler \
+	XtRemoveTimeOut \
+	XtRemoveWorkProc \
+	XtSetKeyboardFocus \
+	XtSetSensitive \
+	XtUngrabButton \
+	XtUngrabKeyboard \
+	XtUngrabKey \
+	XtUngrabPointer
+
+XtCallAcceptFocus_XtCallAcceptFocus_SOURCES = XtCallAcceptFocus/XtCallAcceptFocus.c \
+					      XtCallAcceptFocus/tcalafocs2.c
+
+# Data files for test programs
+nobase_dist_testprog_DATA = $(srcdir)/*/*.dat
-- 
1.7.2.5



More information about the xorg-devel mailing list