Files
sics/matrix/makefile_linux
zolliker 58cf612fa9 - introduced header file dependency check
SKIPPED:
	psi/hardsup/make_gen
	psi/hardsup/makefile_linux
2009-11-10 10:39:29 +00:00

18 lines
420 B
Plaintext

#---------------------------------------------------------------------------
# Makefile for the Matrix library
# machine-dependent part for Redhat Linux with AFS at PSI
#
# Mark Koennecke, November 1996
# Markus Zolliker, March 2003
#--------------------------------------------------------------------------
include ../linux_def
CC = gcc
CFLAGS = -g $(DFORTIFY) -MMD
include make_gen
-include $(OBJ:.o=.d)