home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / scnote / gzonelst.011 / PGetZoneList.make < prev    next >
Text File  |  1989-10-01  |  1KB  |  58 lines

  1. #
  2. #    Apple Macintosh Developer Technical Support
  3. #
  4. #    AppleTalk GetZoneList Sample Application
  5. #
  6. #    PGetZoneList
  7. #
  8. #    PGetZoneList.make    -    Make Source
  9. #
  10. #    Copyright ⌐ 1988 Apple Computer, Inc.
  11. #    All rights reserved.
  12. #
  13. #    Versions:    1.0                    11/88
  14. #                1.1                    10/89
  15. #
  16. #    Components:    GetZoneList.p        October 1, 1989
  17. #                GetZoneList.c        October 1, 1989
  18. #                GetZoneList.r        October 1, 1989
  19. #                PGetZoneList.make    October 1, 1989
  20. #                CGetZoneList.make    October 1, 1989
  21. #
  22. #    Requirements:
  23. #                UFailure.p            November 1, 1988
  24. #                UFailure.inc1.p        November 1, 1988
  25. #                UFailure.a            November 1, 1988
  26. #
  27. #    GetZoneList is a sample application that uses
  28. #    AppleTalk ATP and ZIP to obtain a list of zones
  29. #    on an AppleTalk internet.
  30. #
  31. #    GetZoneList also demonstrates using a signal, or
  32. #    failure-catching mechanism to recover from error
  33. #    situations.
  34. #
  35. #    GetZoneList is based on MACDTS Sample.p. For more
  36. #    description and explanantion of the non-example
  37. #    specific areas of this application, please refer to
  38. #    either Sample.p or TESample.p.
  39. #
  40.  
  41. PObjs            = GetZoneList.p.o ╢
  42.                     UFailure.p.o ╢
  43.                     UFailure.a.o ╢
  44.                     "{Libraries}"Runtime.o ╢
  45.                     "{Libraries}"Interface.o ╢
  46.                     "{PLibraries}"PasLib.o
  47.  
  48. UFailure.p.o    ──    UFailure.inc1.p PGetZoneList.make
  49.  
  50. GetZoneList.p.o    ──    GetZoneList.p PGetZoneList.make
  51.  
  52. PGetZoneList    ──    {PObjs} PGetZoneList.make
  53.                     Link -o {Targ} {PObjs}
  54.                     SetFile {Targ} -t APPL -c '????' -a B
  55.  
  56. PGetZoneList    ──    GetZoneList.r PGetZoneList.make
  57.                     Rez -rd -o {Targ} GetZoneList.r -append
  58.