makefiledir/Makefile.libdetection
changeset 446 7a92ca9738e2
parent 421 3dd9b5a439af
child 526 25bc35670ac5
equal deleted inserted replaced
445:beafc0fb8f12 446:7a92ca9738e2
    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