proto.make 370 B

12345678910111213141516171819202122
  1. # $Header$
  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. clean:
  7. @echo always clean
  8. lint:
  9. @echo no C source files here
  10. cmp:
  11. cmp $(SRC_HOME)/util/shf/march.sh $(TARGET_HOME)/bin/march
  12. opr:
  13. make pr|opr
  14. pr:
  15. @pr $(SRC_HOME)/util/shf/march.sh $(SRC_HOME)/util/shf/proto.make