CFLAGS = -O2 -I/usr/X11R6/include -I. -I$(VPATH)
LDFLAGS = -L/usr/X11R6/lib
# -L/usr/lib/libc5-compat/
LIBS = -lXm -lXt -lXext -lX11 -lSM -lICE 
# -static
# 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/
