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.GNU21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/makeinclude/platform_macosx.GNU b/include/makeinclude/platform_macosx.GNU
deleted file mode 100644
index c9b9037a175..00000000000
--- a/include/makeinclude/platform_macosx.GNU
+++ /dev/null
@@ -1,21 +0,0 @@
-# platform_macosx.GNU,v 4.6 2001/08/14 18:57:28 bala Exp
-# platform_macosx.GNU
-# preliminary support for Mac OS X DP4, some stuff still doesn't work.
-
-CC = cc
-CXX = c++
-CFLAGS += -Wall -Wpointer-arith -pipe
-CCFLAGS += $(CFLAGS) -fimplicit-templates -fcheck-new
-DCFLAGS += -g
-DLD = libtool
-LD = $(CXX)
-LDFLAGS += -flat_namespace
-LDONLYFLAGS += -flat-namespace
-LIBS += -lcc_dynamic -lstdc++ -lpcap
-OCFLAGS += -O3
-RANLIB = ranlib
-SOEXT = dylib
-SOFLAGS = -dynamic
-SOBUILD = -o $(VSHDIR)$*.dylib $<
-
-