summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_macosx.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_macosx.GNU')
-rw-r--r--include/makeinclude/platform_macosx.GNU20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/makeinclude/platform_macosx.GNU b/include/makeinclude/platform_macosx.GNU
new file mode 100644
index 00000000000..fb361befaa7
--- /dev/null
+++ b/include/makeinclude/platform_macosx.GNU
@@ -0,0 +1,20 @@
+// $Id$
+# platform_macosx.GNU
+# preliminry support for Mac OS X DP4, some stuff still doesn't work.
+
+thread = 1
+
+CC = cc
+CXX = c++
+CFLAGS += -Wall -Wpointer-arith -pipe
+CCFLAGS += $(CFLAGS) -fno-implicit-templates -fcheck-new
+DCFLAGS += -g
+DLD = libtool
+LD = $(CXX)
+LDFLAGS +=
+LIBS += -lcc_dynamic -lstdc++ -lpcap
+OCFLAGS += -O3
+RANLIB = ranlib
+SOEXT = dylib
+SOFLAGS = -dynamic
+SOBUILD = -o $(VSHDIR)$*.dylib $<