Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

descrip.mms 599B

12345678910111213141516171819202122
  1. # Makefile for Mesa for VMS
  2. # contributed by Jouk Jansen joukj@hrem.stm.tudelft.nl
  3. macro :
  4. @ macro=""
  5. .ifdef NOSHARE
  6. .else
  7. @ if f$getsyi("HW_MODEL") .ge. 1024 then macro= "/MACRO=(SHARE=1)"
  8. .endif
  9. $(MMS)$(MMSQUALIFIERS)'macro' all
  10. all :
  11. if f$search("lib.dir") .eqs. "" then create/directory [.lib]
  12. set default [.src]
  13. $(MMS)$(MMSQUALIFIERS)
  14. set default [-.progs.util]
  15. $(MMS)$(MMSQUALIFIERS)
  16. set default [-.demos]
  17. $(MMS)$(MMSQUALIFIERS)
  18. set default [-.xdemos]
  19. $(MMS)$(MMSQUALIFIERS)
  20. if f$search("[-]tests.DIR") .nes. "" then pipe set default [-.tests] ; $(MMS)$(MMSQUALIFIERS)