From b16b9e4656e7199c2aec74a4c8ebc7a875d3ba73 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 2 Feb 2015 15:02:49 +0100 Subject: massive reduction of unneeded files --- nx-X11/programs/Xserver/hw/dmx/Imakefile | 125 ------------------------------- 1 file changed, 125 deletions(-) delete mode 100644 nx-X11/programs/Xserver/hw/dmx/Imakefile (limited to 'nx-X11/programs/Xserver/hw/dmx/Imakefile') diff --git a/nx-X11/programs/Xserver/hw/dmx/Imakefile b/nx-X11/programs/Xserver/hw/dmx/Imakefile deleted file mode 100644 index b8c16dd53..000000000 --- a/nx-X11/programs/Xserver/hw/dmx/Imakefile +++ /dev/null @@ -1,125 +0,0 @@ -XCOMM $XFree86$ - -#include - -#if BuildXinerama -PANORAMIX_SRCS = panoramiX.c -PANORAMIX_OBJS = panoramiX.o -#endif - -#if BuildGlxExt -GLX_SRCS = dmx_glxvisuals.c $(PANORAMIX_SRCS) -GLX_OBJS = dmx_glxvisuals.o $(PANORAMIX_OBJS) -DMX_GLX_DEFINES = $(GLX_DEFINES) -DGLXPROXY -GLXPROXY_SUBDIR = glxProxy -#endif - -#define IHaveSubdirs - -#if BuildServersOnly && !BuildDmxDevelTools -SUBDIRS = input config $(GLXPROXY_SUBDIR) -#else -SUBDIRS = input config doc examples $(GLXPROXY_SUBDIR) -#endif - -#if BuildRender -RENDER_SRCS = dmxpict.c -RENDER_OBJS = dmxpict.o -#endif - -SRCS = dmxinit.c \ - dmxscrinit.c \ - dmxshadow.c \ - dmxcursor.c \ - dmxinput.c \ - dmxdpms.c \ - dmxgc.c \ - dmxgcops.c \ - dmxwindow.c \ - dmxpixmap.c \ - dmxfont.c \ - dmxcmap.c \ - dmxvisual.c \ - dmxlog.c \ - dmxcb.c \ - dmxprop.c \ - dmxstat.c \ - dmxsync.c \ - dmxextension.c \ - miinitext.c \ - $(GLX_SRCS) \ - $(RENDER_SRCS) - -OBJS = dmxinit.o \ - dmxscrinit.o \ - dmxshadow.o \ - dmxcursor.o \ - dmxinput.o \ - dmxdpms.o \ - dmxgc.o \ - dmxgcops.o \ - dmxwindow.o \ - dmxpixmap.o \ - dmxfont.o \ - dmxcmap.o \ - dmxvisual.o \ - dmxlog.o \ - dmxcb.o \ - dmxprop.o \ - dmxstat.o \ - dmxsync.o \ - dmxextension.o \ - miinitext.o \ - $(GLX_OBJS) \ - $(RENDER_OBJS) - -#include - -#ifdef XVendorString - VENDORSTRING = XVendorString - VENDOR_STRING = -DVENDOR_STRING=\"$(VENDORSTRING)\" -#endif - -#ifdef XVendorRelease - VENDORRELEASE = XVendorRelease - VENDOR_RELEASE = -DVENDOR_RELEASE="$(VENDORRELEASE)" -#endif - -VENDOR_DEFINES = $(VENDOR_STRING) $(VENDOR_RELEASE) - - OSNAME = OSName - OSVENDOR = OSVendor -OSNAME_DEFINES = -DOSNAME='"$(OSNAME)"' -DOSVENDOR='"$(OSVENDOR)"' - -INCLUDES = -I. -I$(XBUILDINCDIR) -I$(FONTINCSRC) \ - -I../../mi -I../../include -I../../os \ - -I../../fb -I../../miext/shadow -I../../render \ - -I$(EXTINCSRC) -I$(XINCLUDESRC) -I$(SERVERSRC)/Xext - -DEFINES = $(OS_DEFINES) $(EXT_DEFINES) -DDMXEXT -DXTEST \ - $(DMX_GLX_DEFINES) $(DMX_DEFINES) $(VENDOR_DEFINES) \ - $(OSNAME_DEFINES) - -all:: $(OBJS) - -MakeSubdirs($(SUBDIRS)) -DependSubdirs($(SUBDIRS)) - -LinkSourceFile(miinitext.c,$(SERVERSRC)/mi) -SpecialCObjectRule(miinitext,$(ICONFIGFILES),-DDMXSERVER) - -#if BuildGlxExt -LinkSourceFile(panoramiX.c,$(SERVERSRC)/Xext) -#if HasGcc3 -SpecialCObjectRule(panoramiX,$(ICONFIGFILES),-Wno-missing-prototypes -Wno-strict-prototypes -Wno-missing-declarations -Wno-sign-compare) -#else -SpecialCObjectRule(panoramiX,$(ICONFIGFILES),$(_NOOP_)) -#endif -#endif - -NormalLibraryObjectRule() -NormalLibraryTarget(dmx,$(OBJS)) - -InstallManPage(Xdmx,$(MANDIR)) - -DependTarget() -- cgit v1.2.3