aboutsummaryrefslogtreecommitdiff
path: root/libXfont/src/stubs/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libXfont/src/stubs/makefile')
-rw-r--r--libXfont/src/stubs/makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/libXfont/src/stubs/makefile b/libXfont/src/stubs/makefile
new file mode 100644
index 000000000..66cfc644f
--- /dev/null
+++ b/libXfont/src/stubs/makefile
@@ -0,0 +1,27 @@
+LIBRARY = libstubs
+
+CSRCS = \
+ cauthgen.c \
+ csignal.c \
+ delfntcid.c \
+ errorf.c \
+ fatalerror.c \
+ findoldfnt.c \
+ fontmod.c \
+ getcres.c \
+ getdefptsize.c \
+ getnewfntcid.c \
+ gettime.c \
+ initfshdl.c \
+ regfpefunc.c \
+ rmfshdl.c \
+ servclient.c \
+ setfntauth.c \
+ stfntcfnt.c \
+ stubs.h \
+ xpstubs.c
+
+CSRCS:=$(filter-out %.h,$(CSRCS))
+
+INCLUDES := ../../../../build $(INCLUDES)
+