This commit is contained in:
cvs
2002-01-24 15:15:53 +00:00
parent 2378909981
commit 8c043c8cd1

View File

@ -2,6 +2,7 @@
# Makefile for the TECS Client library and TecsServer
#
# Markus Zolliker, March 2000
# may now be used on different system without change M.Z.01.2002
#--------------------------------------------------------------------------
#------------ for DigitalUnix (add -DFORTIFY to CFLAGS for fortified version)
CC_alpha_osf1=cc
@ -16,6 +17,7 @@ CC_i386_linux= gcc
CFLAGS_i386_linux= -I/usr/local/include -I. -I../ -I../hardsup -DLINUX -g
TECS_PLOT_i386_linux=f77 -c -u -g tecs_plot.for
SYS_FILE_i386_linux=sys_linux
#------------ for Linux (what type of Linux?)
CC_what_linux=gcc
CFLAGS_what_linux = -fwritable-strings -DCYGNUS -DNONINTF -g -I../ -I. -I../hardsup