blob: f2f84349130f7c33dabaa37a0ad71f7b14c74052 [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 Jansen424749c2006-09-22 11:09:07 +000022 if f$search("[-]tests.DIR") .nes. "" then pipe set default [-.tests] ; $(MMS)$(MMSQUALIFIERS)