[xorg-commit-diffs] xc/programs/Xserver Imakefile, 1.1.4.4.2.3,
1.1.4.4.2.3.2.1
Alexander Gelfenbain
xorg-commit at pdx.freedesktop.org
Mon Apr 5 19:41:23 PDT 2004
- Previous message: [xorg-commit-diffs] xc/programs Imakefile, 1.1.4.2.6.3,
1.1.4.2.6.3.2.1
- Next message: [xorg-commit-diffs] xc/programs/Xserver/Xst Imakefile, NONE,
1.1.4.1 xst.h, NONE, 1.1.4.1 xst_cb.c, NONE,
1.1.4.1 xst_dropins.c, NONE, 1.1.4.1 xst_env.c, NONE,
1.1.4.1 xst_font.c, NONE, 1.1.4.1 xst_gc.c, NONE,
1.1.4.1 xst_glyph.c, NONE, 1.1.4.1 xst_init.c, NONE,
1.1.4.1 xst_line.c, NONE, 1.1.4.1 xst_panoramix.c, NONE,
1.1.4.1 xst_style.c, NONE, 1.1.4.1 xst_text.c, NONE,
1.1.4.1 xststubs.c, NONE, 1.1.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: adg
Update of /cvs/xorg/xc/programs/Xserver
In directory pdx:/tmp/cvs-serv16834/programs/Xserver
Modified Files:
Tag: XORG-RELEASE-1-STSF
Imakefile
Log Message:
Initial import of XST into the XORG-RELEASE-1-STSF branch
Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/Imakefile,v
retrieving revision 1.1.4.4.2.3
retrieving revision 1.1.4.4.2.3.2.1
diff -u -d -r1.1.4.4.2.3 -r1.1.4.4.2.3.2.1
--- a/Imakefile 2 Apr 2004 21:47:12 -0000 1.1.4.4.2.3
+++ b/Imakefile 6 Apr 2004 02:41:20 -0000 1.1.4.4.2.3.2.1
@@ -163,6 +163,10 @@
XPFBLIBS = dix/LibraryTargetName(xpstubs)
#endif
+#if BuildXst
+ XSTDIR = Xst
+ XSTLIB = $(XSTDIR)/libxst.a
+#endif
#if BuildRender
RENDERDIR = render
RENDERLIB = $(RENDERDIR)/librender.a
@@ -172,19 +176,19 @@
RANDRLIB = $(RANDRDIR)/librandr.a
#endif
#if DoLoadableServer
- EXTENSIONS = $(OTHEREXTS) $(RANDRLIB) $(RENDERLIB)
+ EXTENSIONS = $(OTHEREXTS) $(RANDRLIB) $(RENDERLIB) $(XSTLIB)
LOADABLEEXTS = $(MISCEXT) $(DBEEXT) $(RECORDEXT) $(GLXEXT) $(XTRAPEXT)
MISCEXT = Xext/LibraryTargetName(ext)
OTHEREXTS = Xext/LibraryTargetName(exts) $(XKBEXT) $(XINPUTEXT) \
$(LBXEXT) $(SITEEXTS)
#else
- EXTENSIONS = $(OTHEREXTS) $(GLXEXT) $(RANDRLIB) $(RENDERLIB)
+ EXTENSIONS = $(OTHEREXTS) $(GLXEXT) $(RANDRLIB) $(RENDERLIB) $(XSTLIB)
OTHEREXTS = Xext/LibraryTargetName(ext) $(XKBEXT) $(XINPUTEXT) \
$(LBXEXT) $(DBEEXT) $(RECORDEXT) $(SITEEXTS) $(XTRAPEXT)
#endif
EXTDIRS = Xext $(XKBDIR) $(XIDIR) $(GLXDIR) \
$(LBXDIRS) $(DBEDIR) $(RECORDDIR) $(SITEEXTDIRS) \
- $(RANDRDIR) $(RENDERDIR) $(XTRAPDIR)
+ $(RANDRDIR) $(RENDERDIR) $(XTRAPDIR) $(XSTDIR)
#if BuildLBX || GzipFontCompression
ZLIB = GzipLibrary
#endif
- Previous message: [xorg-commit-diffs] xc/programs Imakefile, 1.1.4.2.6.3,
1.1.4.2.6.3.2.1
- Next message: [xorg-commit-diffs] xc/programs/Xserver/Xst Imakefile, NONE,
1.1.4.1 xst.h, NONE, 1.1.4.1 xst_cb.c, NONE,
1.1.4.1 xst_dropins.c, NONE, 1.1.4.1 xst_env.c, NONE,
1.1.4.1 xst_font.c, NONE, 1.1.4.1 xst_gc.c, NONE,
1.1.4.1 xst_glyph.c, NONE, 1.1.4.1 xst_init.c, NONE,
1.1.4.1 xst_line.c, NONE, 1.1.4.1 xst_panoramix.c, NONE,
1.1.4.1 xst_style.c, NONE, 1.1.4.1 xst_text.c, NONE,
1.1.4.1 xststubs.c, NONE, 1.1.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xorg-commit-diffs
mailing list