freebsd-ports/biology/p5-AcePerl/files/FREEBSD_DEF
Kirill Ponomarev 8daa07cec3 - Honor CFLAGS
PR:		ports/65599
Submitted by:	michael johnson <ahze at ahze dot net>
2004-04-16 08:08:11 +00:00

23 lines
869 B
Text

#################################################################
############### acedb: R.Durbin and J.Thierry-Mieg ##############
#################################################################
#################################################################
########### This file is included by wmake/truemake #############
###### Edit this file to adapt the ACeDB to a new machine ######
##### following the explanations given in wmake/truemake #####
#################################################################
NAME = FREEBSD
CFLAGS+= -g -Wall -DACEDB4
COMPILER = XX__CC__XX ${CFLAGS}
LINKER = XX__CC__XX -g
LIBS = -lm
Xt_LIBS = -L/usr/X11R6/lib -lXaw -lXt -lXmu -lXext -lX11
LEX_LIBS =
RPCGEN_FLAGS = -b -I -K -1
#################################################################
#################################################################