New installation mechanism

This commit is contained in:
ceriel
1991-08-27 09:05:27 +00:00
parent 3936acad08
commit 5d4aa41db7
4 changed files with 84 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
Makefile
proto.make
march.sh

22
util/shf/proto.make Normal file
View File

@@ -0,0 +1,22 @@
# $Header$
#PARAMS do not remove this line!
install:
-rm -f $(TARGET_HOME)/bin/march
cp $(SRC_HOME)/util/shf/march.sh $(TARGET_HOME)/bin/march
clean:
@echo always clean
lint:
@echo no C source files here
cmp:
cmp $(SRC_HOME)/util/shf/march.sh $(TARGET_HOME)/bin/march
opr:
make pr|opr
pr:
@pr $(SRC_HOME)/util/shf/march.sh $(SRC_HOME)/util/shf/proto.make