home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / timer / msec_12 / testtime.mak < prev    next >
Encoding:
Text File  |  1991-12-11  |  910 b   |  69 lines

  1. # A Makefile for Borland's BCC v2.0
  2. # (as produced by Borland's PRJ2MAK.EXE utility)
  3.  
  4. .AUTODEPEND
  5.  
  6. #        *Translator Definitions*
  7. CC = bcc +TESTTIME.CFG
  8. TASM = TASM
  9. TLINK = tlink
  10.  
  11.  
  12. #        *Implicit Rules*
  13. .c.obj:
  14.   $(CC) -c {$< }
  15.  
  16. .cpp.obj:
  17.   $(CC) -c {$< }
  18.  
  19. #        *List Macros*
  20.  
  21.  
  22. EXE_dependencies =  \
  23.   testtime.obj \
  24.   timer.obj \
  25.   timer1.obj
  26.  
  27. #        *Explicit Rules*
  28. testtime.exe: testtime.cfg $(EXE_dependencies)
  29.   $(TLINK) /x/c/d/P-/LC:\BORLAND\LIB @&&|
  30. c0s.obj+
  31. testtime.obj+
  32. timer.obj+
  33. timer1.obj
  34. testtime
  35.         # no map file
  36. emu.lib+
  37. maths.lib+
  38. cs.lib
  39. |
  40.  
  41.  
  42. #        *Individual File Dependencies*
  43. testtime.obj: testtime.c 
  44.  
  45. timer.obj: timer.c 
  46.  
  47. #        *Compiler Configuration File*
  48. testtime.cfg: testtime.mak
  49.   copy &&|
  50. -ff-
  51. -K
  52. -k-
  53. -d
  54. -wamb
  55. -wamp
  56. -wasm
  57. -wpro
  58. -wcln
  59. -wdef
  60. -wsig
  61. -wnod
  62. -wstv
  63. -wucp
  64. -wuse
  65. -IC:\BORLAND\INCLUDE
  66. -LC:\BORLAND\LIB
  67. -P-.C
  68. | testtime.cfg
  69.