PSI sics-cvs-psi-complete-tree-post-site-support
This commit is contained in:
1
matrix/cd_obj
Normal file
1
matrix/cd_obj
Normal file
@ -0,0 +1 @@
|
||||
cd ../obj/$SICS_VERSION/matrix
|
@ -4,6 +4,9 @@
|
||||
# Mark Koennecke, November 1996
|
||||
#--------------------------------------------------------------------------
|
||||
|
||||
VPATH=$(SRC)
|
||||
ROOT=..
|
||||
|
||||
OBJ= matadd.o matcreat.o matdet.o matdump.o matdurbn.o materr.o \
|
||||
matinv.o matmul.o matsolve.o matsub.o matsubx.o mattoepz.o \
|
||||
mattran.o
|
||||
|
@ -1,3 +1,6 @@
|
||||
#include makefile_alpha
|
||||
include makefile_linux
|
||||
# this makefile delegates to a version specific makefile
|
||||
|
||||
# where root is (from here)
|
||||
S_UP=..
|
||||
|
||||
include ../make_forward
|
||||
|
@ -5,9 +5,8 @@
|
||||
# Mark Koennecke, November 1996
|
||||
# Markus Zolliker, March 2003
|
||||
#--------------------------------------------------------------------------
|
||||
# the following line only for fortified version
|
||||
#DFORTIFY=-DFORTIFY -I$(SRC)..
|
||||
#==========================================================================
|
||||
|
||||
include ../alpha_def
|
||||
|
||||
CC = cc
|
||||
CFLAGS = -std1 -g $(DFORTIFY)
|
||||
|
2
matrix/makefile_alpha_dummy
Normal file
2
matrix/makefile_alpha_dummy
Normal file
@ -0,0 +1,2 @@
|
||||
DUMMY=_dummy
|
||||
include makefile_alpha
|
@ -5,9 +5,8 @@
|
||||
# Mark Koennecke, November 1996
|
||||
# Markus Zolliker, March 2003
|
||||
#--------------------------------------------------------------------------
|
||||
# the following line only for fortified version
|
||||
DFORTIFY=-DFORTIFY
|
||||
#==========================================================================
|
||||
|
||||
include ../$(SRC)linux_def
|
||||
|
||||
CC = gcc
|
||||
CFLAGS = -g $(DFORTIFY)
|
||||
|
2
matrix/makefile_linux_dummy
Normal file
2
matrix/makefile_linux_dummy
Normal file
@ -0,0 +1,2 @@
|
||||
DUMMY=_dummy
|
||||
include $(SRC)makefile_linux
|
Reference in New Issue
Block a user