PSI sics-cvs-psi-2006
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user