Files
sicspsi/tecs/makefile_macosx
zolliker c7280ec25d - bug fix in coc_server.c
- bug fixes in tecs
- new system to determine host:port in six and tecs_client
2005-09-21 11:06:23 +00:00

40 lines
996 B
Plaintext

#---------------------------------------------------------------------------
# Makefile options for the TECS Client library and TecsServer
# machine-dependent part for Redhat Linux with AFS at PSI
#
# Markus Zolliker, March 2003
#--------------------------------------------------------------------------
include macosx_def
CC = gcc
FC = g77
CFLAGS = -DLINUX -I.. -I../.. -g $(DFORTIFY)
FFLAGS = -Wimplicit -g
ARFLAGS = cr
# -- system dependent routines
# -- PGPLOT library additions
PGLIB = -L/usr/X11R6/lib -lX11 -L/sw/lib -lpng \
-Wl,-framework -Wl,Foundation -Wl,-framework -Wl,AppKit -lcc_dynamic
# -- library for ASYNSRV
HARDSUPLIB=../hardsup/libhlib.a
# -- readline library
RDLIB =-lreadline
# -- 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