.
This commit is contained in:
@ -2,6 +2,7 @@
|
|||||||
# Makefile for the TECS Client library and TecsServer
|
# Makefile for the TECS Client library and TecsServer
|
||||||
#
|
#
|
||||||
# Markus Zolliker, March 2000
|
# 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)
|
#------------ for DigitalUnix (add -DFORTIFY to CFLAGS for fortified version)
|
||||||
CC_alpha_osf1=cc
|
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
|
CFLAGS_i386_linux= -I/usr/local/include -I. -I../ -I../hardsup -DLINUX -g
|
||||||
TECS_PLOT_i386_linux=f77 -c -u -g tecs_plot.for
|
TECS_PLOT_i386_linux=f77 -c -u -g tecs_plot.for
|
||||||
SYS_FILE_i386_linux=sys_linux
|
SYS_FILE_i386_linux=sys_linux
|
||||||
|
|
||||||
#------------ for Linux (what type of Linux?)
|
#------------ for Linux (what type of Linux?)
|
||||||
CC_what_linux=gcc
|
CC_what_linux=gcc
|
||||||
CFLAGS_what_linux = -fwritable-strings -DCYGNUS -DNONINTF -g -I../ -I. -I../hardsup
|
CFLAGS_what_linux = -fwritable-strings -DCYGNUS -DNONINTF -g -I../ -I. -I../hardsup
|
||||||
|
Reference in New Issue
Block a user