proto.make 401 B

1234567891011121314151617181920212223
  1. # $Id$
  2. #PARAMS do not remove this line!
  3. install:
  4. -rm -f $(TARGET_HOME)/bin/march
  5. cp $(SRC_HOME)/util/shf/march.sh $(TARGET_HOME)/bin/march
  6. chmod +w $(TARGET_HOME)/bin/march
  7. clean:
  8. @echo always clean
  9. lint:
  10. @echo no C source files here
  11. cmp:
  12. cmp $(SRC_HOME)/util/shf/march.sh $(TARGET_HOME)/bin/march
  13. opr:
  14. make pr|opr
  15. pr:
  16. @pr $(SRC_HOME)/util/shf/march.sh $(SRC_HOME)/util/shf/proto.make