Separated Makefile into Makefile.linux and Makefile.macosx

This commit is contained in:
2006-06-18 18:43:53 -04:00
parent 089b8450bc
commit 57b911ccc1
4 changed files with 153 additions and 1 deletions

24
Makefile.macosx Normal file
View File

@@ -0,0 +1,24 @@
EXECUTABLES = OpenArena/OA
LIBRARIES =
BUILDROOT = /usr/local
PREFIX =
INCLUDE_DIRS = /System/Library/Frameworks/OpenGL.framework/Headers
LIBRARY_DIRS = /System/Library/Frameworks/OpenGL.framework/Libraries
.Phony: all clean install
all:
$(MAKE) -C src all
clean:
$(MAKE) -C src clean
install:
install-devel:
install-doc: