comparison nt/gmake.defs @ 34276:1e1283190fbc

(SETLOADPATH): Set EMACSLOADPATH to an absolute directory, relative to $(CURDIR).
author Andrew Innes <andrewi@gnu.org>
date Wed, 06 Dec 2000 15:01:54 +0000
parents 8f4d667d32c2
children 2ed117dc79cf
comparison
equal deleted inserted replaced
34275:4828a262abb5 34276:1e1283190fbc
71 SHELLTYPE=CMD 71 SHELLTYPE=CMD
72 else 72 else
73 USING_SH = 1 73 USING_SH = 1
74 THE_SHELL = $(SHELL) 74 THE_SHELL = $(SHELL)
75 SHELLTYPE=SH 75 SHELLTYPE=SH
76 SETLOADPATH=EMACSLOADPATH=../lisp 76 SETLOADPATH=EMACSLOADPATH=$(CURDIR)/../lisp
77 endif 77 endif
78 78
79 # Cygwin has changed quoting rules somewhat since b20, in a way that 79 # Cygwin has changed quoting rules somewhat since b20, in a way that
80 # affects makefiles using sh as the command processor, so we need to 80 # affects makefiles using sh as the command processor, so we need to
81 # detect which rules to use. 81 # detect which rules to use.
84 ifeq "$(sh_output)" "" 84 ifeq "$(sh_output)" ""
85 NEW_CYGWIN = 1 85 NEW_CYGWIN = 1
86 endif 86 endif
87 endif 87 endif
88 88
89 MAKEDIR = $(CURDIR)
90 ALL_DEPS = $^ 89 ALL_DEPS = $^
91 EMPTY = 90 EMPTY =
92 SPACE = $(EMPTY) $(EMPTY) 91 SPACE = $(EMPTY) $(EMPTY)
93 92
94 SUBSYSTEM_WINDOWS=-Wl,-subsystem,windows 93 SUBSYSTEM_WINDOWS=-Wl,-subsystem,windows
95 SUBSYSTEM_CONSOLE=-Wl,-subsystem,console 94 SUBSYSTEM_CONSOLE=-Wl,-subsystem,console
96 95
97 # INSTALL_DIR is the directory into which emacs will be installed. 96 # INSTALL_DIR is the directory into which emacs will be installed.
98 # 97 #
99 ifndef INSTALL_DIR 98 ifndef INSTALL_DIR
100 INSTALL_DIR = $(MAKEDIR)/.. 99 INSTALL_DIR = $(CURDIR)/..
101 endif 100 endif
102 101
103 # Determine the architecture we're running on. 102 # Determine the architecture we're running on.
104 # Define ARCH for our purposes; 103 # Define ARCH for our purposes;
105 # Define CPU for use by ntwin32.mak; 104 # Define CPU for use by ntwin32.mak;