MAKEFILE.MAC 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. #
  2. # $Source: f:/miner/source/2d/rcs/makefile $
  3. # $Revision: 1.38 $
  4. # $Author: matt $
  5. # $Date: 1995/08/14 17:52:54 $
  6. #
  7. # Makefile for bios functions
  8. #
  9. # What to install, and where to install it
  10. INSTALL_TARGS = effect2d.h gr.h grdef.h gr.inc palette.h ibitblt.h rle.h pcx.h gr.lib
  11. # What to clean
  12. CLEAN_TARGS =
  13. # What libs to make
  14. LIBS = gr
  15. # What test programs to make
  16. TEST_PROGS =
  17. PROGS =
  18. # What object files for the lib
  19. GR_OBJS = canvas.obj bitmap.obj gr.obj font.obj \
  20. bitblt.obj scanline.obj pixel.obj poly.obj disc.obj rect.obj box.obj \
  21. gpixel.obj line.obj macstubs.obj blit.obj \
  22. scalemac.obj circle.obj ibitblt.obj rle.obj pcx.obj
  23. #effects.obj roller.obj
  24. # What object files and libs for the test programs
  25. #rules and targets common to all Miner makefiles
  26. .INCLUDE : "BigRed:miner2:init:makefile.def"
  27. ### OPUS MKMF: Do not remove this line! Generated dependencies follow.
  28. bitblt.obj: fix.h gr.h grdef.h mem.h mono.h rle.h types.h
  29. bitmap.obj: dpmi.h error.h fix.h gr.h grdef.h malloc.h mem.h stdio.h \
  30. stdlib.h types.h
  31. box.obj: fix.h gr.h grdef.h mem.h types.h
  32. canvas.obj: error.h fix.h gr.h grdef.h malloc.h mem.h stdio.h stdlib.h \
  33. types.h
  34. circle.obj: fix.h gr.h grdef.h mem.h types.h
  35. disc.obj: fix.h gr.h grdef.h mem.h types.h
  36. effects.obj: effect2d.h fix.h gr.h grdef.h mem.h stdio.h stdlib.h types.h
  37. font.obj: cfile.h conio.h error.h fcntl.h fix.h gr.h grdef.h io.h mem.h \
  38. mono.h stat.h stdarg.h stdio.h stdlib.h string.h types.h
  39. gpixel.obj: fix.h gr.h grdef.h mem.h types.h
  40. gr.obj: conio.h dos.h dpmi.h error.h fix.h gr.h grdef.h i86.h malloc.h \
  41. mem.h mono.h palette.h stdio.h stdlib.h string.h types.h
  42. ibitblt.obj: conio.h dos.h error.h fix.h gr.h i86.h ibitblt.h mem.h stdio.h \
  43. stdlib.h types.h
  44. lbitblt.obj: fix.inc gr.inc psmacros.inc types.inc
  45. line.obj: clip.h fix.h gr.h grdef.h mem.h stdlib.h types.h
  46. linear.obj: psmacros.inc vgaregs.inc
  47. modex.obj: psmacros.inc tweak.inc vgaregs.inc
  48. mspeed.obj: conio.h fix.h gr.h grdef.h math.h stdio.h stdlib.h timer.h \
  49. types.h
  50. paging.obj: psmacros.inc types.inc
  51. palette.obj: cfile.h conio.h error.h fix.h gr.h grdef.h io.h key.h mem.h \
  52. mono.h stat.h stdio.h stdlib.h types.h
  53. pcx.obj: cfile.h fix.h gr.h mem.h pcx.h stdio.h stdlib.h string.h types.h
  54. pflow.obj: psmacros.inc types.inc
  55. pixel.obj: fix.h gr.h grdef.h mem.h types.h
  56. poly.obj: fix.h gr.h grdef.h mem.h types.h
  57. rect.obj: fix.h gr.h grdef.h mem.h types.h
  58. rle.obj: dpmi.h error.h fix.h gr.h grdef.h key.h malloc.h mem.h mono.h \
  59. stdio.h stdlib.h string.h types.h
  60. scale.obj: conio.h error.h fix.h gr.h limits.h math.h mono.h rle.h stdio.h \
  61. stdlib.h types.h
  62. scalea.obj: psmacros.inc types.inc
  63. scanline.obj: fix.h gr.h grdef.h mem.h types.h
  64. selector.obj: psmacros.inc types.inc
  65. vesa.obj: fix.inc gr.inc psmacros.inc types.inc vgaregs.inc
  66. vesatest.obj: conio.h fix.h gr.h malloc.h stdio.h stdlib.h types.h