summaryrefslogtreecommitdiff
path: root/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Imakefile')
-rw-r--r--Imakefile49
1 files changed, 49 insertions, 0 deletions
diff --git a/Imakefile b/Imakefile
new file mode 100644
index 00000000..bb49fc78
--- /dev/null
+++ b/Imakefile
@@ -0,0 +1,49 @@
+XCOMM $XFree86: $
+
+#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>
+
+WARNINGS=-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs
+INCLUDES=$(WARNINGS)
+DEFINES=$(RENDERDEFINES)
+
+XRENDER_LIBS=$(XRENDERLIB)
+XRENDER_CFLAGS=$(XRENDERINCLUDES)
+
+REQUIREDLIBS=$(LDPRELIBS) $(XRENDERLIB) $(XLIB)
+
+SRCS = xr.c \
+ xrcolor.c \
+ xrgstate.c \
+ xrpath.c \
+ xrpicture.c \
+ xrstate.c \
+ xrsubpath.c \
+ xrtransform.c
+
+OBJS = xr.o \
+ xrcolor.o \
+ xrgstate.o \
+ xrpath.o \
+ xrpicture.o \
+ xrstate.o \
+ xrsubpath.o \
+ xrtransform.o
+
+HEADERS = Xr.h
+
+#include <Library.tmpl>
+
+CDEBUGFLAGS=-g -Wall
+
+DependTarget()
+