From 123d4bf980ffb569f57a8b4eee8f3e775e2bb153 Mon Sep 17 00:00:00 2001 From: zolliker Date: Thu, 21 Apr 2005 13:21:21 +0000 Subject: [PATCH] *** empty log message *** --- tecs/makefile_slinux | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 tecs/makefile_slinux diff --git a/tecs/makefile_slinux b/tecs/makefile_slinux new file mode 100644 index 0000000..38bdb4e --- /dev/null +++ b/tecs/makefile_slinux @@ -0,0 +1,40 @@ +#--------------------------------------------------------------------------- +# Makefile options for the TECS Client library and TecsServer +# machine-dependent part for Redhat Linux with AFS at PSI +# +# Markus Zolliker, March 2003 +#-------------------------------------------------------------------------- + +include ../../sllinux_def + +SICS=.. + +CC = gcc +FC = g77 +CFLAGS = -DLINUX -g $(DFORTIFY) -I../.. -I. -Wall -Wno-missing-braces +FFLAGS = -Wimplicit -g +ARFLAGS = cr + +# -- system dependent routines + +# -- PGPLOT library additions +PGLIB = -L/usr/X11R6/lib -lX11 + +# -- library for ASYNSRV +HARDSUPLIB=../hardsup/libhlib.a + +# -- readline library +RDLIB =-lreadline -ltermcap + +# -- the following macros are used as a replacement for some automatic variables +# due to different make versions. +# This is for GNU make. +# +# list of prerequisites including paths for VPATH +Q=$^ + +# Fortran/C source file name +F=$< +C=$< + +include make_gen