home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / HEATH / JMODZ100.LBR / MAKEFILE.Z10 < prev    next >
Text File  |  2000-06-30  |  2KB  |  90 lines

  1. jove.exe part1 part2 part3
  2.     link @jovelink.z10
  3.  
  4. part1 buf.obj case.obj cmode.obj curs.obj delete.obj disp.obj draw.obj extend.obj funcs.obj inc.obj insert.obj io.obj
  5.  
  6. part2 main.obj marks.obj meta.obj misc.obj move.obj proc.obj re.obj screen.obj tag.obj temp.obj h19.obj term.obj rawio.obj
  7.  
  8. part3 terms.obj ttout.obj wind.obj format.obj inter.obj stat.obj strncpy.obj gcsec.obj
  9.  
  10. install
  11.     copy jove.exe \bin
  12.  
  13. clean
  14.     del *.obj
  15.     del jove.exe
  16.  
  17. backup
  18.     copy *.h a:/v
  19.     copy *.c a:/v
  20.     copy *.asm a:/v
  21.  
  22. buf.obj buf.c stat.h
  23.     cc  buf -ib -h\c86\include\
  24. case.obj case.c
  25.     cc  case -ib -h\c86\include\
  26. cmode.obj cmode.c
  27.     cc  cmode -ib -h\c86\include\
  28. curs.obj curs.c tm.h screen.h
  29.     cc  curs -ib -h\c86\include\
  30. delete.obj delete.c
  31.     cc  delete -ib -h\c86\include\
  32. disp.obj disp.c term.h screen.h signal.h
  33.     cc  disp -ib -h\c86\include\
  34. draw.obj draw.c term.h screen.h
  35.     cc  draw -ib -h\c86\include\
  36. extend.obj extend.c
  37.     cc  extend -ib -h\c86\include\
  38. funcs.obj funcs.c funcs.h files.h
  39.     cc  funcs -ib -h\c86\include\
  40. inc.obj inc.c 
  41.     cc  inc -ib -h\c86\include\
  42. insert.obj insert.c
  43.     cc  insert -ib -h\c86\include\
  44. io.obj io.c files.h term.h stat.h
  45.     cc  io -ib -h\c86\include\
  46. main.obj main.c signal.h
  47.     cc  main -ib -h\c86\include\
  48. marks.obj marks.c
  49.     cc  marks -ib -h\c86\include\
  50. meta.obj meta.c
  51.     cc  meta -ib -h\c86\include\
  52. misc.obj misc.c signal.h
  53.     cc  misc -ib -h\c86\include\
  54. move.obj move.c
  55.     cc  move -ib -h\c86\include\
  56. proc.obj proc.c whoami.h
  57.     cc  proc -ib -h\c86\include\
  58. re.obj re.c
  59.     cc  re -ib -h\c86\include\
  60. screen.obj screen.c temp.h term.h screen.h
  61.     cc  screen -ib -h\c86\include\
  62. tag.obj tag.c
  63.     cc  tag -ib -h\c86\include\
  64. temp.obj temp.c temp.h files.h
  65.     cc  temp -ib -h\c86\include\
  66. h19.obj h19.c jove.h tm.h
  67.     cc  h19 -ib -h\c86\include\
  68. term.obj term.c term.h tune.h
  69.     cc  term -ib -h\c86\include\
  70. terms.obj terms.c tm.h termcap.h term.h screen.h
  71.     cc  terms -ib -h\c86\include\
  72. ttout.obj ttout.c term.h
  73.     cc  ttout -ib -h\c86\include\
  74. wind.obj wind.c term.h screen.h
  75.     cc  wind -ib -h\c86\include\
  76. inter.obj inter.c screen.h
  77.     cc  inter -ib -h\c86\include\
  78. format.obj format.c
  79.     cc format -ib -h\c86\include\
  80. stat.obj stat.c stat.h
  81.     cc stat -ib -h\c86\include\
  82. strncpy.obj strncpy.c
  83.     cc strncpy -ib -h\c86\include\
  84. gcsec.obj gcsec.asm
  85.     masm gcsec,,,.
  86. rawio.obj rawio.asm
  87.     masm rawio,,,.
  88.  
  89.  
  90.