1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/grace/files/freebsd
Satoshi Taoka 121181f4e6 A powerful plotting tool (successor of xmgr)
PR:		ports/9222
Submitted by:	Lars Koeller lkoeller@cc.fh-lippe.de
1999-03-18 08:41:40 +00:00

28 lines
532 B
Plaintext

#****************************************
#* Intel Linux with X11R6 and Motif 2.0 *
#****************************************
###############################
# Compiler
#
CC="gcc"
###############################
###############################
# C flags
#
CFLAGS="-Wall -pedantic"
###############################
###############################
# Misc optimization flags
#
OPTIMIZE="-O2"
###############################
###############################
# Flags used for debugging
#
DEBUG="-g -O2"
###############################