From bff0473ed6225a4f6f76c026a1496a028e79f370 Mon Sep 17 00:00:00 2001 From: Mark Koennecke Date: Fri, 14 Mar 2014 09:50:31 +0100 Subject: [PATCH] Added forgotten files to commit for compiling on Maverick --- matrix/makefile_macosx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 matrix/makefile_macosx diff --git a/matrix/makefile_macosx b/matrix/makefile_macosx new file mode 100644 index 00000000..4faeb12a --- /dev/null +++ b/matrix/makefile_macosx @@ -0,0 +1,16 @@ +#--------------------------------------------------------------------------- +# Makefile for the Matrix library +# +# Mark Koennecke, November 1996 +# Markus Zolliker, March 2003 +#-------------------------------------------------------------------------- + +include ../linux_def + +CC = clang +CFLAGS = -g $(DFORTIFY) -MMD + +include make_gen + +-include $(OBJ:.o=.d) +