diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-04-28 00:21:55 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-04-28 00:21:55 -0700 |
commit | 512e564738e10178a21a2682ce329da0fe4be25f (patch) | |
tree | ac06bb62d2e583c1669b6cb887d87a95b6a4d174 | |
parent | 9d7ae9318df6e4bc5287d000ef27ffc8410f3185 (diff) |
Build the rest of the xts libraries
I think this is all the libraries and we can move on to handling the
actual tests.
-rw-r--r-- | configure.ac | 6 | ||||
-rw-r--r-- | xts5/src/Makefile.am | 2 | ||||
-rw-r--r-- | xts5/src/libXR5/Makefile.am | 16 | ||||
-rw-r--r-- | xts5/src/libXR5/Makefile.old (renamed from xts5/src/libXR5/Makefile) | 0 | ||||
-rw-r--r-- | xts5/src/libXtTest/Makefile.am | 33 | ||||
-rw-r--r-- | xts5/src/libXtTest/Makefile.old (renamed from xts5/src/libXtTest/Makefile) | 0 | ||||
-rw-r--r-- | xts5/src/libXtaw/Makefile.am | 19 | ||||
-rw-r--r-- | xts5/src/libXtaw/Makefile.old (renamed from xts5/src/libXtaw/Makefile) | 0 | ||||
-rw-r--r-- | xts5/src/libXtmu/Makefile.am | 21 | ||||
-rw-r--r-- | xts5/src/libXtmu/Makefile.old (renamed from xts5/src/libXtmu/Makefile) | 0 | ||||
-rw-r--r-- | xts5/src/libproto/Makefile.am | 47 | ||||
-rw-r--r-- | xts5/src/libproto/Makefile.old (renamed from xts5/src/libproto/Makefile) | 0 | ||||
-rw-r--r-- | xts5/src/xim/Makefile.am | 17 | ||||
-rw-r--r-- | xts5/src/xim/Makefile.old (renamed from xts5/src/xim/Makefile) | 0 |
14 files changed, 160 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ea059628..9f535927 100644 --- a/configure.ac +++ b/configure.ac @@ -59,4 +59,10 @@ src/tet3/tcclib/Makefile xts5/Makefile xts5/src/Makefile xts5/src/lib/Makefile +xts5/src/libproto/Makefile +xts5/src/libXR5/Makefile +xts5/src/libXtaw/Makefile +xts5/src/libXtmu/Makefile +xts5/src/libXtTest/Makefile +xts5/src/xim/Makefile ]) diff --git a/xts5/src/Makefile.am b/xts5/src/Makefile.am index 3aae5826..d14b4e66 100644 --- a/xts5/src/Makefile.am +++ b/xts5/src/Makefile.am @@ -1,2 +1,2 @@ #SUBDIRS = lib libproto libXR5 libXtaw libXtmu libXtTest pixval xim -SUBDIRS = lib +SUBDIRS = lib libproto libXR5 libXtaw libXtmu libXtTest xim diff --git a/xts5/src/libXR5/Makefile.am b/xts5/src/libXR5/Makefile.am new file mode 100644 index 00000000..e4979e1e --- /dev/null +++ b/xts5/src/libXR5/Makefile.am @@ -0,0 +1,16 @@ +include ../../common.mk + +AM_CFLAGS = $(XTS_CFLAGS) -DDEBUG +noinst_LIBRARIES = libXR5.a +libXR5_a_SOURCES = \ + r5startup.c \ + message.c \ + dumpbuf.c \ + save.c \ + misc.c \ + blowup.c \ + item.c \ + signal.c \ + bufdisp.c \ + chek.c \ + event.c diff --git a/xts5/src/libXR5/Makefile b/xts5/src/libXR5/Makefile.old index 2219013f..2219013f 100644 --- a/xts5/src/libXR5/Makefile +++ b/xts5/src/libXR5/Makefile.old diff --git a/xts5/src/libXtTest/Makefile.am b/xts5/src/libXtTest/Makefile.am new file mode 100644 index 00000000..aceb13e2 --- /dev/null +++ b/xts5/src/libXtTest/Makefile.am @@ -0,0 +1,33 @@ +include ../../common.mk + +AM_CFLAGS = $(XT_CFLAGS) +noinst_LIBRARIES = libXtTest.a +libXtTest_a_SOURCES = avs_def.c \ + avs_func.c \ + avs_hier.c \ + avs_hierd.c \ + avs_init.c \ + avs_tree.c \ + avs_widget.c \ + avs_xext.c \ + AvsComp.c \ + AvsComp2.c \ + AvsForm.c \ + AvsForm2.c \ + AvsForm3.c \ + AvsRectObj.c \ + AvsWid.c \ + AvsObj.c \ + check.c \ + eventname.c \ + sendevent.c \ + sendmask.c \ + xhandler.c \ + xthandler.c \ + xunexperr.c \ + errlook.c \ + event.c \ + misc.c \ + pshpop.c \ + signals.c \ + waitfor.c diff --git a/xts5/src/libXtTest/Makefile b/xts5/src/libXtTest/Makefile.old index 55483624..55483624 100644 --- a/xts5/src/libXtTest/Makefile +++ b/xts5/src/libXtTest/Makefile.old diff --git a/xts5/src/libXtaw/Makefile.am b/xts5/src/libXtaw/Makefile.am new file mode 100644 index 00000000..74a113de --- /dev/null +++ b/xts5/src/libXtaw/Makefile.am @@ -0,0 +1,19 @@ +include ../../common.mk + +AM_CFLAGS = $(XTS_CFLAGS) +noinst_LIBRARIES = libXtaw.a +libXtaw_a_SOURCES = AllWidgets.c \ + Box.c \ + Command.c \ + Form.c \ + Label.c \ + Paned.c \ + Tree.c \ + Viewport.c \ + Scrollbar.c \ + Grip.c \ + Sme.c \ + Simple.c \ + SmeBSB.c \ + SimpleMenu.c \ + XawInit.c diff --git a/xts5/src/libXtaw/Makefile b/xts5/src/libXtaw/Makefile.old index 88590ce5..88590ce5 100644 --- a/xts5/src/libXtaw/Makefile +++ b/xts5/src/libXtaw/Makefile.old diff --git a/xts5/src/libXtmu/Makefile.am b/xts5/src/libXtmu/Makefile.am new file mode 100644 index 00000000..f2ebdf59 --- /dev/null +++ b/xts5/src/libXtmu/Makefile.am @@ -0,0 +1,21 @@ +include ../../common.mk + +AM_CFLAGS = $(XTS_CFLAGS) +noinst_LIBRARIES = libXtmu.a +libXtmu_a_SOURCES = Initer.c \ + StrToShap.c \ + StrToJust.c \ + ShapeWidg.c \ + GrayPixmap.c \ + StrToWidg.c \ + StrToCurs.c \ + Lower.c \ + StrToOrnt.c \ + DrRndRect.c \ + CvtCache.c \ + RdBitF.c \ + LocBitmap.c \ + DisplayQue.c \ + CursorName.c \ + CloseHook.c \ + StrToBS.c diff --git a/xts5/src/libXtmu/Makefile b/xts5/src/libXtmu/Makefile.old index 0d0153ce..0d0153ce 100644 --- a/xts5/src/libXtmu/Makefile +++ b/xts5/src/libXtmu/Makefile.old diff --git a/xts5/src/libproto/Makefile.am b/xts5/src/libproto/Makefile.am new file mode 100644 index 00000000..8ec22876 --- /dev/null +++ b/xts5/src/libproto/Makefile.am @@ -0,0 +1,47 @@ +include ../../common.mk + +AM_CFLAGS = $(XP_CFLAGS) +noinst_LIBRARIES = libXst.a +libXst_a_SOURCES =\ + XstlibInt.h\ + XstosInt.h\ + DataMove.h + ShowReq.c\ + ShowExtReq.c\ + SendReq.c\ + SendXIReq.c\ + SendEvt.c\ + ShowRep.c\ + ShowExtRep.c\ + MakeReq.c\ + MakeXIReq.c\ + RcvRep.c\ + RcvExtRep.c\ + RcvEvt.c\ + RcvExtEvt.c\ + RcvErr.c\ + RcvExtErr.c\ + ShowEvt.c\ + ShowExtEvt.c\ + ShowErr.c\ + ShowExtErr.c\ + DfltVals.c\ + ResMng.c\ + Log.c\ + ClientMng.c\ + Expect.c\ + $(XP_OPEN_DIS)\ + ValListMng.c\ + Timer.c\ + XstIO.c\ + DataMove.c\ + TestMng.c\ + Utils.c\ + SendSup.c\ + ShowSup.c\ + TestSup.c\ + Validate.c\ + tpstartup.c\ + startup.c\ + linkstart.c\ + delete.c diff --git a/xts5/src/libproto/Makefile b/xts5/src/libproto/Makefile.old index 77ecd209..77ecd209 100644 --- a/xts5/src/libproto/Makefile +++ b/xts5/src/libproto/Makefile.old diff --git a/xts5/src/xim/Makefile.am b/xts5/src/xim/Makefile.am new file mode 100644 index 00000000..affa755b --- /dev/null +++ b/xts5/src/xim/Makefile.am @@ -0,0 +1,17 @@ +include ../../common.mk + +AM_CFLAGS = $(XTS_CFLAGS) +noinst_LIBRARIES = libximtest.a +libximtest_a_SOURCES = \ + linklocale.c \ + clnlocale.c \ + ic.c \ + nextlocale.c \ + nextlclmod.c \ + nxtfontset.c \ + parse.c \ + xim_cb.c \ + xim_comp.c \ + response.c \ + xim_save.c \ + stimulus.c diff --git a/xts5/src/xim/Makefile b/xts5/src/xim/Makefile.old index 7da9fc46..7da9fc46 100644 --- a/xts5/src/xim/Makefile +++ b/xts5/src/xim/Makefile.old |