diff options
author | Mihai Moldovan <ionic@ionic.de> | 2015-05-25 23:23:22 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2015-05-25 23:23:22 +0200 |
commit | 230852e0e77985e1d62593fe393059dc0053c043 (patch) | |
tree | 81f6948179dffd3f28bb01569e1775abf1a7eaba /nx-X11/lib/Xrandr/Imakefile | |
parent | 608ee99284dc92e3751ba1ceb2fc5c5ac610f3ec (diff) | |
parent | a6185abd93143524eaddd617ad2cc20a4bd198f0 (diff) | |
download | nx-libs-230852e0e77985e1d62593fe393059dc0053c043.tar.gz nx-libs-230852e0e77985e1d62593fe393059dc0053c043.tar.bz2 nx-libs-230852e0e77985e1d62593fe393059dc0053c043.zip |
Merge branch 'sunweaver-pr/libxrandr-cleanup' into arctica-3.6.x
Attributes GH PR #21: https://github.com/ArcticaProject/nx-libs/pull/21
Diffstat (limited to 'nx-X11/lib/Xrandr/Imakefile')
-rw-r--r-- | nx-X11/lib/Xrandr/Imakefile | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/nx-X11/lib/Xrandr/Imakefile b/nx-X11/lib/Xrandr/Imakefile deleted file mode 100644 index 5cf70a516..000000000 --- a/nx-X11/lib/Xrandr/Imakefile +++ /dev/null @@ -1,42 +0,0 @@ -XCOMM $XFree86: xc/lib/Xrandr/Imakefile,v 1.1 2001/05/23 03:29:44 keithp Exp $ -XCOMM $XdotOrg: xc/lib/Xrandr/Imakefile,v 1.5 2005/10/24 23:30:21 alanc Exp $ - -#define DoNormalLib NormalLibXrandr -#define DoSharedLib SharedLibXrandr -#define DoDebugLib DebugLibXrandr -#define DoProfileLib ProfileLibXrandr -#define LibName NX_Xrandr -#define SoRev SOXRANDRREV -#define IncSubdir X11 -#define IncSubSubdir extensions - -#include <Threads.tmpl> - -#ifdef SharedXrandrReqs -REQUIREDLIBS = SharedXrandrReqs -#endif - -#if Malloc0ReturnsNull -ALLOC_DEFINES = -DMALLOC_0_RETURNS_NULL -#endif - - DEFINES = $(ALLOC_DEFINES) - INCLUDES = -I. -I$(XLIBSRC) -I$(EXTINCSRC) - SRCS = Xrandr.c - OBJS = Xrandr.o - LINTLIBS = $(LINTXLIB) - -HEADERS = Xrandr.h - -#include <Library.tmpl> - -MANSUFFIX = $(LIBMANSUFFIX) - -#define PreprocessManPages -InstallManPage(Xrandr,$(LIBMANDIR)) - -#if ExpandManNames -InstallManPageAliases(Xrandr,$(LIBMANDIR),XRRQueryExtension XRRQueryVersion XRRGetScreenInfo XRRFreeScreenConfigInfo XRRSetScreenConfig XRRSetScreenConfigAndRate XRRConfigRotations XRRConfigTimes XRRConfigSizes XRRConfigRates XRRConfigCurrentConfiguration XRRConfigCurrentRate XRRRootToScreen XRRScreenConfig XRRConfig XRRSelectInput) -#endif - -DependTarget() |