From f4092abdf94af6a99aff944d6264bc1284e8bdd4 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Mon, 10 Oct 2011 17:43:39 +0200 Subject: Imported nx-X11-3.1.0-1.tar.gz Summary: Imported nx-X11-3.1.0-1.tar.gz Keywords: Imported nx-X11-3.1.0-1.tar.gz into Git repository --- .../Xserver/miext/rootless/Imakefile.X.original | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 nx-X11/programs/Xserver/miext/rootless/Imakefile.X.original (limited to 'nx-X11/programs/Xserver/miext/rootless/Imakefile.X.original') diff --git a/nx-X11/programs/Xserver/miext/rootless/Imakefile.X.original b/nx-X11/programs/Xserver/miext/rootless/Imakefile.X.original new file mode 100644 index 000000000..2d6066f41 --- /dev/null +++ b/nx-X11/programs/Xserver/miext/rootless/Imakefile.X.original @@ -0,0 +1,54 @@ +XCOMM $XFree86: xc/programs/Xserver/miext/rootless/Imakefile,v 1.2 2003/09/16 00:36:20 torrey Exp $ + +#include + +#ifdef DarwinArchitecture +#define RootlessSafeAlpha YES +#define RootlessAcceleration YES +#elif (defined(XWinServer) && XWinServer) || defined(Win32Architecture) +#define RootlessSafeAlpha YES +#define RootlessAcceleration YES +#else +#define RootlessSafeAlpha NO +#define RootlessAcceleration NO +#endif + +#if RootlessSafeAlpha || RootlessAcceleration +#define IHaveSubdirs +#endif + +#if RootlessSafeAlpha +ALPHADIRS = safeAlpha +#endif + +#if RootlessAcceleration +ACCELDIRS = accel +#endif + +SRCS = rootlessCommon.c \ + rootlessScreen.c \ + rootlessWindow.c \ + rootlessGC.c \ + rootlessValTree.c + +OBJS = rootlessCommon.o \ + rootlessScreen.o \ + rootlessWindow.o \ + rootlessGC.o \ + rootlessValTree.o + +INCLUDES = -I. -I$(SERVERSRC)/fb -I$(SERVERSRC)/mi -I$(SERVERSRC)/include \ + -I$(XINCLUDESRC) -I$(FONTINCSRC) -I$(SERVERSRC)/render \ + -I$(EXTINCSRC) -I$(ACCELDIRS) + +NormalLibraryObjectRule() +LibraryModuleTarget(rootless,$(OBJS)) + +DependTarget() + +SUBDIRS = $(ALPHADIRS) $(ACCELDIRS) + +#if RootlessSafeAlpha || RootlessAcceleration +MakeSubdirs($(SUBDIRS)) +DependSubdirs($(SUBDIRS)) +#endif -- cgit v1.2.3