summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_macosx.GNU
blob: f75a1195c0d6cd2b43e09f881215f75e96de54d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id$
# 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		+=
LIBS            += -lcc_dynamic -lstdc++ -lpcap
OCFLAGS         += -O3
RANLIB          = ranlib
SOEXT		= dylib
SOFLAGS = -dynamic
SOBUILD = -o $(VSHDIR)$*.dylib $<