home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume12 / cake / part06 / Lib / Nuprolog < prev    next >
Encoding:
Text File  |  1987-10-15  |  452 b   |  34 lines

  1. #ifndef    NC
  2. #define    NC        nc
  3. #endif
  4. #ifndef    NCFLAGS
  5. #define    NCFLAGS
  6. #endif
  7. #ifndef    NITFLAGS
  8. #define    NITFLAGS
  9. #endif
  10. #ifndef    LDFLAGS
  11. #define    LDFLAGS
  12. #endif
  13.  
  14. %.no:    %.ns
  15.     NC NCFLAGS -c %.ns
  16.  
  17. %.ns^:    %.nl
  18.     NC NCFLAGS -S %.nl
  19.  
  20. #define    LINK_CMD    NC LDFLAGS -o %
  21. #define    CHECK_CMD    nit NITFLAGS
  22. #define    TAGS_CMD    ptags
  23.  
  24. #define    SRCSUFF    .nl
  25. #define    OBJSUFF .no
  26.  
  27. #ifndef    SUFFIXLIST
  28. #ifdef    USE_DCGS
  29. #define    SUFFIXLIST    .nl .??
  30. #else
  31. #define    SUFFIXLIST    .nl
  32. #endif
  33. #endif
  34.