]> sjero.net Git - wget/blob - src/DESCRIP_SRC.MMS
Fix build when libpsl is not available
[wget] / src / DESCRIP_SRC.MMS
1 #                                               23 September 2009.  SMS.
2 #
3 #    Wget 1.12 for VMS - MMS (or MMK) Source Description File.
4 #
5
6 # Default target identifier.
7
8 TARGET_SRC = 1
9
10 # Common source description file.
11
12 .INCLUDE [-.VMS]DESCRIP_SRC_CMN.MMS
13
14 # C compiler defines.
15
16 CDEFS_SPEC =
17
18 CDEFS = $(CDEFS_CMN) $(CDEFS_SPEC)
19
20 # Other C compiler options.
21
22 CFLAGS_INCL = /include = ([], [.$(DEST)], \
23  [-.$(DIR_LIB)], [-.$(DIR_LIB).$(DEST)], [-.$(DIR_MD5)], [-.$(DIR_VMS)])
24
25 CFLAGS_SPEC = /prefix_library_entries = \
26  (all_entries, except = (utime $(UTNP)))
27
28 # Define CFLAGS and LINKFLAGS.
29
30 .INCLUDE [-.VMS]DESCRIP_SRC_FLAGS.MMS
31
32 # Object library modules.
33
34 .INCLUDE DESCRIP_MODS.MMS
35