
- Changes to makefiles SKIPPED: psi/dornier2.c psi/el734hp.c psi/el737driv.c psi/el737hpdriv.c psi/make_gen psi/makefile_alpha psi/psi.c psi/velodorn.c psi/velodorn.h psi/velodorn.w psi/hardsup/el737_utility.c psi/hardsup/makefile_alpha psi/tecs/makefile_alpha
15 lines
378 B
Plaintext
15 lines
378 B
Plaintext
#---------------------------------------------------------------------------
|
|
# Makefile for the Matrix library
|
|
# machine-dependent part for Tru64 Unix
|
|
#
|
|
# Mark Koennecke, November 1996
|
|
# Markus Zolliker, March 2003
|
|
#--------------------------------------------------------------------------
|
|
|
|
include ../alpha_def
|
|
|
|
CC = cc
|
|
CFLAGS = -std1 -g $(DFORTIFY)
|
|
|
|
include make_gen
|