~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to vms/descrip.mms

  • Committer: Arnold D. Robbins
  • Date: 2025-01-02 12:46:31 UTC
  • mfrom: (2057.3.19)
  • Revision ID: git-v1:c4961b812272a67c4eb10d2fe4ec3c4a68f1a6d1
Merge branch 'gawk-5.3-stable'

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
 
139
139
# dummy target to allow building "gawk" in addition to explicit "gawk.exe"
140
140
gawk : gawk.exe
141
 
      @ $(ECHO) "$< is upto date"
 
141
      @ $(ECHO) "$< is up to date"
142
142
 
143
143
gawk_debug : gawk_debug.exe
144
 
      @ $(ECHO) "$< is upto date"
 
144
      @ $(ECHO) "$< is up to date"
145
145
 
146
146
# rules to build gawk
147
147
gawk.exe : $(GAWKOBJ) $(AWKOBJS) $(VMSOBJS) gawk.opt
182
182
debug.obj       : debug.c cmd.h
183
183
dfa.obj         : $(SUPPORT)dfa.c $(SUPPORT)dfa.h
184
184
 
 
185
# MMS 4.O gets MMS$SOURCE wrong here
185
186
dynarrray_resize.obj : $(MALLOC)dynarray_resize.c $(MALLOC)dynarray.h
186
187
    $define/user malloc $(MALLOC)
187
 
    $(CC)$(CEFLAGS)/define=(HAVE_CONFIG_H)/object=$(MMS$TARGET) $(MMS$SOURCE)
 
188
    $(CC)$(CEFLAGS)/define=(HAVE_CONFIG_H)/object=$(MMS$TARGET) \
 
189
      $(MALLOC)dynarray_resize.c
188
190
 
189
191
ext.obj         : ext.c
190
192
eval.obj        : eval.c
191
193
field.obj       : field.c
192
194
floatcomp.obj   : floatcomp.c
193
 
gawkaoi.obj     : gawkapi.c
 
195
gawkapi.obj     : gawkapi.c
194
196
gawkmisc.obj    : gawkmisc.c $(VMSDIR)gawkmisc.vms
195
197
getopt.obj      : $(SUPPORT)getopt.c
196
198
getopt1.obj     : $(SUPPORT)getopt1.c
206
208
random.obj      : $(SUPPORT)random.c $(SUPPORT)random.h
207
209
re.obj          : re.c
208
210
 
 
211
# MMS 4.O gets MMS$SOURCE wrong here
209
212
regex.obj       : $(SUPPORT)regex.c $(SUPPORT)regcomp.c \
210
213
                  $(SUPPORT)regex_internal.c $(SUPPORT)regexec.c \
211
214
                  $(SUPPORT)regex.h $(SUPPORT)regex_internal.h \
212
215
                  $(MALLOC)dynarray.h
213
216
    $define/user malloc $(MALLOC)
214
 
    $(CC)$(CEFLAGS)/define=(HAVE_CONFIG_H)/object=$(MMS$TARGET) $(MMS$SOURCE)
 
217
    $(CC)$(CEFLAGS)/define=(HAVE_CONFIG_H)/object=$(MMS$TARGET) \
 
218
      $(SUPPORT)regex.c
215
219
 
216
220
str_array.obj   : str_array.c
217
221
symbol.obj      : symbol.c
283
287
 
284
288
extensions : filefuncs.exe fnmatch.exe inplace.exe ordchr.exe readdir.exe \
285
289
        revoutput.exe revtwoway.exe rwarray.exe testext.exe time.exe
 
290
        @ write sys$output "$< are up to date"
286
291
 
287
292
filefuncs.exe : filefuncs.obj stack.obj gawkfts.obj $(plug_opt)
288
293
        link/share=$(MMS$TARGET) $(MMS$SOURCE), stack.obj, gawkfts.obj, \