home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / vista_1 / Examples_!Threads_Makefile < prev    next >
Encoding:
Makefile  |  1996-01-09  |  918 b   |  36 lines

  1. #!!RunImage
  2. #
  3. # Makefile generated by Easy C version 1.54/2.34 (31 Dec 1995)
  4. # on Tue Jan  9 23:39:42 1996
  5. #
  6. # This makefile builds the following files:
  7. #   c.threads
  8.  
  9. 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
  10.  
  11. LDFLAGS =  -i=!RunImage -des -noth -nodeb -ti=5 -b=&8000 -nom -l=c++lib,Vista
  12.  
  13.  
  14. # The executable image produced is !RunImage
  15.  
  16. OBJS = o.threads
  17.  
  18. image : $(OBJS)
  19.         $(LINK) $(OBJS) $(LDFLAGS) $(TASK) -desk
  20.  
  21.  
  22. library : $(OBJS)
  23.         $(AR) u !RunImage $(OBJS)
  24.  
  25. # Header file dependencies:
  26.  
  27. o.threads : Vista:h.wins Vista:h.datasave Vista:h.tools Vista:h.channel Vista:h.objects
  28. o.threads : Vista:h.menu Vista:h.icon Vista:h.window Vista:h.template Vista:h.msgtrans
  29. o.threads : Vista:h.tasm Vista:h.thread Vista:h.delete Vista:h.task Vista:h.vista
  30. o.threads : h.threads
  31.  
  32.  
  33. #
  34. # End of generated makefile, add other dependencies here
  35. #
  36.