Files
sics/matrix/makefile_alpha

16 lines
511 B
Plaintext

#---------------------------------------------------------------------------
# Makefile for the Matrix library
# machine-dependent part for Tru64 Unix
#
# Mark Koennecke, November 1996
# Markus Zolliker, March 2003
#--------------------------------------------------------------------------
# the following line only for fortified version
DFORTIFY=-DFORTIFY -I$(SRC)..
#==========================================================================
CC = cc
CFLAGS = -std1 -g $(DFORTIFY)
include make_gen