home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 345_01 / tlpmake < prev    next >
Text File  |  1989-07-10  |  2KB  |  89 lines

  1. /* -- remove this header before using file! --
  2. HEADER:        The Last Cross-Referencer;
  3. TITLE:        TLC/TLP - The Last Cross-Referencer;
  4. VERSION:    1.01;
  5.  
  6. DESCRIPTION: "TLC/TLP.
  7.             Macintosh MPW C 3.0 Make file to compile/link TLP";
  8.  
  9. KEYWORDS:    Utility, Cross-reference, C, Pascal, Apple, Macintosh, APW, Aztec;
  10. SYSTEM:        Macintosh MPW, v3.0;
  11. FILENAME:    TLP.MAKE;
  12. WARNINGS:    "Has not yet been ported to MS-DOS.
  13.             Shareware, $20 Check/Money Order suggested.";
  14.  
  15. SEE-ALSO:    README.TLC,TLCHELP.DOC,TLPHELP.DOC;
  16. AUTHORS:    Eduard Schwan;
  17. COMPILERS:    AZTEC C65 v3.2b, APPLEIIGS APW C v1.0, APPLE MACINTOSH MPW C v3.0;
  18. */
  19. #   File:       tlp.make - The Last Pascal Cross-referencer
  20. #   Target:     tlp
  21. #   Sources:    tlp.c
  22. #               tlccmd.c
  23. #                tlc.ext
  24. #               tlpgtok.c
  25. #                tlc.h
  26. #               tlcparm.c
  27. #               tlpprocf.c
  28. #               tlcresw.c
  29. #               tlcsetp.c
  30. #               tlcstat.c
  31. #               tlcutil.c
  32. #               tlcxref.c
  33. #   Created:    Saturday, May 7, 1988 5:53:10 PM
  34. #    Author:        Eduard Schwan [esp]
  35.  
  36. tlcincs        = tlc.h tlc.ext
  37. directives    = -mbg 15
  38.  
  39. tlp.c.o ƒ tlp.make tlp.c {tlcincs}
  40.     C {directives} tlp.c
  41. tlccmd.c.o ƒ tlp.make tlccmd.c {tlcincs}
  42.     C {directives} tlccmd.c
  43. tlpgtok.c.o ƒ tlp.make tlpgtok.c {tlcincs}
  44.     C {directives} tlpgtok.c
  45. tlcparm.c.o ƒ tlp.make tlcparm.c {tlcincs}
  46.     C {directives} tlcparm.c
  47. tlpprocf.c.o ƒ tlp.make tlpprocf.c {tlcincs}
  48.     C {directives} tlpprocf.c
  49. tlcresw.c.o ƒ tlp.make tlcresw.c {tlcincs}
  50.     C {directives} tlcresw.c
  51. tlcsetp.c.o ƒ tlp.make tlcsetp.c {tlcincs}
  52.     C {directives} tlcsetp.c
  53. tlcstat.c.o ƒ tlp.make tlcstat.c {tlcincs}
  54.     C {directives} tlcstat.c
  55. tlcutil.c.o ƒ tlp.make tlcutil.c {tlcincs}
  56.     C {directives} tlcutil.c
  57. tlcxref.c.o ƒ tlp.make tlcxref.c {tlcincs}
  58.     C {directives} tlcxref.c
  59. tlp ƒƒ tlp.make δ
  60.         tlp.c.o δ
  61.         tlccmd.c.o δ
  62.         tlpgtok.c.o δ
  63.         tlcparm.c.o δ
  64.         tlpprocf.c.o δ
  65.         tlcresw.c.o δ
  66.         tlcsetp.c.o δ
  67.         tlcstat.c.o δ
  68.         tlcutil.c.o δ
  69.         tlcxref.c.o
  70.     Link -w -t MPST -c 'MPS ' δ
  71.         tlp.c.o δ
  72.         tlccmd.c.o δ
  73.         tlpgtok.c.o δ
  74.         tlcparm.c.o δ
  75.         tlpprocf.c.o δ
  76.         tlcresw.c.o δ
  77.         tlcsetp.c.o δ
  78.         tlcstat.c.o δ
  79.         tlcutil.c.o δ
  80.         tlcxref.c.o δ
  81.         "{Libraries}"Interface.o δ
  82.         "{CLibraries}"CRuntime.o δ
  83.         "{CLibraries}"StdCLib.o δ
  84.         "{CLibraries}"CSANELib.o δ
  85.         "{CLibraries}"Math.o δ
  86.         "{CLibraries}"CInterface.o δ
  87.         "{Libraries}"ToolLibs.o δ
  88.         -o "{mpw}Tools:tlp"
  89.