1 # VMS MM[KS] makefile for XXD
2 # tested with MMK and MMS as well.
4 # Maintained by Zoltan Arpadffy <arpadffy@polarhome.com>
6 # Edit the lines in the Configuration section below to select.
8 # To build: use the following command line:
10 # mms/descrip=Make_vms.mms
12 # mmk/descrip=Make_vms.mms
15 ######################################################################
16 # Configuration section.
17 ######################################################################
19 # Comment out if you use the VAXC compiler
20 ######################################################################
23 #####################################################################
24 # Uncomment if want a debug version. Resulting executable is DVIM.EXE
25 ######################################################################
28 ######################################################################
29 # End of configuration section.
31 # Please, do not change anything below without programming experience.
32 ######################################################################
48 CFLAGS = /debug/noopt$(PREFIX)/cross_reference/include=[]
52 CFLAGS = /opt$(PREFIX)/include=[]
62 $(CC_DEF) $(CFLAGS) $<
65 $(LD_DEF) $(LDFLAGS) /exe=$(TARGET) $+
68 -@ if "''F$SEARCH("*.obj")'" .NES. "" then delete/noconfirm/nolog *.obj;*
69 -@ if "''F$SEARCH("*.exe")'" .NES. "" then delete/noconfirm/nolog *.exe;*