PSI sics-cvs-psi-2006
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,2 +1,2 @@
|
||||
DUMMY=_dummy
|
||||
include $(SRC)makefile_linux
|
||||
include makefile_linux
|
||||
|
Reference in New Issue
Block a user