cairo/Imakefile
2003-01-24 13:52:01 +00:00

63 lines
909 B
Text

XCOMM $XFree86: $
#ifdef UseInstalled
/* building outside the tree, use private defines */
#include "local.def"
#endif
#define DoNormalLib NormalLibXr
#define DoSharedLib SharedLibXr
#define DoDebugLib DebugLibXr
#define DoProfileLib ProfileLibXr
#define LibName Xr
#define SoRev SOXRREV
#define IncSubdir X11
#define IncSubSubdir Xr
#include <Threads.tmpl>
#ifdef SharedXrReqs
REQUIREDLIBS = SharedXrReqs
#endif
INCLUDES = $(XFTINCLUDES)
SRCS = xr.c \
xrcolor.c \
xrfiller.c \
xrfont.c \
xrgstate.c \
xrmisc.c \
xrpath.c \
xrpen.c \
xrpolygon.c \
xrspline.c \
xrstate.c \
xrstroker.c \
xrsurface.c \
xrtransform.c \
xrtraps.c
OBJS = xr.o \
xrcolor.o \
xrfiller.o \
xrfont.o \
xrgstate.o \
xrmisc.o \
xrpath.o \
xrpen.o \
xrpolygon.o \
xrspline.o \
xrstate.o \
xrstroker.o \
xrsurface.o \
xrtransform.o \
xrtraps.o
HEADERS = Xr.h
#include <Library.tmpl>
DependTarget()