makefiledir/Makefile.libdetection
changeset 446 20304ea8e94e
parent 421 0b9bdcdfe0c5
child 526 bd64ec8b0c00
equal deleted inserted replaced
445:0e3fa3da3899 446:20304ea8e94e
    35 UNIX:=1
    35 UNIX:=1
    36 # Except that in BeOS 5.0 we need to use net_server, not BONE networking
    36 # Except that in BeOS 5.0 we need to use net_server, not BONE networking
    37 ifeq ($(shell uname -r), 5.0)
    37 ifeq ($(shell uname -r), 5.0)
    38 BEOS_NET_SERVER:=1
    38 BEOS_NET_SERVER:=1
    39 endif
    39 endif
       
    40 endif
       
    41 
       
    42 # Automatically recognize if building on SunOS/Solaris
       
    43 ifeq ($(shell uname), SunOS)
       
    44 SUNOS:=1
       
    45 # SunOS uses UNIX setup too
       
    46 UNIX:=1
    40 endif
    47 endif
    41 
    48 
    42 # FreeBSD uses sdl11 instead of sdl
    49 # FreeBSD uses sdl11 instead of sdl
    43 ifdef FREEBSD
    50 ifdef FREEBSD
    44 SDL-CONFIG:=sdl11-config
    51 SDL-CONFIG:=sdl11-config