~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to vms/descrip.mms

  • Committer: Arnold D. Robbins
  • Date: 2010-07-16 09:27:41 UTC
  • Revision ID: git-v1:61bb57af53ebe916d2db6e3585d4fc7ac1d99b92
Tags: gawk-2.15.3
Move to gawk-2.15.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
# work within the main directory, even when handling files in [.vms]
42
42
#       note: use 2nd variant for either VAX C V2.x or for GNU C
43
 
CFLAGS  = /Include=[]/Object=[]/Opt=noInline/Define="GAWK" $(CCFLAGS)
44
 
#CFLAGS = /Include=([],$(VMSDIR))/Object=[]/Define="GAWK" $(CCFLAGS)
 
43
CFLAGS  = /Include=[]/Object=[]/Opt=noInline/Define=("GAWK","HAVE_CONFIG_H") $(CCFLAGS)
 
44
#CFLAGS = /Include=([],$(VMSDIR))/Object=[]/Define=("GAWK","HAVE_CONFIG_H") $(CCFLAGS)
45
45
 
46
46
# uncomment this for GNU C
47
47
#CC     = gcc
85
85
 
86
86
# object files
87
87
AWKOBJS = main.obj,eval.obj,builtin.obj,msg.obj,iop.obj,io.obj,\
88
 
        field.obj,array.obj,node.obj,version.obj,missing.obj,re.obj,getopt.obj
 
88
        field.obj,array.obj,node.obj,version.obj,missing.obj,re.obj,\
 
89
        getopt.obj,getopt1.obj
89
90
 
90
91
ALLOBJS = $(AWKOBJS),awktab.obj
91
92
 
107
108
        $(VMSDIR)gawk.hlp
108
109
 
109
110
# Release of gawk
110
 
REL=2.14
111
 
PATCHLVL=0
 
111
REL=2.15
 
112
PATCHLVL=3
112
113
 
113
114
# dummy target to allow building "gawk" in addition to explicit "gawk.exe"
114
115
gawk : gawk.exe