PSI sics-cvs-psi-complete-tree-post-site-support

This commit is contained in:
2004-03-09 15:18:11 +00:00
committed by Douglas Clowes
parent 6373f6b0fb
commit ae77364de2
196 changed files with 8344 additions and 3485 deletions

1
matrix/cd_obj Normal file
View File

@ -0,0 +1 @@
cd ../obj/$SICS_VERSION/matrix

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -0,0 +1,2 @@
DUMMY=_dummy
include makefile_alpha

View File

@ -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)

View File

@ -0,0 +1,2 @@
DUMMY=_dummy
include $(SRC)makefile_linux