Pristine Ack-5.5
[Ack-5.5.git] / util / shf / proto.make
1 # $Id: proto.make,v 1.3 1994/06/24 10:41:34 ceriel Exp $
2
3 #PARAMS         do not remove this line!
4
5 install:
6         -rm -f $(TARGET_HOME)/bin/march
7         cp $(SRC_HOME)/util/shf/march.sh $(TARGET_HOME)/bin/march
8         chmod +w $(TARGET_HOME)/bin/march
9
10 clean:
11         @echo always clean
12
13 lint:
14         @echo no C source files here
15
16 cmp:
17         cmp $(SRC_HOME)/util/shf/march.sh $(TARGET_HOME)/bin/march
18
19 opr:
20         make pr|opr
21
22 pr:
23         @pr $(SRC_HOME)/util/shf/march.sh $(SRC_HOME)/util/shf/proto.make