blob: 11d94988916dccef8c04a6ffba9473945af44b86 [file] [log] [blame]
Jouk Jansenccb82842003-06-17 07:20:22 +00001# Makefile for Mesa for VMS
2# contributed by Jouk Jansen joukj@hrem.stm.tudelft.nl
3
4macro :
5 @ macro=""
6.ifdef NOSHARE
7.else
8 @ if f$getsyi("HW_MODEL") .ge. 1024 then macro= "/MACRO=(SHARE=1)"
9.endif
10 $(MMS)$(MMSQUALIFIERS)'macro' all
11
12all :
13 if f$search("lib.dir") .eqs. "" then create/directory [.lib]
14 set default [.src]
15 $(MMS)$(MMSQUALIFIERS)
Brian Paul0275d922005-01-11 15:23:08 +000016 set default [-.progs.util]
17 $(MMS)$(MMSQUALIFIERS)
18 set default [-.demos]
Jouk Jansenccb82842003-06-17 07:20:22 +000019 $(MMS)$(MMSQUALIFIERS)
20 set default [-.xdemos]
21 $(MMS)$(MMSQUALIFIERS)
Jouk Jansen1e274512004-01-13 16:04:46 +000022 if f$search("[-]test.DIR") .nes. "" then pipe set default [-.test] ; $(MMS)$(MMSQUALIFIERS)