Made SICS PSI part compile on OSX Maverick with clang

This commit is contained in:
2014-03-14 09:51:48 +01:00
parent fc0ff43db2
commit 71c03ee3d1
13 changed files with 63 additions and 17 deletions

18
hardsup/makefile_macosx Normal file
View File

@ -0,0 +1,18 @@
#---------------------------------------------------------------------------
# Makefile for the SINQ hardware support library
# with libraries installed unde r/usr/local
#
# Mark Koennecke, November 1996
# Markus Zolliker, March 2003
# Mark Koennecke, December 2009
#--------------------------------------------------------------------------
include $(SICSROOT)/sics/linux_def
CC = clang
CFLAGS = -g -DLINUX $(DFORTIFY) -I. -I$(SICSROOT)/sics -MMD -Wall -Wno-unused
include make_gen
-include $(OBJ:.o=.d)