mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
git-svn-id: file:///srv/svn/repos/haiku/trunk/buildtools@9577 a95241bf-73f2-0310-859d-f6bbb57e9c96
11 lines
385 B
Plaintext
11 lines
385 B
Plaintext
# Define SYSV as -DSYSV if you are using a System V operating system.
|
|
SYSV = -DSYSV
|
|
RANLIB = true
|
|
# You may need this if you don't have bison.
|
|
# BISON = yacc -Sm10400
|
|
# The native C compiler botches some simple uses of const. Unfortunately,
|
|
# it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
|
|
CC = cc -Dconst=
|
|
|
|
X11_EXTRA_LIBS = -lsocket -lm -lintl -lmalloc
|