35 lines
645 B
Plaintext
35 lines
645 B
Plaintext
XCOMM $XFree86: xc/lib/psres/Imakefile,v 1.5 2004/04/05 02:33:14 dawes Exp $
|
|
|
|
#define DoNormalLib NormalLibPSRes
|
|
#define DoSharedLib SharedLibPSRes
|
|
#define DoExtraLib ExtraLibPSRes
|
|
#define DoDebugLib DebugLibPSRes
|
|
#define DoProfileLib ProfileLibPSRes
|
|
#define LibName psres
|
|
#define SoRev SOPSRESREV
|
|
#define LibHeaders NO
|
|
|
|
#ifdef SharedPSResReqs
|
|
REQUIREDLIBS = SharedPSResReqs
|
|
#endif
|
|
|
|
PSWRAP = $(TOP)/config/pswrap/pswrap
|
|
|
|
|
|
#if Malloc0ReturnsNull
|
|
ALLOC_DEFS = -DMALLOC_0_RETURNS_NULL
|
|
#else
|
|
ALLOC_DEFS =
|
|
#endif
|
|
|
|
DEFINES = -DXENVIRONMENT $(ALLOC_DEFS)
|
|
|
|
SRCS = PSres.c
|
|
|
|
OBJS = PSres.o
|
|
|
|
#include <Library.tmpl>
|
|
|
|
DependTarget()
|
|
|