aboutsummaryrefslogtreecommitdiff
path: root/libXmu/src/makefile
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-11-06 11:37:48 +0000
committermarha <marha@users.sourceforge.net>2009-11-06 11:37:48 +0000
commitdc973fac7166624dc3aca9b32df02cc00e79ba85 (patch)
tree186af3c9707ed71a82a5502fc7b5bfae739361a6 /libXmu/src/makefile
parent3c406cef48ab3d9ae6cb490348c41c89638a1367 (diff)
parent5c97ea64d7046d0a9d654950946a0070ac1e355a (diff)
downloadvcxsrv-dc973fac7166624dc3aca9b32df02cc00e79ba85.tar.gz
vcxsrv-dc973fac7166624dc3aca9b32df02cc00e79ba85.tar.bz2
vcxsrv-dc973fac7166624dc3aca9b32df02cc00e79ba85.zip
Added libXmu
Diffstat (limited to 'libXmu/src/makefile')
-rw-r--r--libXmu/src/makefile53
1 files changed, 53 insertions, 0 deletions
diff --git a/libXmu/src/makefile b/libXmu/src/makefile
new file mode 100644
index 000000000..8eff09d60
--- /dev/null
+++ b/libXmu/src/makefile
@@ -0,0 +1,53 @@
+LIBRARY = libXmu
+
+INCLUDES := ..\include ..\include\X11\Xmu $(INCLUDES)
+
+DEFINES += XT_NO_SM
+
+CSRCS = \
+ ClientWin.c \
+ CursorName.c \
+ DefErrMsg.c \
+ GetHost.c \
+ Lower.c \
+ AllCmap.c \
+ Atoms.c \
+ Clip.c \
+ CloseHook.c \
+ CmapAlloc.c \
+ CrCmap.c \
+ CrPixFBit.c \
+ CvtCache.c \
+ CvtStdSel.c \
+ DelCmap.c \
+ DisplayQue.c \
+ Distinct.c \
+ DrawLogo.c \
+ DrRndRect.c \
+ EditresCom.c \
+ ExtAgent.c \
+ FToCback.c \
+ GrayPixmap.c \
+ Initer.c \
+ LocBitmap.c \
+ Lookup.c \
+ LookupCmap.c \
+ RdBitF.c \
+ ScrOfWin.c \
+ ShapeWidg.c \
+ StdCmap.c \
+ StrToBS.c \
+ StrToBmap.c \
+ StrToCurs.c \
+ StrToGrav.c \
+ StrToJust.c \
+ StrToLong.c \
+ StrToOrnt.c \
+ StrToShap.c \
+ StrToWidg.c \
+ UpdMapHint.c \
+ VisCmap.c \
+ WidgetNode.c \
+ Xct.c \
+ sharedlib.c
+