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

@@ -6,9 +6,6 @@
.SUFFIXES:
.SUFFIXES: .c .o .f
VPATH=$(SRC)
ROOT=..
OBJ=dummy.o
all: libdummy.a

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
S_UP=..
include ../make_forward

View File

@@ -6,7 +6,7 @@
#--------------------------------------------------------------------------
CC = cc
CFLAGS = -std1 -g $(DFORTIFY) -I$(SRC)..
CFLAGS = -std1 -g $(DFORTIFY) -I..
DUMMY=_dummy
include ../alpha_def

View File

@@ -6,8 +6,8 @@
#--------------------------------------------------------------------------
CC = gcc
CFLAGS = -g $(DFORTIFY) -I../$(SRC)
CFLAGS = -g $(DFORTIFY) -I..
DUMMY=_dummy
include ../$(SRC)linux_def
include $(SRC)make_gen
include ../linux_def
include make_gen