blob: ac8f9a970b2d2a4f62ddc076aa3ac2d89cd2c365 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
##################### 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 = :
|