Set sane variable values for BeOS.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@195 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
47e9aba348
commit
7b26da89fc
@ -384,12 +384,19 @@ else if $(OS) = BEOS
|
||||
BINDIR ?= /boot/apps ;
|
||||
CC ?= gcc ;
|
||||
C++ ?= $(CC) ;
|
||||
CHMOD ?= chmod ;
|
||||
CHGRP ?= chgrp ;
|
||||
CHOWN ?= chown ;
|
||||
FORTRAN ?= "" ;
|
||||
LIBDIR ?= /boot/develop/libraries ;
|
||||
LINK ?= gcc ;
|
||||
LINKLIBS ?= -lnet ;
|
||||
NOARSCAN ?= true ;
|
||||
RANLIB ?= ranlib ;
|
||||
STDHDRS ?= /boot/develop/headers/posix ;
|
||||
YACC ?= bison -y ;
|
||||
YACCGEN ?= .c ;
|
||||
YACCFILES ?= y.tab ;
|
||||
YACCFLAGS ?= -d ;
|
||||
}
|
||||
else if $(UNIX)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user