From 44a625469166cd4f4c22255fc1a77d42eb8da6a9 Mon Sep 17 00:00:00 2001
From: pmai <pmai>
Date: Sun, 25 Jul 2004 18:30:33 +0000
Subject: [PATCH] Added configuration for PPC/Darwin.

---
 motif/server/Config.Darwin | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 motif/server/Config.Darwin

diff --git a/motif/server/Config.Darwin b/motif/server/Config.Darwin
new file mode 100644
index 000000000..00db8058e
--- /dev/null
+++ b/motif/server/Config.Darwin
@@ -0,0 +1,7 @@
+CFLAGS = -O2 -I/usr/local/include -I/usr/X11R6/include -I. -I$(VPATH)
+LDFLAGS = -L/usr/X11R6/lib -L/usr/local/lib
+LIBS = -lXm -lXt -lXext -lX11 -lSM -lICE -llanginfo
+# This def assumes you are building in the same or parallel
+# tree to the CVS souce layout. Sites may need to customize
+# this path.
+VPATH = ../../../src/motif/server/
-- 
GitLab