home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / epmapp.zip / EPMKWDS.MAK < prev    next >
Makefile  |  1996-04-10  |  2KB  |  63 lines

  1. @ -------------------------------------------------------------------------
  2. @ EPM Keyword Highlighting for NMAKE Makefiles:
  3. @
  4. @     See comments in EPMKWDS.C for a description of the format.
  5. @
  6. @ By: Michael Cadek
  7. @     IBM Vienna Solutions Development Center, Austria
  8. @
  9. @     Internet:   cadekm@vnet.ibm.com
  10. @     VNet:       CADEK at SDFVM1
  11. @
  12. @ Suggestions, enhancements and bug reports are all welcome!
  13. @ -------------------------------------------------------------------------
  14. @
  15. @DELIM
  16. @
  17. @ Start   Color Color  End     Escape
  18. @ string  bg    fg     string  character
  19.   #       -1     9
  20.   "       -1     2     "       \
  21.   $(      -1    12     )
  22. @
  23. @SPECIAL
  24. @
  25. :     -1     3
  26. =     -1     3
  27. ;     -1     3
  28. {     -1     3
  29. }     -1     3
  30. [     -1     3
  31. ]     -1     3
  32. <<    -1     3
  33. ^     -1     3
  34. @ -------------------- Special macros -------------------------------------
  35. $@    -1    12
  36. $*    -1    12
  37. $**   -1    12
  38. $?    -1    12
  39. $<    -1    12
  40. $$@   -1    12
  41. @
  42. @CHARSET
  43. @
  44. abcdefghijklmnopqrstuvwxyz!.ABCDEFGHIJKLMNOPQRSTUVWXYZ
  45. @
  46. @INSENSITIVE
  47. @
  48. @ -------------------- NMAKE directives -----------------------------------
  49. !CMDSWITCHES   -1    5
  50. !ELSE          -1    5
  51. !ENDIF         -1    5
  52. !ERROR         -1    5
  53. !IF               -1       5
  54. !IFDEF            -1       5
  55. !IFNDEF        -1       5
  56. !INCLUDE       -1    5
  57. !UNDEF         -1    5
  58. @ -------------------- NMAKE pseudotargets --------------------------------
  59. .IGNORE        -1    4
  60. .PRECIOUS      -1    4
  61. .SILENT        -1    4
  62. .SUFFIXES      -1    4
  63.