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 --- nx-X11/programs/Xserver/miext/shadow/Imakefile | 66 ++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 nx-X11/programs/Xserver/miext/shadow/Imakefile (limited to 'nx-X11/programs/Xserver/miext/shadow/Imakefile') diff --git a/nx-X11/programs/Xserver/miext/shadow/Imakefile b/nx-X11/programs/Xserver/miext/shadow/Imakefile new file mode 100644 index 000000000..fd97ab1cc --- /dev/null +++ b/nx-X11/programs/Xserver/miext/shadow/Imakefile @@ -0,0 +1,66 @@ +XCOMM $XFree86: xc/programs/Xserver/miext/shadow/Imakefile,v 1.6 2001/07/20 19:25:02 keithp Exp $ +XCOMM +XCOMM + +#define IHaveModules +#include + +#if (defined (XFree86Version) || defined(XorgVersion)) +#if DoLoadableServer +XFMODSRC = shmodule.c +XFMODOBJ = shmodule.o +#endif +#endif + +SRCS = $(XFMODSRC) \ + shadow.c \ + shalloc.c \ + shplanar.c \ + shplanar8.c \ + shpacked.c \ + shrotate.c \ + shrot8pack_90.c \ + shrot8pack_180.c \ + shrot8pack_270.c \ + shrot16pack_90.c \ + shrot16pack_180.c \ + shrot16pack_270.c \ + shrot32pack_90.c \ + shrot32pack_180.c \ + shrot32pack_270.c + +OBJS = $(XFMODOBJ) \ + shadow.o \ + shalloc.o \ + shplanar.o \ + shplanar8.o \ + shpacked.o \ + shrotate.o \ + shrot8pack_90.o \ + shrot8pack_180.o \ + shrot8pack_270.o \ + shrot16pack_90.o \ + shrot16pack_180.o \ + shrot16pack_270.o \ + shrot32pack_90.o \ + shrot32pack_180.o \ + shrot32pack_270.o + + INCLUDES = -I. -I../../mi -I../../fb -I../../include -I$(XINCLUDESRC) \ + -I$(FONTINCSRC) -I$(XF86SRC)/common $(EXTRAINCLUDES) \ + -I../../render -I$(EXTINCSRC) + LINTLIBS = ../../dix/llib-ldix.ln ../../os/llib-los.ln \ + ../../mi/llib-lmi.ln + +NormalLibraryObjectRule() +LibraryModuleTarget(shadow,$(OBJS)) +LintLibraryTarget(shadow,$(SRCS)) + +NormalLintTarget($(SRCS)) + +InstallLibraryModule(shadow,$(MODULEDIR),.) + +DependTarget() + +InstallDriverSDKLibraryModule(shadow,$(DRIVERSDKMODULEDIR),.) +InstallDriverSDKNonExecFile(shadow.h,$(DRIVERSDKINCLUDEDIR)) -- cgit v1.2.3