PSI sics-cvs-psi_pre-ansto-moved (artificially renamed)

This commit is contained in:
2003-06-13 01:00:00 +00:00
committed by Douglas Clowes
parent 3ffd0d8af4
commit 6373f6b0fb
395 changed files with 173 additions and 141741 deletions

18
dummy/make_gen Normal file
View File

@@ -0,0 +1,18 @@
#---------------------------------------------------------------------------
# Makefile for the Matrix library
#
# Mark Koennecke, November 1996
#--------------------------------------------------------------------------
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
libmatrix.a: $(OBJ)
- rm -f libmatrix.a
ar cr libmatrix.a $(OBJ)
ranlib libmatrix.a
clean:
rm -f *.o
rm -f *.a

3
dummy/makefile Normal file
View File

@@ -0,0 +1,3 @@
#include makefile_alpha
include makefile_linux