cairo/Imakefile

60 lines
833 B
Text

XCOMM $XFree86: $
#ifndef NormalLibXr
#define NormalLibXr YES
#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 = -I$(XLIBSRE)
SRCS = xr.c \
xrcolor.c \
xrfiller.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 \
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()