1#ident @(#)news4000-newsos6-cc.rul	1.6 07/05/08
2###########################################################################
3#
4# Platform dependent MACROS for Sony NEWS-OS 6.x
5#
6###########################################################################
7# Copyright (c) J. Schilling
8###########################################################################
9# The contents of this file are subject to the terms of the
10# Common Development and Distribution License, Version 1.0 only
11# (the "License").  You may not use this file except in compliance
12# with the License.
13#
14# See the file CDDL.Schily.txt in this distribution for details.
15# A copy of the CDDL is also available via the Internet at
16# http://www.opensource.org/licenses/cddl1.txt
17#
18# When distributing Covered Code, include this CDDL HEADER in each
19# file and include the License file CDDL.Schily.txt from this distribution.
20###########################################################################
21include $(SRCROOT)/$(RULESDIR)/rules.prg
22###########################################################################
23include $(SRCROOT)/$(RULESDIR)/cc-sony.rul
24
25#
26#		From objectx@polyphony.scei.co.jp XXX is -D__STDC__=0 correct ???
27#
28OSDEFS +=	-D__SVR4 -DSVR4 -D__STDC__=0
29
30KDEFINES=	-DKERNEL -D_KERNEL
31
32LIB_SOCKET=	-lsocket
33LIB_MATH=	-lm
34LIB_KVM=
35
36ARFLAGS=	crs
37#
38# lorder seems not to work on some machines, disable it
39#
40LORDER=		echo
41TSORT=		cat
42