home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 2 / AUCD2.iso / program / vista.arc / !hyperview / Makefile < prev    next >
Makefile  |  1995-11-17  |  1KB  |  41 lines

  1. #!hyperview
  2. #
  3. # Makefile generated by Easy C version 1.53/2.33 (17 Nov 1995)
  4. # on Fri Nov 17 15:19:43 1995
  5. #
  6. # This makefile builds the following files:
  7. #   c.hyperview
  8. #   c.viewer
  9.  
  10. CFLAGS =  -note -desk -nodeb -ob -w=6 -in -noth -nolis -la=C++ -exc -st=A -op=p,f -nop -er=20 -ti=5 -nolin -norun
  11.  
  12. LDFLAGS =  -i -des -noth -nodeb -ti=5 -b=&8000 -nom -l=c++lib,iostream,Vista
  13.  
  14.  
  15. # The executable image produced is hyperview
  16.  
  17. OBJS = o.hyperview o.viewer
  18.  
  19. image : $(OBJS)
  20.         $(LINK) $(OBJS) $(LDFLAGS) $(TASK) -desk
  21.  
  22.  
  23. library : $(OBJS)
  24.         $(AR) u hyperview $(OBJS)
  25.  
  26. # Header file dependencies:
  27.  
  28. o.viewer : h.viewer h.hyperview Vista:h.wins Vista:h.datasave Vista:h.tools
  29. o.viewer : Vista:h.channel Vista:h.objects Vista:h.menu Vista:h.icon Vista:h.window
  30. o.viewer : Vista:h.template Vista:h.msgtrans Vista:h.tasm Vista:h.thread Vista:h.delete
  31. o.viewer : Vista:h.task Vista:h.vista
  32. o.hyperview : h.viewer h.hyperview Vista:h.wins Vista:h.datasave Vista:h.tools
  33. o.hyperview : Vista:h.channel Vista:h.objects Vista:h.menu Vista:h.icon Vista:h.window
  34. o.hyperview : Vista:h.template Vista:h.msgtrans Vista:h.tasm Vista:h.thread Vista:h.delete
  35. o.hyperview : Vista:h.task Vista:h.vista
  36.  
  37.  
  38. #
  39. # End of generated makefile, add other dependencies here
  40. #
  41.