home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: DFÜ und Kommunikation / SOS-DFUE.ISO / programm / dos / utility / pccp076 / makefile < prev    next >
Encoding:
Makefile  |  1993-09-28  |  2.2 KB  |  108 lines

  1. emu.obj: emu.h emu.c
  2.     qcl /c emu.c
  3.  
  4. port.obj: port.h port.c
  5.     qcl /c port.c
  6.  
  7. fatport.obj: port.h port.c
  8.     qcl /AC /c /Fofatport.obj port.c
  9.  
  10. term.exe: term.c emu.h emu.obj port.h port.obj
  11.     qcl term.c emu.obj port.obj graphics.lib
  12.  
  13. termplay.exe: termplay.c emu.h emu.obj
  14.     qcl termplay.c emu.obj graphics.lib
  15.  
  16. masterm.exe: port.h masterm.c
  17.     qcl masterm.c
  18.  
  19. session.exe: session.c port.h port.obj
  20.     qcl session.c port.obj
  21.  
  22. rcvfax.exe: rcvfax.c port.h port.obj
  23.     qcl rcvfax.c port.obj
  24.  
  25. faxmanip.exe: faxmanip.c
  26.     qcl faxmanip.c graphics.lib
  27.  
  28. rfxtopcx.exe: rfxtopcx.c
  29.     qcl /AC rfxtopcx.c
  30.  
  31. oldrtop.exe: oldrtop.c
  32.     qcl oldrtop.c
  33.  
  34. asctosfx.exe: asctosfx.c
  35.     qcl asctosfx.c
  36.  
  37. sfxtorfx.exe: sfxtorfx.c
  38.     qcl sfxtorfx.c
  39.  
  40. sndfax.exe: sndfax.c port.obj
  41.     qcl sndfax.c port.obj
  42.  
  43. messin.exe: messin.c port.h port.obj
  44.     qcl messin.c port.obj
  45.  
  46. messout.exe: messout.c port.h port.obj
  47.     qcl messout.c port.obj
  48.  
  49. comscrpt.obj: comscrpt.c comscrpt.h
  50.     qcl /AC /c comscrpt.c
  51.  
  52. csparse.obj: csparse.c comscrpt.h
  53.     qcl /AC /c csparse.c
  54.  
  55. comscrpt.exe: port.h fatport.obj comscrpt.obj csparse.obj
  56.     qcl /AC comscrpt.obj fatport.obj csparse.obj
  57.  
  58. scrchk.exe: scrchk.c comscrpt.h csparse.obj
  59.     qcl /AC scrchk.c csparse.obj
  60.  
  61. ccodes.exe: ccodes.c
  62.     qcl ccodes.c graphics.lib
  63.  
  64. emued.exe: emu.h emu.obj emued.c
  65.     qcl emued.c emu.obj graphics.lib
  66.  
  67. xmodems.exe: port.h port.obj xmodems.c
  68.     qcl xmodems.c port.obj
  69.  
  70. xmodemr.exe: port.h port.obj xmodemr.c
  71.     qcl xmodemr.c port.obj
  72.  
  73. xmcrcs.exe: port.h port.obj xmcrcs.c
  74.     qcl xmcrcs.c port.obj
  75.  
  76. xmcrc1ks.exe: port.h port.obj xmcrc1ks.c
  77.     qcl xmcrc1ks.c port.obj
  78.  
  79. xmcrc16s.exe: port.h port.obj xmcrc16s.c
  80.     qcl xmcrc16s.c port.obj
  81.  
  82. xmcrcr.exe: port.h port.obj xmcrcr.c
  83.     qcl xmcrcr.c port.obj
  84.  
  85. asciis.exe: port.h port.obj asciis.c
  86.     qcl asciis.c port.obj
  87.  
  88. viewpcx.exe: viewpcx.c
  89.     qcl /AC viewpcx.c graphics.lib
  90.  
  91. bjfaxpcx.exe: bjfaxpcx.c
  92.     qcl bjfaxpcx.c
  93.  
  94. voicetx.exe: voicetx.c port.obj
  95.     qcl voicetx.c port.obj
  96.  
  97. voicerx.exe: voicerx.c port.obj
  98.     qcl voicerx.c port.obj
  99.  
  100. ramrec.exe: ramrec.c fatport.obj
  101.     qcl /AC ramrec.c fatport.obj
  102.  
  103. vcemanip.exe: vcemanip.c
  104.     qcl vcemanip.c graphics.lib
  105.  
  106. vbrowse.exe: vbrowse.c port.obj
  107.     qcl vbrowse.c port.obj
  108.