mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 05:20:30 +00:00
8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
# Define SYSV as -DSYSV if you are using a System V operating system.
|
|
SYSV = -DSYSV
|
|
RANLIB = true
|
|
|
|
# X11
|
|
X11_INCLUDE_FLAGS = -I/usr/include/X11R4
|
|
X11_LIB_FLAGS = -L/usr/lib/X11R4
|