Files
sicspsi/makefile_alpha

17 lines
551 B
Plaintext

#---------------------------------------------------------------------------
# Makefile for the PSI specific part of SICS
# machine-dependent part for Tru64 Unix
#
# Mark Koennecke, June 2003
#--------------------------------------------------------------------------
# the following line only for fortified version
#DFORTIFY=-DFORTIFY
#==========================================================================
HDFROOT=/data/lnslib
CC = cc
CFLAGS = -std1 -g $(DFORTIFY) -I.. -I$(HDFROOT)/include -DHDF4 -DHDF5 \
-Ihardsup
include make_gen