merge and replace with PSI+site_ansto

This commit is contained in:
Douglas Clowes
2012-11-26 11:33:14 +11:00
541 changed files with 131710 additions and 82841 deletions

View File

@ -14,5 +14,4 @@ libmatrix.a: $(OBJ)
ranlib libmatrix.a
clean:
rm -f *.o
rm -f *.a
rm -f *.o *.a *.d

View File

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