home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / RiscOS / APP / DEVS / LIB / DOSLIB.ZIP / DosLib / MakeDemo < prev    next >
Text File  |  1997-03-12  |  557b  |  30 lines

  1. # Project   : ConioDemo
  2. # Date      : 11-Mar-1997
  3. # Version   : 1.00
  4. # Author    : LogiX
  5. # Copyright : ⌐ Topix 1997
  6.  
  7. # Files
  8.  
  9.    files = @.o.ConioDemo @.o.DOSLib C:o.Stubs
  10.    
  11. # Toolflags:
  12.  
  13.    ccflags     = -c -g -w -fa -depend !Depend -IC:
  14.    linkflags   = -aif -o $@
  15.    objasmflags = -depend !Depend -Stamp -quit -CloseExec -g
  16.  
  17.  
  18. # Final targets:
  19.  
  20.   @.ConioDemo:      $(files)
  21.                        Link $(linkflags) $(files)
  22.  
  23. # Static dependencies:
  24.  
  25.   .c.o:;            cc $(ccflags) -o $@ c.$*
  26.  
  27. # Dynamic dependencies:
  28. o.ConioDemo:    c.ConioDemo
  29. o.ConioDemo:    h.conio
  30.