From 2f8a63aa6bb73c2fecd19d309cad301dfe938b90 Mon Sep 17 00:00:00 2001 From: pw <pw> Date: Fri, 7 Mar 2003 14:46:06 +0000 Subject: [PATCH] Tested on FreeBSD 4.7 and open-motif-2.2.2. --- motif/server/Config.FreeBSD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 motif/server/Config.FreeBSD diff --git a/motif/server/Config.FreeBSD b/motif/server/Config.FreeBSD new file mode 100644 index 000000000..d73b2b17a --- /dev/null +++ b/motif/server/Config.FreeBSD @@ -0,0 +1,8 @@ +CFLAGS = -pthread -O2 -I/usr/X11R6/include -I. -I$(VPATH) +LDFLAGS = -L/usr/X11R6/lib +LIBS = -lXm -lXt -lX11 + +# 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