PSI sics-cvs-psi-2006
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .o .f
|
||||
|
||||
VPATH=$(SRC)
|
||||
ROOT=..
|
||||
|
||||
OBJ=dummy.o
|
||||
|
||||
all: libdummy.a
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#--------------------------------------------------------------------------
|
||||
|
||||
CC = cc
|
||||
CFLAGS = -std1 -g $(DFORTIFY) -I$(SRC)..
|
||||
CFLAGS = -std1 -g $(DFORTIFY) -I..
|
||||
|
||||
DUMMY=_dummy
|
||||
include ../alpha_def
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user