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 #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 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()