mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
26 lines
636 B
Plaintext
26 lines
636 B
Plaintext
# 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)
|
|
|