Skip to content
Snippets Groups Projects
Commit 655fecc9 authored by toy's avatar toy
Browse files

Add some vpath directives so this Config works better with Pierre

Mai's build scripts.  Also need to include the current directory for
searching for include files.
parent b08480ea
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
# The motif includes are in /usr/dt/include # The motif includes are in /usr/dt/include
# The Motif libraries are in /lib and /usr/dt/lib # The Motif libraries are in /lib and /usr/dt/lib
CFLAGS = -O -DSVR4 -I/usr/dt/include -I/usr/openwin/include CFLAGS = -O -DSVR4 -I. -I/usr/dt/include -I/usr/openwin/include
LDFLAGS = -L/usr/dt/lib -R/usr/dt/lib -L/usr/openwin/lib -R/usr/openwin/lib LDFLAGS = -L/usr/dt/lib -R/usr/dt/lib -L/usr/openwin/lib -R/usr/openwin/lib
LIBS = -lXm -lXt -lX11 -lsocket -lnsl -lgen LIBS = -lXm -lXt -lX11 -lsocket -lnsl -lgen
# 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/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment