38 lines
771 B
Plaintext
38 lines
771 B
Plaintext
XCOMM $XFree86: xc/lib/Xrandr/Imakefile,v 1.2 2002/10/02 16:55:41 keithp Exp $
|
|
|
|
|
|
#define DoNormalLib NormalLibXrandr
|
|
#define DoSharedLib SharedLibXrandr
|
|
#define DoDebugLib DebugLibXrandr
|
|
#define DoProfileLib ProfileLibXrandr
|
|
#define LibName 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$(XLIBSRC) -I$(EXTINCSRC)
|
|
SRCS = Xrandr.c
|
|
OBJS = Xrandr.o
|
|
LINTLIBS = $(LINTXLIB)
|
|
|
|
HEADERS = Xrandr.h
|
|
|
|
#include <Library.tmpl>
|
|
|
|
MANSUFFIX = $(LIBMANSUFFIX)
|
|
|
|
InstallManPage(Xrandr,$(LIBMANDIR))
|
|
|
|
DependTarget()
|