1#ident @(#)bepc-beos-cc.rul	1.10 07/05/09
2###########################################################################
3# Written 1996 by J. Schilling
4###########################################################################
5#
6# Platform dependent MACROS for BeOS
7#
8###########################################################################
9# Copyright (c) J. Schilling
10###########################################################################
11# The contents of this file are subject to the terms of the
12# Common Development and Distribution License, Version 1.0 only
13# (the "License").  You may not use this file except in compliance
14# with the License.
15#
16# See the file CDDL.Schily.txt in this distribution for details.
17# A copy of the CDDL is also available via the Internet at
18# http://www.opensource.org/licenses/cddl1.txt
19#
20# When distributing Covered Code, include this CDDL HEADER in each
21# file and include the License file CDDL.Schily.txt from this distribution.
22###########################################################################
23include $(SRCROOT)/$(RULESDIR)/rules.prg
24###########################################################################
25include $(SRCROOT)/$(RULESDIR)/cc-gcc.rul
26
27#
28# XXX Old BeOS needs libroot.so to get [efg]cvt()
29# XXX New BeOS seems to have this in libc and in addition we include
30# XXX strtod.c for floating point conversion on OS without such code.
31# XXX For this reason, -DNO_FLOATINGPOINT -DUSE_FLOATINGARGS has been
32# XXX removed and printing floating numbers will work with old/new BeOS
33#
34#OSDEFS +=	-DNO_FLOATINGPOINT -DUSE_FLOATINGARGS
35OSDEFS +=
36
37KDEFINES=	-DKERNEL -D_KERNEL
38
39#CONFFLAGS=	i586
40
41LIB_PREFIX=	lib
42LIB_SUFFIX=	.a
43SHL_SUFFIX=	.so
44
45LIB_SOCKET=	-lsocket -lbind
46LIB_MATH=
47LIB_KVM=
48
49#LDOPTS=		$(LIBS_PATH) $(LDPATH) $(RUNPATH:-R%=-Wl,-R%)
50LDOPTS=		$(LIBS_PATH) $(LDPATH)
51
52LORDER=		echo
53TSORT=		cat
54
55LN=             /bin/ln -s
56