- removed all stuff related to tecs

- allow short make command by means of SICS_MAKE_VERSION env.variable
This commit is contained in:
2014-10-30 11:24:05 +01:00
parent a0ea2d5745
commit f7aad141d1
7 changed files with 34 additions and 36 deletions

View File

@@ -1,22 +1,4 @@
# M. Zolliker 03.2005
# when SICS_MAKE_VERSION is defined: use this makefile version
# if not: show usage (see makefile_)
%: 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
# DO NOT DELETE
include makefile_$(SICS_MAKE_VERSION)