mkfile.what 486 B

1234567891011121314151617181920212223
  1. all:V: $TARG
  2. %: $PLAN9/include/%
  3. cp $prereq $target
  4. %: $PLAN9/unix/man/%
  5. cat ../man/ex.man $prereq >$target
  6. %: $PLAN9/unix/make/%
  7. cp $prereq $target
  8. Makefile:D: $PLAN9/unix/make/Makefile.TOP $PLAN9/unix/make/Makefile.$WHAT $PLAN9/unix/make/Makefile.LIB $PLAN9/unix/make/Makefile.BOT
  9. cat $prereq >$target
  10. [ $WHAT = mk ] && cat $PLAN9/unix/make/Makefile.CMD >>$target
  11. exit 0
  12. README: $PLAN9/unix/README
  13. cp $prereq $target
  14. NOTICE: $PLAN9/unix/NOTICE.$WHAT
  15. cp $prereq $target