aboutsummaryrefslogtreecommitdiff
path: root/biology/p5-AcePerl/files/FREEBSD_DEF
blob: a6e06d1571583e3e20a2962c6dcea836ff8929d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#################################################################
############### 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 -O2 -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

#################################################################
#################################################################