home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR24 / EDMI5.ZIP / IFSR0.ZIP / R0.MAK < prev    next >
Text File  |  1993-07-16  |  1KB  |  89 lines

  1. .AUTODEPEND
  2.  
  3. #               *Translator Definitions*
  4. CC = bcc +R0.CFG
  5. TASM = TASM
  6. TLIB = tlib
  7. TLINK = tlink
  8. LIBPATH = C:\BORLANDC\LIB;e:\os2
  9. CINCL = C:\BORLANDC\INCLUDE;e:\TOOLKT21\C\OS2H
  10. AINCL = e:\TOOLKT21\ASM\OS2INC
  11.  
  12.  
  13. #               *Implicit Rules*
  14. .c.obj:
  15.   $(CC) -c {$< }
  16.  
  17. #               *List Macros*
  18.  
  19.  
  20. EXE_dependencies =  \
  21.  r0stubs.obj \
  22.  r0comm.obj \
  23.  r0global.obj \
  24.  r0devhlp.obj \
  25.  c0.obj \
  26.  {$(LIBPATH)}fshelper.lib
  27.  
  28. #               *Explicit Rules*
  29. exr0r3.ifs: r0.cfg r0.def $(EXE_dependencies)
  30.   $(TLINK) /n/e/s/c/Tod/L$(LIBPATH) @&&|
  31. c0.obj+
  32. r0stubs.obj+
  33. r0comm.obj+
  34. r0global.obj+
  35. r0devhlp.obj
  36. exr0r3.ifs,r0
  37. fshelper.lib+
  38. cl.lib+
  39. doscalls.lib
  40. r0.def
  41. |
  42.  
  43.  
  44. #               *Individual File Dependencies*
  45. r0stubs.obj: r0.cfg r0stubs.c
  46.  
  47. r0comm.obj: r0.cfg r0comm.c
  48.  
  49. r0global.obj: r0.cfg r0global.c
  50.  
  51. r0devhlp.obj: r0.cfg r0devhlp.asm
  52.         $(TASM) /MX /i$(AINCL) R0DEVHLP.ASM,R0DEVHLP.OBJ
  53.  
  54. c0.obj: r0.cfg c0.asm
  55.         $(TASM) /d__LARGE__ /MX /i$(AINCL) c0.ASM,c0.OBJ
  56.  
  57. #               *Compiler Configuration File*
  58. r0.cfg: r0.mak
  59.   copy &&|
  60. #-S
  61. -N-
  62. -a-
  63. -R
  64. -ml!
  65. -3
  66. -f-
  67. -C
  68. -G
  69. -O
  70. -Og
  71. -Oe
  72. -Om
  73. -Ov
  74. -Ol
  75. -Op
  76. -O-i
  77. -Z
  78. -pr
  79. -k-
  80. -d
  81. -vi-
  82. -H=R0.CSM
  83. -weas
  84. -wpre
  85. -I$(CINCL)
  86. -L$(LIBPATH)
  87. -P.C
  88. | r0.cfg
  89.