diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-11-01 22:14:41 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-11-01 22:14:41 +0000 |
commit | 661dc0145ee4afe10dbdbe86fa20a7f7ee762948 (patch) | |
tree | ba076a2f0bbfaf642ff67319fd7d987aff175e76 /include/makeinclude/platform_macosx.GNU | |
parent | e750e22820b82433b8f564e606d78be8acc8cb8f (diff) | |
download | ATCD-661dc0145ee4afe10dbdbe86fa20a7f7ee762948.tar.gz |
ChangeLogTag:Thu Nov 1 15:49:04 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'include/makeinclude/platform_macosx.GNU')
-rw-r--r-- | include/makeinclude/platform_macosx.GNU | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/include/makeinclude/platform_macosx.GNU b/include/makeinclude/platform_macosx.GNU index 98f35beb2b0..c9b9037a175 100644 --- a/include/makeinclude/platform_macosx.GNU +++ b/include/makeinclude/platform_macosx.GNU @@ -1,15 +1,16 @@ -# $Id$ +# 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 +CXX = c++ +CFLAGS += -Wall -Wpointer-arith -pipe +CCFLAGS += $(CFLAGS) -fimplicit-templates -fcheck-new DCFLAGS += -g DLD = libtool LD = $(CXX) -LDFLAGS += +LDFLAGS += -flat_namespace +LDONLYFLAGS += -flat-namespace LIBS += -lcc_dynamic -lstdc++ -lpcap OCFLAGS += -O3 RANLIB = ranlib @@ -17,3 +18,4 @@ SOEXT = dylib SOFLAGS = -dynamic SOBUILD = -o $(VSHDIR)$*.dylib $< + |