mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-07 01:40:03 +00:00
9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
# Define SYSV as -DSYSV if you are using a System V operating system.
|
|
SYSV = -DSYSV
|
|
RANLIB = true
|
|
CFLAGS =
|
|
|
|
# X11
|
|
X11_INCLUDE_FLAGS = -I/usr/include/X11R5
|
|
X11_LIB_FLAGS = -L/usr/lib/X11R5
|