# $Id: POSIX_4_DEF,v 1.3 2000/04/11 14:00:38 srk Exp $

#################################################################
############### acedb: R.Durbin and J.Thierry-Mieg ##############
############### ported to Posix by Ken Letovski    ##############
############### wmake/POSIX_DEF    Feb-2-1993      ##############
#################################################################

#################################################################
########## Machine dependant compiler modification ##############
###########    for the PC-386, running POSIX   ##################
#################################################################
########### 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 = POSIX
# Compiler used to build 3rd party libraries 
LIBCC = cc

COMPILER = cc -DACEDB4 `../w3rdparty/include-config`
LINKER = cc

LIBS = `../w3rdparty/libs-config -L/usr/local/lib` -lreadline -lm -lcurses
#################################################################
#################################################################

