2000-07-28 13:16:10 +00:00
|
|
|
#################################################################
|
|
|
|
############### 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
|
2000-10-10 04:03:18 +00:00
|
|
|
CFLAGS+= -g -Wall -O2 -DACEDB4
|
|
|
|
COMPILER = XX__CC__XX ${CFLAGS}
|
|
|
|
LINKER = XX__CC__XX -g
|
2000-07-28 13:16:10 +00:00
|
|
|
|
|
|
|
LIBS = -lm
|
|
|
|
Xt_LIBS = -L/usr/X11R6/lib -lXaw -lXt -lXmu -lXext -lX11
|
|
|
|
LEX_LIBS =
|
|
|
|
|
|
|
|
RPCGEN_FLAGS = -b -I -K -1
|
|
|
|
|
|
|
|
#################################################################
|
|
|
|
#################################################################
|