]> sjero.net Git - wget/blobdiff - vms/DESCRIP_SRC_FLAGS.MMS
imported patch vms-overlay
[wget] / vms / DESCRIP_SRC_FLAGS.MMS
diff --git a/vms/DESCRIP_SRC_FLAGS.MMS b/vms/DESCRIP_SRC_FLAGS.MMS
new file mode 100644 (file)
index 0000000..193fe88
--- /dev/null
@@ -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)
+