home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / comms_networking / tube / Makefile next >
Makefile  |  1998-01-24  |  969b  |  49 lines

  1. # Project:   Tube
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -fussy -Ospace -ffah -depend !Depend -IC: -throwback
  6. Linkflags = -aif -c++ -o $@
  7. Squeezeflags = -o $@
  8.  
  9.  
  10. # Final targets:
  11. @.tube:   C:o.stubs @.o.tube C:o.unixlib C:o.socklib C:o.inetlib 
  12.         link $(linkflags) C:o.stubs @.o.tube C:o.unixlib C:o.socklib \
  13.         C:o.inetlib 
  14.  
  15.  
  16. # User-editable dependencies:
  17.  
  18.  
  19. # Static dependencies:
  20. @.o.tube:   @.c.tube
  21.         cc $(ccflags) -o @.o.tube @.c.tube 
  22.  
  23.  
  24. # Dynamic dependencies:
  25. o.tube:    c.tube
  26. o.tube:    C:sys.h.types
  27. o.tube:    C:sys.h.socket
  28. o.tube:    C:sys.h.ioctl
  29. o.tube:    C:sys.h.ttychars
  30. o.tube:    C:sys.h.ttydev
  31. o.tube:    C:sys.h.time
  32. o.tube:    C:sys.h.time
  33. o.tube:    C:netinet.h.in
  34. o.tube:    C:h.errno
  35. o.tube:    C:h.kernel
  36. o.tube:    C:h.netdb
  37. o.tube:    C:h.unixlib
  38. o.tube:    C:h.socklib
  39. o.tube:    C:sys.h.types
  40. o.tube:    C:sys.h.socket
  41. o.tube:    C:sys.h.stat
  42. o.tube:    C:sys.h.time
  43. o.tube:    C:sys.h.uio
  44. o.tube:    C:h.kernel
  45. o.tube:    C:h.inetlib
  46. o.tube:    C:sys.h.types
  47. o.tube:    C:netinet.h.in
  48. o.tube:    h.tube
  49.