summaryrefslogtreecommitdiff
path: root/build/os-sunos.mak
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2005-11-01 16:42:51 +0000
committerBenny Prijono <bennylp@teluu.com>2005-11-01 16:42:51 +0000
commit81ecc233996dcddfbef707bd9a5099f5d9e5eb13 (patch)
treec735c382ff2dac0179b96505c4192ee70185372d /build/os-sunos.mak
parentb5a1af6f999820564ead4867b1e5d5574778ee56 (diff)
Added suppor /and fix things for SunOS port
git-svn-id: http://svn.pjsip.org/repos/pjproject/main@2 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'build/os-sunos.mak')
-rw-r--r--build/os-sunos.mak12
1 files changed, 12 insertions, 0 deletions
diff --git a/build/os-sunos.mak b/build/os-sunos.mak
new file mode 100644
index 00000000..4af21040
--- /dev/null
+++ b/build/os-sunos.mak
@@ -0,0 +1,12 @@
+export OS_CFLAGS := $(CC_DEF)PJ_SUNOS=1
+
+export OS_CXXFLAGS :=
+
+export OS_LDFLAGS := $(CC_LIB)pthread$(LIBEXT2) \
+ $(CC_LIB)socket$(LIBEXT2) \
+ $(CC_LIB)rt$(LIBEXT2) \
+ $(CC_LIB)nsl$(LIBEXT2)
+
+export OS_SOURCES :=
+
+