mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 22:40:24 +00:00
13 lines
251 B
Plaintext
13 lines
251 B
Plaintext
# Makefile changes for Suns running Solaris 2
|
|
|
|
SYSV = -DSYSV
|
|
RANLIB = true
|
|
INSTALL = cp
|
|
CFLAGS = -g
|
|
|
|
# if you're using Sun's C compiler, add -xs to the CFLAGS line
|
|
|
|
# X11
|
|
X11_INCLUDE_FLAGS = -I/usr/openwin/include
|
|
X11_LIB_FLAGS = -L/usr/openwin/lib
|