ref: bd547dc6e38cf5ff349379654eed90adc2bc5a17
parent: f50c2954d4706af4762f7f40c6e933bcef507528
author: Werner Lemberg <[email protected]>
date: Fri Sep 22 17:23:29 EDT 2000
Clean up, formatting etc. Fixing rules for installing cache headers on Unix. Updating builds/unix/ftconfig.in.
--- a/builds/ansi/ansi-def.mk
+++ b/builds/ansi/ansi-def.mk
@@ -29,7 +29,7 @@
# The directory where all library files are placed.
#
-# By default, this is the same as $(OBJ_DIR), however, this can be changed
+# By default, this is the same as $(OBJ_DIR); however, this can be changed
# to suit particular needs.
#
LIB_DIR := $(OBJ_DIR)
@@ -48,7 +48,7 @@
# C flag used to define a macro before the compilation of a given source
-# object. Usually is `-D' like in `-DDEBUG'.
+# object. Usually it is `-D' like in `-DDEBUG'.
#
D := -D
--- a/builds/compiler/ansi-cc.mk
+++ b/builds/compiler/ansi-cc.mk
@@ -4,6 +4,7 @@
#
# Compiler command line name
+#
CC := cc
# The object file extension (for standard and static libraries). This can be
@@ -26,7 +27,7 @@
# C flag used to define a macro before the compilation of a given source
-# object. Usually is `-D' like in `-DDEBUG'.
+# object. Usually it is `-D' like in `-DDEBUG'.
#
D := -D
--- a/builds/compiler/gcc-dev.mk
+++ b/builds/compiler/gcc-dev.mk
@@ -1,9 +1,10 @@
# Copyright 2000 David Turner
#
-# gcc-specific with NO OPTIMISATIONS + DEBUGGING
+# gcc-specific with NO OPTIMIZATIONS + DEBUGGING
#
# Compiler command line name
+#
CC := gcc
# The object file extension (for standard and static libraries). This can be
@@ -26,7 +27,7 @@
# C flag used to define a macro before the compilation of a given source
-# object. Usually is `-D' like in `-DDEBUG'.
+# object. Usually it is `-D' like in `-DDEBUG'.
#
D := -D
@@ -61,8 +62,9 @@
# Library linking
#
ifndef CLEAN_LIBRARY
-CLEAN_LIBRARY = $(DELETE) $(subst $(SEP),$(HOSTSEP),$(PROJECT_LIBRARY)) $(NO_OUTPUT)
+ CLEAN_LIBRARY = $(DELETE) $(subst $(SEP),$(HOSTSEP),$(PROJECT_LIBRARY)) \
+ $(NO_OUTPUT)
endif
-LINK_LIBRARY = $(AR) -r $@ $(OBJECTS_LIST)
+LINK_LIBRARY = $(AR) -r $@ $(OBJECTS_LIST)
# EOF
--- a/builds/compiler/gcc.mk
+++ b/builds/compiler/gcc.mk
@@ -4,6 +4,7 @@
#
# Compiler command line name
+#
CC := gcc
# The object file extension (for standard and static libraries). This can be
@@ -26,7 +27,7 @@
# C flag used to define a macro before the compilation of a given source
-# object. Usually is `-D' like in `-DDEBUG'.
+# object. Usually it is `-D' like in `-DDEBUG'.
#
D := -D
@@ -61,8 +62,9 @@
# Library linking
#
ifndef CLEAN_LIBRARY
-CLEAN_LIBRARY = $(DELETE) $(subst $(SEP),$(HOSTSEP),$(PROJECT_LIBRARY)) $(NO_OUTPUT)
+ CLEAN_LIBRARY = $(DELETE) $(subst $(SEP),$(HOSTSEP),$(PROJECT_LIBRARY)) \
+ $(NO_OUTPUT)
endif
-LINK_LIBRARY = $(AR) -r $@ $(OBJECTS_LIST)
+LINK_LIBRARY = $(AR) -r $@ $(OBJECTS_LIST)
# EOF
--- a/builds/compiler/visualage.mk
+++ b/builds/compiler/visualage.mk
@@ -6,6 +6,7 @@
#
CC := icc
+
# The object file extension (for standard and static libraries). This can be
# .o, .tco, .obj, etc., depending on the platform.
#
@@ -12,11 +13,13 @@
O := obj
SO := obj
+
# The library file extension (for standard and static libraries). This can
# be .a, .lib, etc., depending on the platform.
#
A := lib
SA := lib
+
# Path inclusion flag. Some compilers use a different flag than `-I' to
# specify an additional include path. Examples are `/i=' or `-J'.
--- a/builds/compiler/visualc.mk
+++ b/builds/compiler/visualc.mk
@@ -3,8 +3,10 @@
#
# compiler command line name
+#
CC := cl
+
# The object file extension (for standard and static libraries). This can be
# .o, .tco, .obj, etc., depending on the platform.
#
@@ -11,6 +13,7 @@
O := obj
SO := obj
+
# The library file extension (for standard and static libraries). This can
# be .a, .lib, etc., depending on the platform.
#
@@ -25,7 +28,7 @@
# C flag used to define a macro before the compilation of a given source
-# object. Usually is `-D' like in `-DDEBUG'.
+# object. Usually it is `-D' like in `-DDEBUG'.
#
D := /D
--- a/builds/compiler/win-lcc.mk
+++ b/builds/compiler/win-lcc.mk
@@ -6,6 +6,7 @@
#
CC := lcc
+
# The object file extension (for standard and static libraries). This can be
# .o, .tco, .obj, etc., depending on the platform.
#
@@ -12,6 +13,7 @@
O := obj
SO := obj
+
# The library file extension (for standard and static libraries). This can
# be .a, .lib, etc., depending on the platform.
#
@@ -26,7 +28,7 @@
# C flag used to define a macro before the compilation of a given source
-# object. Usually is `-D' like in `-DDEBUG'.
+# object. Usually it is `-D' like in `-DDEBUG'.
#
D := -D
@@ -55,7 +57,7 @@
# ANSIFLAGS: Put there the flags used to make your compiler ANSI-compliant.
#
-# LCC is pure ANSI anyway !!
+# LCC is pure ANSI anyway!
#
ANSIFLAGS :=
--- a/builds/detect.mk
+++ b/builds/detect.mk
@@ -44,7 +44,7 @@
endif
# Set auto-detection default to `ansi' resp. UNIX-like operating systems.
-# Note that we delay the evaluation of $(BUILD_CONFIG_), $(BUILD), and
+# Note that we delay evaluation of $(BUILD_CONFIG_), $(BUILD), and
# $(CONFIG_RULES).
#
PLATFORM := ansi
--- a/builds/dos/dos-def.mk
+++ b/builds/dos/dos-def.mk
@@ -1,3 +1,4 @@
+#
# Copyright 2000 David Turner <[email protected]>
#
# DOS specific definitions
@@ -30,7 +31,7 @@
# The directory where all library files are placed.
#
-# By default, this is the same as $(OBJ_DIR), however, this can be changed
+# By default, this is the same as $(OBJ_DIR); however, this can be changed
# to suit particular needs.
#
LIB_DIR := $(OBJ_DIR)
@@ -41,7 +42,7 @@
LIBRARY := $(PROJECT)
-# the NO_OUTPUT macro is used to ignore the output of commands
+# The NO_OUTPUT macro is used to ignore the output of commands.
#
NO_OUTPUT = &> nul
@@ -70,4 +71,4 @@
endif
-
+# EOF
--- a/builds/freetype.mk
+++ b/builds/freetype.mk
@@ -105,6 +105,7 @@
PUBLIC_ := $(TOP)$(SEP)include$(SEP)freetype$(SEP)
INTERNAL_ := $(PUBLIC_)internal$(SEP)
CONFIG_ := $(PUBLIC_)config$(SEP)
+CACHE_ := $(PUBLIC_)cache$(SEP)
# The final name of the library file.
@@ -145,8 +146,8 @@
# Define $(PUBLIC_H) as the list of all public header files located in
-# `$(TOP)/include/freetype'. $(BASE_H) and $(CONFIG_H) are defined
-# similarly.
+# `$(TOP)/include/freetype'. $(BASE_H), $(CACHE_H), and $(CONFIG_H) are
+# defined similarly.
#
# This is used to simplify the dependency rules -- if one of these files
# changes, the whole library is recompiled.
@@ -154,8 +155,9 @@
PUBLIC_H := $(wildcard $(PUBLIC_)*.h)
BASE_H := $(wildcard $(INTERNAL_)*.h)
CONFIG_H := $(wildcard $(CONFIG_)*.h)
+CACHE_H := $(wildcard $(CACHE_)*.h)
-FREETYPE_H := $(PUBLIC_H) $(BASE_H) $(CONFIG_H)
+FREETYPE_H := $(PUBLIC_H) $(BASE_H) $(CONFIG_H) $(CACHE_H)
# ftsystem component
@@ -257,10 +259,12 @@
# we are stuck with wildcards.
#
clean_project_dos:
- -$(DELETE) $(subst $(SEP),$(HOSTSEP),$(OBJ_))*.$O $(CLEAN) $(NO_OUTPUT)
+ -$(DELETE) $(subst $(SEP),$(HOSTSEP),$(OBJ_))*.$O \
+ $(CLEAN) $(NO_OUTPUT)
distclean_project_dos: clean_project_dos
- -$(DELETE) $(subst $(SEP),$(HOSTSEP),$(PROJECT_LIBRARY)) $(DISTCLEAN) $(NO_OUTPUT)
+ -$(DELETE) $(subst $(SEP),$(HOSTSEP),$(PROJECT_LIBRARY)) \
+ $(DISTCLEAN) $(NO_OUTPUT)
# Remove configuration file (used for distclean).
#
--- a/builds/os2/detect.mk
+++ b/builds/os2/detect.mk
@@ -59,4 +59,4 @@
endif # test OS2_SHELL
endif # test PLATFORM
-#EOF
+# EOF
--- a/builds/os2/os2-def.mk
+++ b/builds/os2/os2-def.mk
@@ -1,3 +1,4 @@
+#
# Copyright 2000 David Turner <[email protected]>
#
# OS/2 specific definitions
@@ -10,7 +11,7 @@
# except for GCC+emx on OS/2
ifndef SEP
-SEP := $(HOSTSEP)
+ SEP := $(HOSTSEP)
endif
@@ -30,7 +31,7 @@
# The directory where all library files are placed.
#
-# By default, this is the same as $(OBJ_DIR), however, this can be changed
+# By default, this is the same as $(OBJ_DIR); however, this can be changed
# to suit particular needs.
#
LIB_DIR := $(OBJ_DIR)
@@ -41,7 +42,7 @@
LIBRARY := $(PROJECT)
-# the NO_OUTPUT macro is used to ignore the output of commands
+# The NO_OUTPUT macro is used to ignore the output of commands.
#
NO_OUTPUT = 2> nul
@@ -70,4 +71,4 @@
endif
-
+# EOF
--- a/builds/os2/os2-dev.mk
+++ b/builds/os2/os2-dev.mk
@@ -43,7 +43,7 @@
# The directory where all library files are placed.
#
-# By default, this is the same as $(OBJ_DIR), however, this can be changed
+# By default, this is the same as $(OBJ_DIR); however, this can be changed
# to suit particular needs.
#
LIB_DIR := $(OBJ_DIR)
@@ -75,7 +75,7 @@
# C flag used to define a macro before the compilation of a given source
-# object. Usually is `-D' like in `-DDEBUG'.
+# object. Usually it is `-D' like in `-DDEBUG'.
#
D := -D
--- a/builds/os2/os2-gcc.mk
+++ b/builds/os2/os2-gcc.mk
@@ -41,7 +41,7 @@
# The directory where all library files are placed.
#
-# By default, this is the same as $(OBJ_DIR), however, this can be changed
+# By default, this is the same as $(OBJ_DIR); however, this can be changed
# to suit particular needs.
#
LIB_DIR := $(OBJ_DIR)
@@ -53,6 +53,7 @@
O := o
SO := o
+
# The library file extension (for standard and static libraries). This can
# be .a, .lib, etc., depending on the platform.
#
@@ -73,7 +74,7 @@
# C flag used to define a macro before the compilation of a given source
-# object. Usually is `-D' like in `-DDEBUG'.
+# object. Usually it is `-D' like in `-DDEBUG'.
#
D := -D
--- a/builds/toplevel.mk
+++ b/builds/toplevel.mk
@@ -58,21 +58,21 @@
all: setup
-ifdef USE_MODULES
- # If the module list $(MODULE_LIST) file is not present, generate it.
- #
- #modules: make_module_list setup
-endif
+ ifdef USE_MODULES
+ # If the module list $(MODULE_LIST) file is not present, generate it.
+ #
+ #modules: make_module_list setup
+ endif
include $(TOP)/builds/detect.mk
-ifdef USE_MODULES
- include $(TOP)/builds/modules.mk
+ ifdef USE_MODULES
+ include $(TOP)/builds/modules.mk
- ifeq ($(wildcard $(MODULE_LIST)),)
- setup: make_module_list
+ ifeq ($(wildcard $(MODULE_LIST)),)
+ setup: make_module_list
+ endif
endif
-endif
# This rule makes sense for Unix only to remove files created by a run
# of the configure script which hasn't been successful (so that no
@@ -80,11 +80,11 @@
# GNU make.
#
distclean:
- $(RM) builds/unix/config.cache
- $(RM) builds/unix/config.log
- $(RM) builds/unix/config.status
- $(RM) builds/unix/unix-def.mk
- $(RM) builds/unix/unix-cc.mk
+ $(RM) builds/unix/config.cache
+ $(RM) builds/unix/config.log
+ $(RM) builds/unix/config.status
+ $(RM) builds/unix/unix-def.mk
+ $(RM) builds/unix/unix-cc.mk
# IMPORTANT:
#
@@ -97,9 +97,9 @@
#
all: single
-ifdef USE_MODULES
- modules: make_module_list
-endif
+ ifdef USE_MODULES
+ modules: make_module_list
+ endif
BUILD_PROJECT := yes
include $(CONFIG_MK)
--- a/builds/unix/configure.in
+++ b/builds/unix/configure.in
@@ -79,7 +79,7 @@
AM_PROG_LIBTOOL
-dnl create the Unix-specific sub-Makefile `builds/unix/unix-def.mk'
+dnl create the Unix-specific sub-Makefiles `builds/unix/unix-def.mk'
dnl and 'builds/unix/unix-cc.mk' that will be used by the build system
dnl
AC_OUTPUT(unix-cc.mk:unix-cc.in unix-def.mk:unix-def.in)
--- a/builds/unix/detect.mk
+++ b/builds/unix/detect.mk
@@ -24,7 +24,7 @@
# If `devel' is the requested target, we use a special configuration
- # file named "unix-dev.mk". It disables optimization and libtool..
+ # file named `unix-dev.mk'. It disables optimization and libtool.
#
ifneq ($(findstring devel,$(MAKECMDGOALS)),)
CONFIG_FILE := unix-dev.mk
@@ -31,7 +31,7 @@
devel: setup
else
# If a Unix platform is detected, the configure script is called and
- # `unix.mk' is created.
+ # `unix-def.mk' together with `unix-cc.mk' is created.
#
# Arguments to `configure' should be in the CFG variable. Example:
#
--- a/builds/unix/ftconfig.in
+++ b/builds/unix/ftconfig.in
@@ -224,11 +224,15 @@
/* */
#ifdef __cplusplus
+#define LOCAL_VAR extern "C"
+
#define LOCAL_FUNC_X extern "C"
#define FT_CPLUSPLUS( x ) extern "C" x
#else
+
+#define LOCAL_VAR extern
#define LOCAL_FUNC_X static
--- a/builds/unix/install.mk
+++ b/builds/unix/install.mk
@@ -1,53 +1,51 @@
#
-# installation instructions for Unix systems
+# installation instructions for Unix systems --
# this file is FreeType-specific
#
- # Unix installation and deinstallation targets.
- install: $(PROJECT_LIBRARY)
- $(MKINSTALLDIRS) $(libdir) \
- $(includedir)/freetype/config \
- $(includedir)/freetype/internal \
- $(includedir)/freetype/cache
- $(LIBTOOL) --mode=install $(INSTALL) $(PROJECT_LIBRARY) $(libdir)
- -for P in $(PUBLIC_H) ; do \
- $(INSTALL_DATA) $$P $(includedir)/freetype ; \
- done
- -for P in $(BASE_H) ; do \
- $(INSTALL_DATA) $$P $(includedir)/freetype/internal ; \
- done
- -for P in $(CONFIG_H) ; do \
- $(INSTALL_DATA) $$P $(includedir)/freetype/config ; \
- done
- -for P in $(BASE_H) ; do \
- $(INSTALL_DATA) $$P $(includedir)/freetype/cache ; \
- done
+# Unix installation and deinstallation targets.
+install: $(PROJECT_LIBRARY)
+ $(MKINSTALLDIRS) $(libdir) \
+ $(includedir)/freetype/config \
+ $(includedir)/freetype/internal \
+ $(includedir)/freetype/cache
+ $(LIBTOOL) --mode=install $(INSTALL) $(PROJECT_LIBRARY) $(libdir)
+ -for P in $(PUBLIC_H) ; do \
+ $(INSTALL_DATA) $$P $(includedir)/freetype ; \
+ done
+ -for P in $(BASE_H) ; do \
+ $(INSTALL_DATA) $$P $(includedir)/freetype/internal ; \
+ done
+ -for P in $(CONFIG_H) ; do \
+ $(INSTALL_DATA) $$P $(includedir)/freetype/config ; \
+ done
+ -for P in $(CACHE_H) ; do \
+ $(INSTALL_DATA) $$P $(includedir)/freetype/cache ; \
+ done
- uninstall:
- -$(LIBTOOL) --mode=uninstall $(RM) $(libdir)/$(PROJECT_LIBRARY).$A
- -$(DELETE) $(includedir)/freetype/cache/*
- -$(DELDIR) $(includedir)/freetype/cache
- -$(DELETE) $(includedir)/freetype/config/*
- -$(DELDIR) $(includedir)/freetype/config
- -$(DELETE) $(includedir)/freetype/internal/*
- -$(DELDIR) $(includedir)/freetype/internal
- -$(DELETE) $(includedir)/freetype/*
- -$(DELDIR) $(includedir)/freetype
+uninstall:
+ -$(LIBTOOL) --mode=uninstall $(RM) $(libdir)/$(PROJECT_LIBRARY).$A
+ -$(DELETE) $(includedir)/freetype/cache/*
+ -$(DELDIR) $(includedir)/freetype/cache
+ -$(DELETE) $(includedir)/freetype/config/*
+ -$(DELDIR) $(includedir)/freetype/config
+ -$(DELETE) $(includedir)/freetype/internal/*
+ -$(DELDIR) $(includedir)/freetype/internal
+ -$(DELETE) $(includedir)/freetype/*
+ -$(DELDIR) $(includedir)/freetype
- # Unix cleaning and distclean rules.
- #
- clean_project_unix:
- -$(DELETE) $(BASE_OBJECTS) $(OBJ_M) $(OBJ_S)
- -$(DELETE) $(patsubst %.$O,%.$(SO),$(BASE_OBJECTS) $(OBJ_M) $(OBJ_S)) \
- $(CLEAN)
+# Unix cleaning and distclean rules.
+#
+clean_project_unix:
+ -$(DELETE) $(BASE_OBJECTS) $(OBJ_M) $(OBJ_S)
+ -$(DELETE) $(patsubst %.$O,%.$(SO),$(BASE_OBJECTS) $(OBJ_M) $(OBJ_S)) \
+ $(CLEAN)
- distclean_project_unix: clean_project_unix
- -$(DELETE) $(PROJECT_LIBRARY)
- -$(DELETE) $(OBJ_DIR)/.libs/*
- -$(DELDIR) $(OBJ_DIR)/.libs
- -$(DELETE) *.orig *~ core *.core $(DISTCLEAN)
-
-
+distclean_project_unix: clean_project_unix
+ -$(DELETE) $(PROJECT_LIBRARY)
+ -$(DELETE) $(OBJ_DIR)/.libs/*
+ -$(DELDIR) $(OBJ_DIR)/.libs
+ -$(DELETE) *.orig *~ core *.core $(DISTCLEAN)
# EOF
--- a/builds/unix/unix-cc.in
+++ b/builds/unix/unix-cc.in
@@ -1,10 +1,11 @@
# template for Unix-specific compiler definitions
#
-CC := @CC@
+CC := @CC@
-LIBTOOL := $(BUILD)/libtool
+LIBTOOL := $(BUILD)/libtool
+
# The object file extension (for standard and static libraries). This can be
# .o, .tco, .obj, etc., depending on the platform.
#
@@ -11,6 +12,7 @@
O := lo
SO := o
+
# The library file extension (for standard and static libraries). This can
# be .a, .lib, etc., depending on the platform.
#
@@ -31,7 +33,7 @@
# C flag used to define a macro before the compilation of a given source
-# object. Usually is `-D' like in `-DDEBUG'.
+# object. Usually it is `-D' like in `-DDEBUG'.
#
D := -D
@@ -76,3 +78,4 @@
LINK_LIBRARY = $(LIBTOOL) --mode=link $(CCraw) -o $@ $(OBJECTS_LIST) \
-rpath $(libdir) -version-info $(version_info)
+# EOF
--- a/builds/unix/unix-def.in
+++ b/builds/unix/unix-def.in
@@ -69,14 +69,14 @@
# The directory where all library files are placed.
#
-# By default, this is the same as $(OBJ_DIR), however, this can be changed
+# By default, this is the same as $(OBJ_DIR); however, this can be changed
# to suit particular needs.
#
LIB_DIR := $(OBJ_DIR)
-# the NO_OUTPUT macro is appended to command lines in order to ignore
-# the output of some programs..
+# The NO_OUTPUT macro is appended to command lines in order to ignore
+# the output of some programs.
#
NO_OUTPUT := 2> /dev/null
--- a/builds/unix/unix.mk
+++ b/builds/unix/unix.mk
@@ -31,3 +31,4 @@
include $(TOP)/builds/unix/install.mk
+# EOF
--- a/builds/unix/unixddef.mk
+++ b/builds/unix/unixddef.mk
@@ -1,6 +1,6 @@
#
# FreeType 2 configuration rules templates for
-# developement under Unix with no configure (gcc only)
+# development under Unix with no configure script (gcc only)
#
# Copyright 1996-2000 by
@@ -12,17 +12,19 @@
# indicate that you have read the license and understand and accept it
# fully.
+
ifndef TOP
TOP := .
endif
TOP := $(shell cd $(TOP); pwd)
-DELETE := rm -f
-SEP := /
-HOSTSEP := $(SEP)
-BUILD := $(TOP)/builds/unix/devel # we use a special devel ftoption.h
-PLATFORM := unixdev # do not set it to 'unix', or libtool will trick you
+DELETE := rm -f
+SEP := /
+HOSTSEP := $(SEP)
+BUILD := $(TOP)/builds/unix/devel # we use a special devel ftoption.h
+PLATFORM := unixdev # do not set it to `unix', or libtool will trick you
+
# The directory where all object files are placed.
#
ifndef OBJ_DIR
@@ -29,16 +31,19 @@
OBJ_DIR := $(shell cd $(TOP)/obj; pwd)
endif
+
# library file name
#
LIBRARY := lib$(PROJECT)
+
# The directory where all library files are placed.
#
-# By default, this is the same as $(OBJ_DIR), however, this can be changed
+# By default, this is the same as $(OBJ_DIR); however, this can be changed
# to suit particular needs.
#
LIB_DIR := $(OBJ_DIR)
+
#
NO_OUTPUT := 2> /dev/null
--- a/builds/win32/w32-lcc.mk
+++ b/builds/win32/w32-lcc.mk
@@ -2,7 +2,6 @@
# Configuration rules for Win32 + LCC
#
-
SEP := /
include $(TOP)/builds/win32/win32-def.mk
include $(TOP)/builds/compiler/win-lcc.mk
--- a/builds/win32/w32-vcc.mk
+++ b/builds/win32/w32-vcc.mk
@@ -1,5 +1,5 @@
#
-# Visual C++ on Win32
+# Visual C++ on Win32
#
SEP := /
--- a/builds/win32/win32-def.mk
+++ b/builds/win32/win32-def.mk
@@ -12,7 +12,7 @@
# but certain compilers accept "/" as well
#
ifndef SEP
-SEP := $(HOSTSEP)
+ SEP := $(HOSTSEP)
endif
@@ -32,11 +32,12 @@
# The directory where all library files are placed.
#
-# By default, this is the same as $(OBJ_DIR), however, this can be changed
+# By default, this is the same as $(OBJ_DIR); however, this can be changed
# to suit particular needs.
#
LIB_DIR := $(OBJ_DIR)
+
# The name of the final library file. Note that the DOS-specific Makefile
# uses a shorter (8.3) name.
#
@@ -43,9 +44,8 @@
LIBRARY := $(PROJECT)
-# the NO_OUTPUT macro is used to ignore the output of commands
+# The NO_OUTPUT macro is used to ignore the output of commands.
#
NO_OUTPUT = 2> nul
-
-
+# EOF