aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/mi/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/mi/makefile')
-rw-r--r--xorg-server/mi/makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/xorg-server/mi/makefile b/xorg-server/mi/makefile
new file mode 100644
index 000000000..4588eb001
--- /dev/null
+++ b/xorg-server/mi/makefile
@@ -0,0 +1,34 @@
+CSRCS=miarc.c \
+ mibitblt.c \
+ micmap.c \
+ micopy.c \
+ midash.c \
+ midispcur.c \
+ mieq.c \
+ miexpose.c \
+ mifillarc.c \
+ mifillrct.c \
+ migc.c \
+ miglblt.c \
+ mioverlay.c \
+ mipointer.c \
+ mipoly.c \
+ mipolypnt.c \
+ mipolyrect.c \
+ mipolyseg.c \
+ mipolytext.c \
+ mipushpxl.c \
+ miscrinit.c \
+ misprite.c \
+ mivaltree.c \
+ miwideline.c \
+ miwindow.c \
+ mizerarc.c \
+ mizerclip.c \
+ mizerline.c \
+ miinitext.c
+
+LIBRARY=libmi
+
+INCLUDES+=../composite
+