merge and replace with PSI+site_ansto
This commit is contained in:
@ -14,5 +14,4 @@ libmatrix.a: $(OBJ)
|
||||
ranlib libmatrix.a
|
||||
|
||||
clean:
|
||||
rm -f *.o
|
||||
rm -f *.a
|
||||
rm -f *.o *.a *.d
|
||||
|
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user