freebsd-ports/lang/schemetoc/files/makefile-head
Thomas Gellekum 2b54222fb3 - Convert to ELF.
- Support CC/CFLAGS/PREFIX.

PR:		16677
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-03-01 09:57:06 +00:00

32 lines
425 B
Text

#
# 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
SAruntime = x86.so
# Profiled library
Plib = libsc_p.a
# Installation tools
RANLIB = ranlib
AS = as
CPP = cpp
# X library
XLIB = -L${X11BASE}/lib -lX11
XLIBCFLAGS =
PICFLAGS = -fpic -DPIC
# End of FREEBSD header.