From 55ad24f775c07bed7ef653d4ead279c8b61fbf20 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 19 Jan 2011 10:58:44 +0000 Subject: Added makefiles for fontconfig libXft and libXrender Added libxml2 include files and library Added iconf.h Enabled XRENDER in xclock --- libXft/src/makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 libXft/src/makefile (limited to 'libXft/src/makefile') diff --git a/libXft/src/makefile b/libXft/src/makefile new file mode 100644 index 000000000..39693fd19 --- /dev/null +++ b/libXft/src/makefile @@ -0,0 +1,23 @@ +INCLUDES += ..\include\X11\Xft + +LIBRARY = libXft + +CSRCS = \ + xftcolor.c \ + xftcore.c \ + xftdbg.c \ + xftdpy.c \ + xftdraw.c \ + xftextent.c \ + xftfont.c \ + xftfreetype.c \ + xftglyphs.c \ + xftinit.c \ + xftlist.c \ + xftname.c \ + xftrender.c \ + xftstr.c \ + xftswap.c \ + xftxlfd.c + +INCLUDES += $(MHMAKECONF)\freetype\include $(MHMAKECONF)\fontconfig -- cgit v1.2.3