summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_macosx.GNU
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-02 00:32:46 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-02 00:32:46 +0000
commit3265837a8308d3915e410c8b73b14826951cd101 (patch)
tree41cd25c8c60b5808dcb6a40ccf1929ac2eb27747 /include/makeinclude/platform_macosx.GNU
parentde238a90eca0ca2f78d93297e0aba17e9eb7da43 (diff)
downloadATCD-3265837a8308d3915e410c8b73b14826951cd101.tar.gz
ChangeLogTag:Sat Dec 1 18:03:51 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'include/makeinclude/platform_macosx.GNU')
-rw-r--r--include/makeinclude/platform_macosx.GNU11
1 files changed, 5 insertions, 6 deletions
diff --git a/include/makeinclude/platform_macosx.GNU b/include/makeinclude/platform_macosx.GNU
index c9b9037a175..ade7f66978b 100644
--- a/include/makeinclude/platform_macosx.GNU
+++ b/include/makeinclude/platform_macosx.GNU
@@ -1,17 +1,16 @@
# 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.
+# support for Mac OS X 10.1
CC = cc
-CXX = c++
-CFLAGS += -Wall -Wpointer-arith -pipe
-CCFLAGS += $(CFLAGS) -fimplicit-templates -fcheck-new
+CXX = c++
+CFLAGS += -Wall -Wpointer-arith -pipe
+CCFLAGS += $(CFLAGS) -fimplicit-templates
DCFLAGS += -g
DLD = libtool
LD = $(CXX)
LDFLAGS += -flat_namespace
-LDONLYFLAGS += -flat-namespace
-LIBS += -lcc_dynamic -lstdc++ -lpcap
+LIBS += -lcc_dynamic -lstdc++ -lSystem $(ACELIB)
OCFLAGS += -O3
RANLIB = ranlib
SOEXT = dylib