diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-12-02 00:32:46 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-12-02 00:32:46 +0000 |
commit | cbce80ff9cf7a29320c6b5a26ad7756a5a10c0bc (patch) | |
tree | 41cd25c8c60b5808dcb6a40ccf1929ac2eb27747 /include/makeinclude | |
parent | e77edafdf22ac67408782e3cb11eb31a601ccbb2 (diff) | |
download | ATCD-cbce80ff9cf7a29320c6b5a26ad7756a5a10c0bc.tar.gz |
ChangeLogTag:Sat Dec 1 18:03:51 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'include/makeinclude')
-rw-r--r-- | include/makeinclude/platform_macosx.GNU | 11 |
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 |