diff options
author | jwh1 <jwh1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-25 00:49:26 +0000 |
---|---|---|
committer | jwh1 <jwh1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-25 00:49:26 +0000 |
commit | 42c13b99ae161367b2fa134c82191b06eb30c393 (patch) | |
tree | fb689a72f88bc61880729431d283282fb0bec9dc /include | |
parent | 054bbeca2c60426752ad431c21f57f0ddba79b5e (diff) | |
download | ATCD-42c13b99ae161367b2fa134c82191b06eb30c393.tar.gz |
Initial support for Mac OS X DP4
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_macosx.GNU | 20 |
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 $< |