1994-12-29 23:35:47 +00:00
|
|
|
#
|
|
|
|
# This is the header file for constructing make files for FreeBSD.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Default flags to use when invoking the C compiler.
|
|
|
|
|
|
|
|
CFLAGS = -O2
|
|
|
|
CC = gcc
|
|
|
|
|
|
|
|
# Assembly language object files.
|
|
|
|
|
|
|
|
Aruntime = x86.o
|
1994-12-31 03:48:36 +00:00
|
|
|
SAruntime = x86.so
|
1994-12-29 23:35:47 +00:00
|
|
|
|
|
|
|
# Profiled library
|
|
|
|
|
|
|
|
Plib = libsc_p.a
|
|
|
|
|
|
|
|
# Installation tools
|
|
|
|
|
|
|
|
RANLIB = ranlib
|
1994-12-31 03:48:36 +00:00
|
|
|
AS = as
|
|
|
|
CPP = cpp
|
1994-12-29 23:35:47 +00:00
|
|
|
|
|
|
|
# X library
|
|
|
|
|
1995-03-30 17:03:48 +00:00
|
|
|
XLIB = -L/usr/X11R6/lib -lX11
|
1994-12-29 23:35:47 +00:00
|
|
|
XLIBCFLAGS =
|
1994-12-31 03:48:36 +00:00
|
|
|
PICFLAGS = -fpic -DPIC
|
|
|
|
|
1994-12-29 23:35:47 +00:00
|
|
|
|
|
|
|
# End of FREEBSD header.
|