equal
deleted
inserted
replaced
21 # Automatically recognize if building on MacOSX |
21 # Automatically recognize if building on MacOSX |
22 ifeq ($(shell uname), Darwin) |
22 ifeq ($(shell uname), Darwin) |
23 OSX:=1 |
23 OSX:=1 |
24 # OSX uses the unix setup too |
24 # OSX uses the unix setup too |
25 UNIX:=1 |
25 UNIX:=1 |
26 # OSX generally uses static since so few computers actually have all the libs installed in unix style |
|
27 STATIC:=1 |
|
28 endif |
26 endif |
29 |
27 |
30 # Automatically recognize if building on MorphOS |
28 # Automatically recognize if building on MorphOS |
31 ifeq ($(shell uname), MorphOS) |
29 ifeq ($(shell uname), MorphOS) |
32 MORPHOS:=1 |
30 MORPHOS:=1 |