PSI sics-cvs-psi-2006

This commit is contained in:
2006-05-08 02:00:00 +00:00
committed by Douglas Clowes
parent ae77364de2
commit 6e926b813f
388 changed files with 445529 additions and 14109 deletions

View File

@ -4,9 +4,6 @@
# 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,6 +1,21 @@
# this makefile delegates to a version specific makefile
# M. Zolliker 03.2005
%: usage
@echo
%.o: usage
@echo
default: usage
usage:
@ echo ""
@ echo "Usage:"
@ echo ""
@ echo " make -f makefile_xxx [target]"
@ echo ""
@ echo ' where makefile_xxx is one of'
@ echo ""
@ ls -1 makefile_* | pr -t -o 4
# where root is (from here)
S_UP=..
include ../make_forward

View File

@ -6,9 +6,9 @@
# Markus Zolliker, March 2003
#--------------------------------------------------------------------------
include ../$(SRC)linux_def
include ../linux_def
CC = gcc
CFLAGS = -g $(DFORTIFY)
include $(SRC)make_gen
include make_gen

View File

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