]> sjero.net Git - wget/blobdiff - lib/DESCRIP_SRC.MMS
imported patch vms-overlay
[wget] / lib / DESCRIP_SRC.MMS
diff --git a/lib/DESCRIP_SRC.MMS b/lib/DESCRIP_SRC.MMS
new file mode 100644 (file)
index 0000000..35c4647
--- /dev/null
@@ -0,0 +1,35 @@
+#                                               15 September 2009.  SMS.
+#
+#    Wget 1.12 for VMS - MMS (or MMK) Source Description File.
+#
+
+# Default target identifier.
+
+TARGET_LIB = 1
+
+# Common source description file.
+
+.INCLUDE [-.VMS]DESCRIP_SRC_CMN.MMS
+
+# C compiler defines.
+
+CDEFS_SPEC =
+
+CDEFS = $(CDEFS_CMN) $(CDEFS_SPEC)
+
+# Other C compiler options.
+
+CFLAGS_INCL = /include = \
+ ([], [.$(DEST)], [-.$(DIR_SRC).$(DEST)], [-.$(DIR_VMS)])
+
+CFLAGS_SPEC = /prefix_library_entries = \
+ (all_entries, except = (getopt, optarg, opterr, optind, optopt))
+
+# Define CFLAGS and LINKFLAGS.
+
+.INCLUDE [-.VMS]DESCRIP_SRC_FLAGS.MMS
+
+# Object library modules.
+
+.INCLUDE DESCRIP_MODS.MMS
+