head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2002.09.28.13.39.17;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2001.09.22.06.06.15;	author sf;	state Exp;
branches;
next	1.1;

1.1
date	2001.08.23.11.30.40;	author kris;	state Exp;
branches;
next	;


desc
@@


1.3
log
@fix bento build error : there is a *alloc() clash

PR:		43311
Submitted by:	adam@@vectors.cx
@
text
@##################### KLONE CONFIG FILE ######################################
#: FreeBSD
                    # defines this to the binary type: sun4, sun4solaris...
MACHINE_TYPE   =    freebsd
                    # default path for looking for klone files
KLONEPATH      ="\".:~/kl:%%PREFIX%%/lib/klone\""
                    # system-needed libraries
LIBS           =
                    # compilation flags , -O or -g
FLAGS	       = %%CFLAGS%%
                    # name (absolute or relative) of the compiler: cc, /bin/cc
C_COMPILER     = %%CC%%
                    # various defines:
DEFINES        = -DSYSV_TIME -DVOID_SIGNALS -DDO_NOT_REDEFINE_MALLOC
                    # other linker -specific flags
LFLAGS         =
                    # unix command to apply to executable after link 
POSTPROCESSING = :
@


1.2
log
@o fix MASTER_SITES.
o respect CC and CFLAGS.

PR:		30720
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@d14 1
a14 1
DEFINES        = -DSYSV_TIME -DVOID_SIGNALS
@


1.1
log
@Initial import of klone-2.1.359

KLONE is a small and fast fully interpreted language intended to be
embedded into C applications to provide them with a powerful, yet fast
and small extension language. Its syntax is very inspired from Lisp (its
external syntax has been kept as close as possible to Common Lisp as
possible), but its implementation is original and efficient, to give full
extensibility, intimate interfacing to C, incremental garbage collection,
and full portability on either K&R or ANSI C.

Obtained from:	OpenBSD
@
text
@d6 1
a6 1
KLONEPATH      ="\".:~/kl:!!PREFIX!!/lib/klone\""
d10 1
a10 1
FLAGS	       = -O
d12 1
a12 1
C_COMPILER     = cc
@

