- Rearranged directory structure for forking out ANSTO
- Refactored site specific stuff into a site module - PSI specific stuff is now in the PSI directory. - The old version has been tagged with pre-ansto
This commit is contained in:
44
tecs/makefile_alpha
Normal file
44
tecs/makefile_alpha
Normal file
@@ -0,0 +1,44 @@
|
||||
#---------------------------------------------------------------------------
|
||||
# Makefile for the TECS Client library and TecsServer
|
||||
# machine-dependent part for Tru64 Unix
|
||||
#
|
||||
# Markus Zolliker, March 2003
|
||||
#--------------------------------------------------------------------------
|
||||
# the following lines only for fortified version
|
||||
#DFORTIFY=-DFORTIFY -I$(SRC)..
|
||||
#FORTIFYOBJ=../strdup.o ../fortify.o
|
||||
#==========================================================================
|
||||
|
||||
|
||||
SICS=src/..
|
||||
|
||||
CC = cc
|
||||
FC = f77
|
||||
CFLAGS = -std1 -g -warnprotos $(DFORITFY)
|
||||
FFLAGS = -u -g
|
||||
ARFLAGS = cr
|
||||
|
||||
# -- system dependent routines
|
||||
SYS_OPEN = _alpha
|
||||
|
||||
# -- PGPLOT library
|
||||
PGLIB =$(PGPLOT_DIR)/libpgplot.a -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 Tru64 standard make.
|
||||
#
|
||||
# list of prerequisites including paths for VPATH
|
||||
Q=$>
|
||||
|
||||
# Fortran/C source file name
|
||||
F=$*.f
|
||||
C=$*.c
|
||||
|
||||
include make_gen
|
||||
Reference in New Issue
Block a user