Makefile tweaks for sunos and macos
This commit is contained in:
@@ -7,14 +7,14 @@ help:
|
||||
|
||||
all:
|
||||
mkdir -p obj
|
||||
gmake -C cmnllib -f Makefile.linux
|
||||
gmake -C oslib_linux
|
||||
gmake -f Makefile.linux
|
||||
${MAKE} -C cmnllib -f Makefile.linux
|
||||
${MAKE} -C oslib_linux
|
||||
${MAKE} -f Makefile.linux
|
||||
|
||||
clean:
|
||||
gmake -C cmnllib -f Makefile.linux clean
|
||||
gmake -C oslib_linux clean
|
||||
gmake -f Makefile.linux clean
|
||||
${MAKE} -C cmnllib -f Makefile.linux clean
|
||||
${MAKE} -C oslib_linux clean
|
||||
${MAKE} -f Makefile.linux clean
|
||||
|
||||
|
||||
freebsd: all
|
||||
|
@@ -28,7 +28,7 @@ endif
|
||||
ifeq ($(OS), Darwin)
|
||||
CC=cc
|
||||
CFLAGS=-I/opt/local/include
|
||||
LDFLAGS=
|
||||
LDFLAGS=-L/opt/local/lib
|
||||
endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user