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

Update CFLAGS and LDFLAGS to the correct values for the Motif

includes and libraries on Solaris.  (Noted by Eric Marsden.)
parent 041a2f86
No related branches found
No related tags found
No related merge requests found
# -DSVR4 is needed for X and for Solaris.
CFLAGS = -O -DSVR4 -I/usr/openwin/include
LDFLAGS = -L/usr/openwin/lib -R/usr/openwin/lib
# The motif includes are in /usr/dt/include
# The Motif libraries are in /lib and /usr/dt/lib
CFLAGS = -O -DSVR4 -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
LIBS = -lXm -lXt -lX11 -lsocket -lnsl -lgen
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