remove make_opt_...
This commit is contained in:
@ -1,27 +0,0 @@
|
||||
#---------------------------------------------------------------------------
|
||||
# Makefile options for the TECS Client library and TecsServer
|
||||
# for Redhat linux on llc3 or llc4
|
||||
#
|
||||
# Markus Zolliker, March 2003
|
||||
#--------------------------------------------------------------------------
|
||||
|
||||
SINQ=/afs/psi.ch/project/sinq/linux
|
||||
SICS=..
|
||||
|
||||
CC = cc
|
||||
FC = f77
|
||||
CFLAGS = -std1 -g -warnprotos
|
||||
FFLAGS = -u -g
|
||||
ARFLAGS = cr
|
||||
|
||||
# -- system dependent routines
|
||||
SYS_FILE =sys_aunix
|
||||
|
||||
# -- PGPLOT library
|
||||
PGLIB =$(PGPLOT_DIR)/libpgplot.a -L/usr/X11R6/lib -lX11
|
||||
|
||||
# -- library for ASYNSRV
|
||||
HARDSUPLIB=$(SICS)/hardsup/libhlib.a
|
||||
|
||||
# -- readline library
|
||||
RDLIB =-lreadline -ltermcap
|
@ -1,27 +0,0 @@
|
||||
#---------------------------------------------------------------------------
|
||||
# Makefile options for the TECS Client library and TecsServer
|
||||
# for Redhat linux on llc3 or llc4
|
||||
#
|
||||
# Markus Zolliker, March 2003
|
||||
#--------------------------------------------------------------------------
|
||||
|
||||
SINQ=/afs/psi.ch/project/sinq/linux
|
||||
SICS=..
|
||||
|
||||
CC = gcc
|
||||
FC = g77
|
||||
CFLAGS = -DLINUX -g
|
||||
FFLAGS = -u -fvxt -g
|
||||
ARFLAGS = cr
|
||||
|
||||
# -- system dependent routines
|
||||
SYS_FILE =sys_linux
|
||||
|
||||
# -- PGPLOT library
|
||||
PGLIB =$(SINQ)/pgplot/libpgplot.a -L/usr/X11R6/lib -lX11
|
||||
|
||||
# -- library for ASYNSRV
|
||||
HARDSUPLIB=$(SICS)/hardsup/libhlib.a
|
||||
|
||||
# -- readline library
|
||||
RDLIB =-lreadline -ltermcap
|
Reference in New Issue
Block a user