X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=vms%2FDESCRIP_SRC_FLAGS.MMS;fp=vms%2FDESCRIP_SRC_FLAGS.MMS;h=193fe8812897da485e9df1beb46423086deee02e;hp=0000000000000000000000000000000000000000;hb=3450481772898cb948207635fa3343f7ba56a7f2;hpb=d5361eca21c683bd28d0351cdb9bb7cb0de8d75a diff --git a/vms/DESCRIP_SRC_FLAGS.MMS b/vms/DESCRIP_SRC_FLAGS.MMS new file mode 100644 index 00000000..193fe881 --- /dev/null +++ b/vms/DESCRIP_SRC_FLAGS.MMS @@ -0,0 +1,25 @@ +# 20 September 2009. SMS. +# +# Wget 1.12 for VMS - MMS (or MMK) Flags Source Description File. +# + +# This description file is included by other description files. It is +# not intended to be used alone. Verify proper inclusion. + +.IFDEF INCL_DESCRIP_SRC +.ELSE +$$$$ THIS DESCRIPTION FILE IS NOT INTENDED TO BE USED THIS WAY. +.ENDIF + +# Common CFLAGS and LINKFLAGS. + +CFLAGS = \ + $(CFLAGS_ARCH) $(CFLAGS_DBG) $(CFLAGS_INCL) $(CFLAGS_LIST) \ + $(CFLAGS_SPEC) \ + $(CCOPTS) \ + /object = $(MMS$TARGET) + +LINKFLAGS = \ + $(LINKFLAGS_DBG) $(LINKFLAGS_LIST) $(LINKOPTS) \ + /executable = $(MMS$TARGET) +