diff --git a/tecs/Makefile b/tecs/Makefile index 78f12af0..b68a1ecb 100644 --- a/tecs/Makefile +++ b/tecs/Makefile @@ -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