nmake cannot pass lowercase variable names to subdirectories.
# MFLAGS=-MT Multi-threaded, statically linked - libcmt.lib
# MFLAGS=-MD Multi-threaded, dynamically linked - msvcrt.lib
# DEBUG=1 for compiling with debugging information
+# PREFIX=Some\Directory Base directory for installation
+# IIPREFIX=Some\\Directory Same thing with doubled backslashes
# Note that nmake command line flags are automatically passed to subdirectory
# Makefiles. Therefore we don't need to pass them explicitly to subdirectory
# Makefiles, but the subdirectory Makefiles need to have the same defaults.
MFLAGS=-MD
!endif
!endif
+!if !defined(PREFIX)
+PREFIX = c:\usr
+!endif
+!if !defined(IIPREFIX)
+IIPREFIX = c:\\usr
+!endif
# Directories used by "make install":
-prefix = c:\usr
+prefix = $(PREFIX)
exec_prefix = $(prefix)
bindir = $(exec_prefix)\bin
libdir = $(exec_prefix)\lib
# MFLAGS=-MT Multi-threaded, statically linked - libcmt.lib
# MFLAGS=-MD Multi-threaded, dynamically linked - msvcrt.lib
# DEBUG=1 for compiling with debugging information
+# PREFIX=Some\Directory Base directory for installation
+# IIPREFIX=Some\\Directory Same thing with doubled backslashes
# Note that nmake command line flags are automatically passed to subdirectory
# Makefiles. Therefore we don't need to pass them explicitly to subdirectory
# Makefiles, but the subdirectory Makefiles need to have the same defaults.
MFLAGS=-MD
!endif
!endif
+!if !defined(PREFIX)
+PREFIX = c:\usr
+!endif
+!if !defined(IIPREFIX)
+IIPREFIX = c:\\usr
+!endif
# Directories used by "make install":
-prefix = c:\usr
+prefix = $(PREFIX)
exec_prefix = $(prefix)
bindir = $(exec_prefix)\bin
libdir = $(exec_prefix)\lib
# MFLAGS=-MT Multi-threaded, statically linked - libcmt.lib
# MFLAGS=-MD Multi-threaded, dynamically linked - msvcrt.lib
# DEBUG=1 for compiling with debugging information
+# PREFIX=Some\Directory Base directory for installation
+# IIPREFIX=Some\\Directory Same thing with doubled backslashes
!if !defined(DLL)
DLL=0
!endif
MFLAGS=-MD
!endif
!endif
+!if !defined(PREFIX)
+PREFIX = c:\usr
+!endif
+!if !defined(IIPREFIX)
+IIPREFIX = c:\\usr
+!endif
# Directories used by "make":
srcdir = .
# Directories used by "make install":
-prefix = c:\usr
+prefix = $(PREFIX)
exec_prefix = $(prefix)
bindir = $(exec_prefix)\bin
libdir = $(exec_prefix)\lib
datadir = $(prefix)\share
localedir = $(datadir)\locale
aliaspath =
-IIprefix = c:\\usr
+IIprefix = $(IIPREFIX)
IIexec_prefix = $(IIprefix)
IIbindir = $(IIexec_prefix)\\bin
IIlibdir = $(IIexec_prefix)\\lib
# MFLAGS=-MT Multi-threaded, statically linked - libcmt.lib
# MFLAGS=-MD Multi-threaded, dynamically linked - msvcrt.lib
# DEBUG=1 for compiling with debugging information
+# PREFIX=Some\Directory Base directory for installation
!if !defined(DEBUG)
DEBUG=0
!endif
!if !defined(MFLAGS)
MFLAGS=
!endif
+!if !defined(PREFIX)
+PREFIX = c:\usr
+!endif
# Directories used by "make install":
-prefix = c:\usr
+prefix = $(PREFIX)
includedir = $(prefix)\include
# Programs used by "make":
# MFLAGS=-MT Multi-threaded, statically linked - libcmt.lib
# MFLAGS=-MD Multi-threaded, dynamically linked - msvcrt.lib
# DEBUG=1 for compiling with debugging information
+# PREFIX=Some\Directory Base directory for installation
# Note that nmake command line flags are automatically passed to subdirectory
# Makefiles. Therefore we don't need to pass them explicitly to subdirectory
# Makefiles, but the subdirectory Makefiles need to have the same defaults.
MFLAGS=-MD
!endif
!endif
+!if !defined(PREFIX)
+PREFIX = c:\usr
+!endif
# Directories used by "make install":
-prefix = c:\usr
+prefix = $(PREFIX)
exec_prefix = $(prefix)
bindir = $(exec_prefix)\bin
libdir = $(exec_prefix)\lib
#### Start of system configuration section. ####
+# Flags that can be set on the nmake command line:
+# PREFIX=Some\Directory Base directory for installation
+!if !defined(PREFIX)
+PREFIX = c:\usr
+!endif
+
# Directories used by "make install":
-prefix = c:\usr
+prefix = $(PREFIX)
mandir = $(prefix)\man
man1dir = $(mandir)\man1
man3dir = $(mandir)\man3
#### Start of system configuration section. ####
+# Flags that can be set on the nmake command line:
+# PREFIX=Some\Directory Base directory for installation
+!if !defined(PREFIX)
+PREFIX = c:\usr
+!endif
+
# Directories used by "make":
srcdir = .
# Directories used by "make install":
-prefix = c:\usr
+prefix = $(PREFIX)
datadir = $(prefix)\share
localedir = $(datadir)\locale
# MFLAGS=-MT Multi-threaded, statically linked - libcmt.lib
# MFLAGS=-MD Multi-threaded, dynamically linked - msvcrt.lib
# DEBUG=1 for compiling with debugging information
+# PREFIX=Some\Directory Base directory for installation
+# IIPREFIX=Some\\Directory Same thing with doubled backslashes
!if !defined(DLL)
DLL=0
!endif
MFLAGS=-MD
!endif
!endif
+!if !defined(PREFIX)
+PREFIX = c:\usr
+!endif
+!if !defined(IIPREFIX)
+IIPREFIX = c:\\usr
+!endif
# Directories used by "make install":
-prefix = c:\usr
+prefix = $(PREFIX)
exec_prefix = $(prefix)
bindir = $(exec_prefix)\bin
datadir = $(prefix)\share
localedir = $(datadir)\locale
-IIprefix = c:\\usr
+IIprefix = $(IIPREFIX)
IIexec_prefix = $(IIprefix)
IIbindir = $(IIexec_prefix)\\bin
IIdatadir = $(IIprefix)\\share
# MFLAGS=-MT Multi-threaded, statically linked - libcmt.lib
# MFLAGS=-MD Multi-threaded, dynamically linked - msvcrt.lib
# DEBUG=1 for compiling with debugging information
+# PREFIX=Some\Directory Base directory for installation
+# IIPREFIX=Some\\Directory Same thing with doubled backslashes
# Note that nmake command line flags are automatically passed to subdirectory
# Makefiles. Therefore we don't need to pass them explicitly to subdirectory
# Makefiles, but the subdirectory Makefiles need to have the same defaults.
MFLAGS=-MD
!endif
!endif
+!if !defined(PREFIX)
+PREFIX = c:\usr
+!endif
+!if !defined(IIPREFIX)
+IIPREFIX = c:\\usr
+!endif
# Directories used by "make install":
-prefix = c:\usr
+prefix = $(PREFIX)
exec_prefix = $(prefix)
bindir = $(exec_prefix)\bin
libdir = $(exec_prefix)\lib
#### Start of system configuration section. ####
+# Flags that can be set on the nmake command line:
+# PREFIX=Some\Directory Base directory for installation
+!if !defined(PREFIX)
+PREFIX = c:\usr
+!endif
+
# Directories used by "make install":
-prefix = c:\usr
+prefix = $(PREFIX)
docdir = $(prefix)\doc\gettext
LN = copy
# MFLAGS=-MT Multi-threaded, statically linked - libcmt.lib
# MFLAGS=-MD Multi-threaded, dynamically linked - msvcrt.lib
# DEBUG=1 for compiling with debugging information
+# PREFIX=Some\Directory Base directory for installation
!if !defined(DLL)
DLL=0
!endif
MFLAGS=-MD
!endif
!endif
+!if !defined(PREFIX)
+PREFIX = c:\usr
+!endif
# Directories used by "make install":
-prefix = c:\usr
+prefix = $(PREFIX)
exec_prefix = $(prefix)
bindir = $(exec_prefix)\bin
libdir = $(exec_prefix)\lib
#### Start of system configuration section. ####
+# Flags that can be set on the nmake command line:
+# PREFIX=Some\Directory Base directory for installation
+!if !defined(PREFIX)
+PREFIX = c:\usr
+!endif
+
# Directories used by "make install":
-prefix = c:\usr
+prefix = $(PREFIX)
mandir = $(prefix)\man
man1dir = $(mandir)\man1
docdir = $(prefix)\doc\gettext
#### Start of system configuration section. ####
+# Flags that can be set on the nmake command line:
+# PREFIX=Some\Directory Base directory for installation
+!if !defined(PREFIX)
+PREFIX = c:\usr
+!endif
+
# Directories used by "make install":
-prefix = c:\usr
+prefix = $(PREFIX)
exec_prefix = $(prefix)
datadir = $(prefix)\share
emacsdir = $(datadir)\emacs
#### Start of system configuration section. ####
+# Flags that can be set on the nmake command line:
+# PREFIX=Some\Directory Base directory for installation
+!if !defined(PREFIX)
+PREFIX = c:\usr
+!endif
+
# Directories used by "make":
srcdir = .
# Directories used by "make install":
-prefix = c:\usr
+prefix = $(PREFIX)
datadir = $(prefix)\share
localedir = $(datadir)\locale
# MFLAGS=-MT Multi-threaded, statically linked - libcmt.lib
# MFLAGS=-MD Multi-threaded, dynamically linked - msvcrt.lib
# DEBUG=1 for compiling with debugging information
+# PREFIX=Some\Directory Base directory for installation
+# IIPREFIX=Some\\Directory Same thing with doubled backslashes
!if !defined(DLL)
DLL=0
!endif
MFLAGS=-MD
!endif
!endif
+!if !defined(PREFIX)
+PREFIX = c:\usr
+!endif
+!if !defined(IIPREFIX)
+IIPREFIX = c:\\usr
+!endif
# Directories used by "make install":
-prefix = c:\usr
+prefix = $(PREFIX)
exec_prefix = $(prefix)
bindir = $(exec_prefix)\bin
libdir = $(exec_prefix)\lib
jardir = $(datadir)\gettext
pkgdatadir = $(datadir)\gettext
projectsdir = $(pkgdatadir)\projects
-IIprefix = c:\\usr
+IIprefix = $(IIPREFIX)
IIexec_prefix = $(IIprefix)
IIbindir = $(IIexec_prefix)\\bin
IIlibdir = $(IIexec_prefix)\\lib