1#################################################################
2############### acedb: R.Durbin and J.Thierry-Mieg ##############
3############### wmake/IBM_DEF    Jan-12-1992       ##############
4#################################################################
5
6#################################################################
7########## Machine dependant compiler modification ##############
8###########  for the IBM work stations         ##################
9#################################################################
10########### This file is included by wmake/truemake #############
11######  Edit this file to adapt the ACeDB to a new machine ######
12#####   following the explanations given in wmake/truemake  #####
13########################################################################
14# $Id: IBM_4_DEF,v 1.1 2002/11/14 20:00:06 lstein Exp $
15
16NAME = IBM
17
18COMPILER = xlc -DACEDB4 -D_ALL_SOURCE
19LINKER = xlc
20
21LIBS = -lm
22
23.c.o:
24	$(CC) -c $*.c
25
26#  -D_ALL_SOURCE: flag needed by xlc compiler in /usr/include
27#################################################################
28#################################################################
29