1# $Id: LINUX_DEF,v 1.2 2007/04/20 18:41:12 lstein Exp $ #
2
3#################################################################
4############### acedb: R.Durbin and J.Thierry-Mieg ##############
5############### ported to Linux by Ken Letovski    ##############
6############### wmake/LINUX_DEF    Feb-2-1993      ##############
7#################################################################
8
9#################################################################
10########## Machine dependant compiler modification ##############
11###########    for the PC-386, running LINUX   ##################
12#################################################################
13########### This file is included by wmake/truemake #############
14######  Edit this file to adapt the ACeDB to a new machine ######
15#####   following the explanations given in wmake/truemake  #####
16#################################################################
17
18NAME = LINUX
19COMPILER = gcc -g -Wall -O2 -DACEDB4
20LINKER = gcc -g
21USEROPTS=-fPIC
22
23LIBS = -lm
24Xt_LIBS = -L/usr/X11R6/lib -lXaw -lXt -lXmu -lXext -lX11
25LEX_LIBS =
26
27RPCGEN_FLAGS = -b -I -K -1
28
29#################################################################
30#################################################################
31
32
33
34
35