Mercurial > vim
annotate src/Make_cyg.mak @ 5384:6d11572e2c8b v7.4.043
updated for version 7.4.043
Problem: VMS can't handle long function names.
Solution: Shorten may_req_ambiguous_character_width. (Samuel Ferencik)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sun, 29 Sep 2013 16:27:47 +0200 |
parents | 0978e99043d2 |
children | de9a01851ebd |
rev | line source |
---|---|
7 | 1 # |
2 # Makefile for VIM on Win32, using Cygnus gcc | |
5356 | 3 # Last updated by Dan Sharp. Last Change: 2013 Sep 19 |
146 | 4 # |
5 # Also read INSTALLpc.txt! | |
7 | 6 # |
7 # This compiles Vim as a Windows application. If you want Vim to run as a | |
8 # Cygwin application use the Makefile (just like on Unix). | |
9 # | |
10 # GUI no or yes: set to yes if you want the GUI version (yes) | |
11 # PERL define to path to Perl dir to get Perl support (not defined) | |
12 # PERL_VER define to version of Perl being used (56) | |
13 # DYNAMIC_PERL no or yes: set to yes to load the Perl DLL dynamically (yes) | |
14 # PYTHON define to path to Python dir to get PYTHON support (not defined) | |
15 # PYTHON_VER define to version of Python being used (22) | |
16 # DYNAMIC_PYTHON no or yes: use yes to load the Python DLL dynamically (yes) | |
2329
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
17 # PYTHON3 define to path to Python3 dir to get PYTHON3 support (not defined) |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
18 # PYTHON3_VER define to version of Python3 being used (22) |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
19 # DYNAMIC_PYTHON3 no or yes: use yes to load the Python3 DLL dynamically (yes) |
7 | 20 # TCL define to path to TCL dir to get TCL support (not defined) |
21 # TCL_VER define to version of TCL being used (83) | |
22 # DYNAMIC_TCL no or yes: use yes to load the TCL DLL dynamically (yes) | |
23 # RUBY define to path to Ruby dir to get Ruby support (not defined) | |
3959 | 24 # RUBY_VER define to version of Ruby being used (16) |
25 # RUBY_VER_LONG same, but in format with dot. (1.6) | |
26 # You must set RUBY_VER_LONG when changing RUBY_VER. | |
27 # You must set RUBY_API_VER version to RUBY_VER_LONG. | |
28 # Don't set ruby API version to RUBY_VER like 191. | |
7 | 29 # DYNAMIC_RUBY no or yes: use yes to load the Ruby DLL dynamically (yes) |
128 | 30 # MZSCHEME define to path to MzScheme dir to get MZSCHEME support (not defined) |
31 # MZSCHEME_VER define to version of MzScheme being used (209_000) | |
32 # DYNAMIC_MZSCHEME no or yes: use yes to load the MzScheme DLLs dynamically (yes) | |
146 | 33 # MZSCHEME_DLLS path to MzScheme DLLs (libmzgc and libmzsch), for "static" build. |
2628 | 34 # MZSCHEME_USE_RACKET define to use "racket" instead of "mzsch". |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
35 # LUA define to path to Lua dir to get Lua support (not defined) |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
36 # LUA_VER define to version of Lua being used (51) |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
37 # DYNAMIC_LUA no or yes: use yes to load the Lua DLL dynamically (yes) |
7 | 38 # GETTEXT no or yes: set to yes for dynamic gettext support (yes) |
39 # ICONV no or yes: set to yes for dynamic iconv support (yes) | |
40 # MBYTE no or yes: set to yes to include multibyte support (yes) | |
41 # IME no or yes: set to yes to include IME support (yes) | |
42 # DYNAMIC_IME no or yes: set to yes to load imm32.dll dynamically (yes) | |
43 # OLE no or yes: set to yes to make OLE gvim (no) | |
44 # DEBUG no or yes: set to yes if you wish a DEBUGging build (no) | |
39 | 45 # CPUNR No longer supported, use ARCH. |
2088
4ec11bb387a5
updated for version 7.2.372
Bram Moolenaar <bram@zimbu.org>
parents:
1951
diff
changeset
|
46 # ARCH i386 through pentium4: select -march argument to compile with |
4ec11bb387a5
updated for version 7.2.372
Bram Moolenaar <bram@zimbu.org>
parents:
1951
diff
changeset
|
47 # (i386) |
7 | 48 # USEDLL no or yes: set to yes to use the Runtime library DLL (no) |
49 # For USEDLL=yes the cygwin1.dll is required to run Vim. | |
4124 | 50 # For "no" the mingw-gcc-g++ package or the mingw64-i686-gcc-g++ |
4352 | 51 # package is required to compile Vim. Or set CC to gcc-3 and add |
2309
543ea69d037f
Add clipboard support in Mac console. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2192
diff
changeset
|
52 # -L/lib/w32api to EXTRA_LIBS. |
7 | 53 # POSTSCRIPT no or yes: set to yes for PostScript printing (no) |
54 # FEATURES TINY, SMALL, NORMAL, BIG or HUGE (BIG) | |
3652 | 55 # WINVER Lowest Win32 version to support. (0x0500) |
7 | 56 # CSCOPE no or yes: to include cscope interface support (yes) |
57 # OPTIMIZE SPACE, SPEED, or MAXSPEED: set optimization level (MAXSPEED) | |
58 # NETBEANS no or yes: to include netbeans interface support (yes when GUI | |
59 # is yes) | |
856 | 60 # NBDEBUG no or yes: to include netbeans interface debugging support (no) |
7 | 61 # XPM define to path to XPM dir to get XPM image support (not defined) |
62 #>>>>> choose options: | |
63 ifndef GUI | |
64 GUI=yes | |
65 endif | |
66 | |
67 ifndef FEATURES | |
68 FEATURES = BIG | |
69 endif | |
70 | |
71 ifndef GETTEXT | |
72 GETTEXT = yes | |
73 endif | |
74 | |
75 ifndef ICONV | |
76 ICONV = yes | |
77 endif | |
78 | |
79 ifndef MBYTE | |
80 MBYTE = yes | |
81 endif | |
82 | |
83 ifndef IME | |
84 IME = yes | |
85 endif | |
86 | |
12 | 87 ifndef ARCH |
88 ARCH = i386 | |
7 | 89 endif |
90 | |
91 ifndef WINVER | |
3652 | 92 WINVER = 0x0500 |
7 | 93 endif |
94 | |
95 ifndef CSCOPE | |
96 CSCOPE = yes | |
97 endif | |
98 | |
99 ifndef NETBEANS | |
100 ifeq ($(GUI),yes) | |
101 NETBEANS = yes | |
102 endif | |
103 endif | |
104 | |
105 ifndef OPTIMIZE | |
106 OPTIMIZE = MAXSPEED | |
107 endif | |
108 | |
4137 | 109 |
110 # Link against the shared version of libstdc++ by default. Set | |
111 # STATIC_STDCPLUS to "yes" to link against static version instead. | |
112 ifndef STATIC_STDCPLUS | |
113 STATIC_STDCPLUS=no | |
114 endif | |
115 | |
7 | 116 ### See feature.h for a list of optionals. |
117 ### Any other defines can be included here. | |
118 | |
119 DEFINES = -DWIN32 -DHAVE_PATHDEF -DFEAT_$(FEATURES) \ | |
120 -DWINVER=$(WINVER) -D_WIN32_WINNT=$(WINVER) | |
5141
afbc9dd67cea
updated for version 7.3.1313
Bram Moolenaar <bram@vim.org>
parents:
4724
diff
changeset
|
121 ifeq ($(ARCH),x86-64) |
afbc9dd67cea
updated for version 7.3.1313
Bram Moolenaar <bram@vim.org>
parents:
4724
diff
changeset
|
122 DEFINES+=-DMS_WIN64 |
afbc9dd67cea
updated for version 7.3.1313
Bram Moolenaar <bram@vim.org>
parents:
4724
diff
changeset
|
123 endif |
39 | 124 INCLUDES = -march=$(ARCH) -Iproto |
7 | 125 |
126 #>>>>> name of the compiler and linker, name of lib directory | |
4124 | 127 ifeq (yes, $(USEDLL)) |
128 # CROSS_COMPILE is used for the gvimext DLL. | |
129 CROSS_COMPILE = i686-pc-mingw32- | |
7 | 130 CC = gcc |
131 RC = windres | |
4124 | 132 else |
133 # i686-pc-mingw32-gcc, i686-w64-mingw32-gcc or gcc-3 can be used. | |
134 CROSS_COMPILE = i686-pc-mingw32- | |
135 CC = $(CROSS_COMPILE)gcc | |
136 RC = $(CROSS_COMPILE)windres | |
137 endif | |
7 | 138 |
139 ############################## | |
140 # DYNAMIC_PERL=yes and no both work | |
141 ############################## | |
142 ifdef PERL | |
143 DEFINES += -DFEAT_PERL | |
144 INCLUDES += -I$(PERL)/lib/CORE | |
145 EXTRA_OBJS += $(OUTDIR)/if_perl.o | |
146 | |
147 ifndef DYNAMIC_PERL | |
148 DYNAMIC_PERL = yes | |
149 endif | |
150 | |
151 ifndef PERL_VER | |
152 PERL_VER = 56 | |
153 endif | |
154 | |
155 ifeq (yes, $(DYNAMIC_PERL)) | |
156 DEFINES += -DDYNAMIC_PERL -DDYNAMIC_PERL_DLL=\"perl$(PERL_VER).dll\" | |
157 else | |
158 EXTRA_LIBS += $(PERL)/lib/CORE/perl$(PERL_VER).lib | |
159 endif | |
160 endif | |
161 | |
162 ############################## | |
163 # DYNAMIC_PYTHON=yes works. | |
164 # DYNAMIC_PYTHON=no does not (unresolved externals on link). | |
165 ############################## | |
166 ifdef PYTHON | |
167 DEFINES += -DFEAT_PYTHON | |
168 EXTRA_OBJS += $(OUTDIR)/if_python.o | |
169 | |
170 ifndef DYNAMIC_PYTHON | |
171 DYNAMIC_PYTHON = yes | |
172 endif | |
173 | |
174 ifndef PYTHON_VER | |
175 PYTHON_VER = 22 | |
176 endif | |
177 | |
178 ifeq (yes, $(DYNAMIC_PYTHON)) | |
179 DEFINES += -DDYNAMIC_PYTHON -DDYNAMIC_PYTHON_DLL=\"python$(PYTHON_VER).dll\" | |
180 else | |
181 EXTRA_LIBS += $(PYTHON)/libs/python$(PYTHON_VER).lib | |
182 endif | |
183 endif | |
184 | |
185 ############################## | |
2329
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
186 # DYNAMIC_PYTHON3=yes works. |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
187 # DYNAMIC_PYTHON3=no does not (unresolved externals on link). |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
188 ############################## |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
189 ifdef PYTHON3 |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
190 DEFINES += -DFEAT_PYTHON3 |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
191 EXTRA_OBJS += $(OUTDIR)/if_python3.o |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
192 |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
193 ifndef DYNAMIC_PYTHON3 |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
194 DYNAMIC_PYTHON3 = yes |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
195 endif |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
196 |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
197 ifndef PYTHON3_VER |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
198 PYTHON3_VER = 31 |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
199 endif |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
200 |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
201 ifeq (yes, $(DYNAMIC_PYTHON3)) |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
202 DEFINES += -DDYNAMIC_PYTHON3 -DDYNAMIC_PYTHON3_DLL=\"python$(PYTHON3_VER).dll\" |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
203 else |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
204 EXTRA_LIBS += $(PYTHON3)/libs/python$(PYTHON3_VER).lib |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
205 endif |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
206 endif |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
207 |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
208 ############################## |
7 | 209 # DYNAMIC_RUBY=yes works. |
210 # DYNAMIC_RUBY=no does not (process exits). | |
211 ############################## | |
212 ifdef RUBY | |
213 | |
4124 | 214 ifndef DYNAMIC_RUBY |
215 DYNAMIC_RUBY=yes | |
216 endif | |
217 # Set default value | |
7 | 218 ifndef RUBY_VER |
4124 | 219 RUBY_VER = 16 |
7 | 220 endif |
221 ifndef RUBY_VER_LONG | |
4124 | 222 RUBY_VER_LONG = 1.6 |
7 | 223 endif |
4124 | 224 ifndef RUBY_API_VER |
225 RUBY_API_VER = $(subst .,,$(RUBY_VER_LONG)) | |
7 | 226 endif |
227 | |
4124 | 228 ifndef RUBY_PLATFORM |
7 | 229 ifeq ($(RUBY_VER), 16) |
230 RUBY_PLATFORM = i586-mswin32 | |
231 else | |
4124 | 232 ifneq ($(wildcard $(RUBY)/lib/ruby/$(RUBY_VER_LONG)/i386-mingw32),) |
233 RUBY_PLATFORM = i386-mingw32 | |
234 else | |
4193 | 235 ifneq ($(wildcard $(RUBY)/lib/ruby/$(RUBY_VER_LONG)/x64-mingw32),) |
236 RUBY_PLATFORM = x64-mingw32 | |
237 else | |
7 | 238 RUBY_PLATFORM = i386-mswin32 |
239 endif | |
4124 | 240 endif |
241 endif | |
4193 | 242 endif |
4124 | 243 |
7 | 244 ifndef RUBY_INSTALL_NAME |
4124 | 245 ifeq ($(RUBY_VER), 16) |
246 RUBY_INSTALL_NAME = mswin32-ruby$(RUBY_API_VER) | |
247 else | |
4193 | 248 ifeq ($(ARCH),x86-64) |
249 RUBY_INSTALL_NAME = x64-msvcrt-ruby$(RUBY_API_VER) | |
250 else | |
4124 | 251 RUBY_INSTALL_NAME = msvcrt-ruby$(RUBY_API_VER) |
7 | 252 endif |
253 endif | |
4193 | 254 endif |
7 | 255 |
3959 | 256 ifeq (19, $(word 1,$(sort 19 $(RUBY_VER)))) |
257 RUBY_19_OR_LATER = 1 | |
258 endif | |
259 | |
7 | 260 DEFINES += -DFEAT_RUBY |
4124 | 261 ifneq ($(findstring w64-mingw32,$(CC)),) |
262 # A workaround for mingw-w64 | |
263 DEFINES += -DHAVE_STRUCT_TIMESPEC -DHAVE_STRUCT_TIMEZONE | |
264 endif | |
7 | 265 INCLUDES += -I$(RUBY)/lib/ruby/$(RUBY_VER_LONG)/$(RUBY_PLATFORM) |
3959 | 266 ifdef RUBY_19_OR_LATER |
267 INCLUDES += -I$(RUBY)/include/ruby-$(RUBY_VER_LONG) -I$(RUBY)/include/ruby-$(RUBY_VER_LONG)/$(RUBY_PLATFORM) | |
268 endif | |
7 | 269 EXTRA_OBJS += $(OUTDIR)/if_ruby.o |
270 | |
271 ifeq (yes, $(DYNAMIC_RUBY)) | |
272 DEFINES += -DDYNAMIC_RUBY -DDYNAMIC_RUBY_DLL=\"$(RUBY_INSTALL_NAME).dll\" | |
273 DEFINES += -DDYNAMIC_RUBY_VER=$(RUBY_VER) | |
274 else | |
275 EXTRA_LIBS += $(RUBY)/lib/$(RUBY_INSTALL_NAME).lib | |
276 endif | |
277 endif | |
278 | |
279 ############################## | |
128 | 280 # DYNAMIC_MZSCHEME=yes works |
281 # DYNAMIC_MZSCHEME=no works too | |
282 ############################## | |
283 ifdef MZSCHEME | |
284 DEFINES += -DFEAT_MZSCHEME | |
285 INCLUDES += -I$(MZSCHEME)/include | |
286 EXTRA_OBJS += $(OUTDIR)/if_mzsch.o | |
287 | |
288 ifndef DYNAMIC_MZSCHEME | |
289 DYNAMIC_MZSCHEME = yes | |
290 endif | |
291 | |
292 ifndef MZSCHEME_VER | |
293 MZSCHEME_VER = 209_000 | |
294 endif | |
295 | |
1951 | 296 ifndef MZSCHEME_PRECISE_GC |
297 MZSCHEME_PRECISE_GC=no | |
298 endif | |
299 | |
300 # for version 4.x we need to generate byte-code for Scheme base | |
301 ifndef MZSCHEME_GENERATE_BASE | |
302 MZSCHEME_GENERATE_BASE=no | |
303 endif | |
304 | |
2628 | 305 ifndef MZSCHEME_USE_RACKET |
306 MZSCHEME_MAIN_LIB=mzsch | |
307 else | |
308 MZSCHEME_MAIN_LIB=racket | |
309 endif | |
310 | |
128 | 311 ifeq (yes, $(DYNAMIC_MZSCHEME)) |
2628 | 312 DEFINES += -DDYNAMIC_MZSCHEME -DDYNAMIC_MZSCH_DLL=\"lib$(MZSCHEME_MAIN_LIB)$(MZSCHEME_VER).dll\" -DDYNAMIC_MZGC_DLL=\"libmzgc$(MZSCHEME_VER).dll\" |
128 | 313 else |
314 ifndef MZSCHEME_DLLS | |
315 MZSCHEME_DLLS = $(MZSCHEME) | |
316 endif | |
1951 | 317 ifeq (yes,$(MZSCHEME_PRECISE_GC)) |
2628 | 318 MZSCHEME_LIB=-l$(MZSCHEME_MAIN_LIB)$(MZSCHEME_VER) |
1951 | 319 else |
2628 | 320 MZSCHEME_LIB = -l$(MZSCHEME_MAIN_LIB)$(MZSCHEME_VER) -lmzgc$(MZSCHEME_VER) |
1951 | 321 endif |
322 EXTRA_LIBS += -L$(MZSCHEME_DLLS) -L$(MZSCHEME_DLLS)/lib $(MZSCHEME_LIB) | |
323 endif | |
324 ifeq (yes,$(MZSCHEME_GENERATE_BASE)) | |
325 DEFINES += -DINCLUDE_MZSCHEME_BASE | |
326 MZ_EXTRA_DEP += mzscheme_base.c | |
327 endif | |
328 ifeq (yes,$(MZSCHEME_PRECISE_GC)) | |
329 DEFINES += -DMZ_PRECISE_GC | |
128 | 330 endif |
331 endif | |
332 | |
333 ############################## | |
7 | 334 # DYNAMIC_TCL=yes and no both work. |
335 ############################## | |
336 ifdef TCL | |
337 DEFINES += -DFEAT_TCL | |
338 INCLUDES += -I$(TCL)/include | |
339 EXTRA_OBJS += $(OUTDIR)/if_tcl.o | |
340 | |
341 ifndef DYNAMIC_TCL | |
342 DYNAMIC_TCL = yes | |
343 endif | |
344 | |
345 ifndef TCL_VER | |
346 TCL_VER = 83 | |
347 endif | |
348 | |
349 ifeq (yes, $(DYNAMIC_TCL)) | |
350 DEFINES += -DDYNAMIC_TCL -DDYNAMIC_TCL_DLL=\"tcl$(TCL_VER).dll\" | |
351 EXTRA_LIBS += $(TCL)/lib/tclstub$(TCL_VER).lib | |
352 else | |
353 EXTRA_LIBS += $(TCL)/lib/tcl$(TCL_VER).lib | |
354 endif | |
355 endif | |
356 | |
357 ############################## | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
358 # DYNAMIC_LUA=yes works. |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
359 # DYNAMIC_LUA=no does not (unresolved externals on link). |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
360 ############################## |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
361 ifdef LUA |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
362 DEFINES += -DFEAT_LUA |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
363 INCLUDES += -I$(LUA)/include |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
364 EXTRA_OBJS += $(OUTDIR)/if_lua.o |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
365 |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
366 ifndef DYNAMIC_LUA |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
367 DYNAMIC_LUA = yes |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
368 endif |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
369 |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
370 ifndef LUA_VER |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
371 LUA_VER = 51 |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
372 endif |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
373 |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
374 ifeq (yes, $(DYNAMIC_LUA)) |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
375 DEFINES += -DDYNAMIC_LUA -DDYNAMIC_LUA_DLL=\"lua$(LUA_VER).dll\" |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
376 else |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
377 EXTRA_LIBS += $(LUA)/lib/lua$(LUA_VER).lib |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
378 endif |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
379 endif |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
380 |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
381 ############################## |
7 | 382 ifeq (yes, $(GETTEXT)) |
383 DEFINES += -DDYNAMIC_GETTEXT | |
384 endif | |
385 | |
386 ############################## | |
387 ifeq (yes, $(ICONV)) | |
388 DEFINES += -DDYNAMIC_ICONV | |
389 endif | |
390 | |
391 ############################## | |
392 ifeq (yes, $(MBYTE)) | |
393 DEFINES += -DFEAT_MBYTE | |
394 endif | |
395 | |
396 ############################## | |
397 ifeq (yes, $(IME)) | |
398 DEFINES += -DFEAT_MBYTE_IME | |
399 | |
400 ifndef DYNAMIC_IME | |
401 DYNAMIC_IME = yes | |
402 endif | |
403 | |
404 ifeq (yes, $(DYNAMIC_IME)) | |
405 DEFINES += -DDYNAMIC_IME | |
406 else | |
407 EXTRA_LIBS += -limm32 | |
408 endif | |
409 endif | |
410 | |
411 ############################## | |
412 ifeq (yes, $(DEBUG)) | |
413 DEFINES += -DDEBUG | |
414 INCLUDES += -g -fstack-check | |
415 DEBUG_SUFFIX = d | |
416 else | |
417 | |
418 ifeq ($(OPTIMIZE), SIZE) | |
419 OPTFLAG = -Os | |
420 else | |
421 ifeq ($(OPTIMIZE), MAXSPEED) | |
39 | 422 OPTFLAG = -O3 -fomit-frame-pointer -freg-struct-return |
7 | 423 else |
424 OPTFLAG = -O2 | |
425 endif | |
426 endif | |
427 | |
428 # A bug in the GCC <= 3.2 optimizer can cause a crash. The | |
429 # following option removes the problem optimization. | |
430 OPTFLAG += -fno-strength-reduce | |
431 | |
432 INCLUDES += -s | |
433 | |
434 endif | |
435 | |
436 ############################## | |
437 # USEDLL=yes will build a Cygwin32 executable that relies on cygwin1.dll. | |
438 # USEDLL=no will build a Mingw32 executable with no extra dll dependencies. | |
439 ############################## | |
440 ifeq (yes, $(USEDLL)) | |
441 DEFINES += -D_MAX_PATH=256 -D__CYGWIN__ | |
442 endif | |
443 | |
444 ############################## | |
445 ifeq (yes, $(POSTSCRIPT)) | |
446 DEFINES += -DMSWINPS | |
447 endif | |
448 | |
449 ############################## | |
450 ifeq (yes, $(CSCOPE)) | |
451 DEFINES += -DFEAT_CSCOPE | |
452 EXTRA_OBJS += $(OUTDIR)/if_cscope.o | |
453 endif | |
454 | |
455 ############################## | |
12 | 456 ifeq ($(GUI),yes) |
457 | |
458 ############################## | |
7 | 459 ifeq (yes, $(NETBEANS)) |
12 | 460 # Only allow NETBEANS for a GUI build. |
7 | 461 DEFINES += -DFEAT_NETBEANS_INTG |
185 | 462 EXTRA_OBJS += $(OUTDIR)/netbeans.o |
7 | 463 EXTRA_LIBS += -lwsock32 |
464 | |
12 | 465 ifeq (yes, $(NBDEBUG)) |
7 | 466 DEFINES += -DNBDEBUG |
467 NBDEBUG_DEP = nbdebug.h nbdebug.c | |
468 endif | |
469 | |
470 endif | |
471 | |
472 ############################## | |
473 ifdef XPM | |
12 | 474 # Only allow XPM for a GUI build. |
7 | 475 DEFINES += -DFEAT_XPM_W32 |
476 INCLUDES += -I$(XPM)/include | |
477 EXTRA_OBJS += $(OUTDIR)/xpm_w32.o | |
478 EXTRA_LIBS += -L$(XPM)/lib -lXpm | |
479 endif | |
480 | |
481 ############################## | |
482 EXE = gvim$(DEBUG_SUFFIX).exe | |
483 OUTDIR = gobj$(DEBUG_SUFFIX) | |
484 DEFINES += -DFEAT_GUI_W32 -DFEAT_CLIPBOARD | |
185 | 485 EXTRA_OBJS += $(OUTDIR)/gui.o $(OUTDIR)/gui_w32.o $(OUTDIR)/gui_beval.o $(OUTDIR)/os_w32exe.o |
435 | 486 EXTRA_LIBS += -mwindows -lcomctl32 -lversion |
7 | 487 else |
488 EXE = vim$(DEBUG_SUFFIX).exe | |
489 OUTDIR = obj$(DEBUG_SUFFIX) | |
490 LIBS += -luser32 -lgdi32 -lcomdlg32 | |
491 endif | |
492 | |
493 ############################## | |
12 | 494 ifeq (yes, $(OLE)) |
495 DEFINES += -DFEAT_OLE | |
496 EXTRA_OBJS += $(OUTDIR)/if_ole.o | |
4137 | 497 EXTRA_LIBS += -loleaut32 |
498 ifeq (yes, $(STATIC_STDCPLUS)) | |
4141 | 499 EXTRA_LIBS += -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic |
4137 | 500 else |
501 EXTRA_LIBS += -lstdc++ | |
502 endif | |
12 | 503 endif |
504 | |
505 ############################## | |
7 | 506 ifneq (sh.exe, $(SHELL)) |
507 DEL = rm | |
106 | 508 MKDIR = mkdir -p |
7 | 509 DIRSLASH = / |
510 else | |
511 DEL = del | |
106 | 512 MKDIR = mkdir |
7 | 513 DIRSLASH = \\ |
514 endif | |
515 | |
516 #>>>>> end of choices | |
517 ########################################################################### | |
518 | |
519 INCL = vim.h globals.h option.h keymap.h macros.h ascii.h term.h os_win32.h \ | |
520 structs.h version.h | |
521 | |
522 CFLAGS = $(OPTFLAG) $(DEFINES) $(INCLUDES) | |
523 | |
524 RCFLAGS = -O coff $(DEFINES) | |
525 | |
526 OBJ = \ | |
2192
40edf1be1cd8
Add blowfish and sha256 source files to more Makefiles.
Bram Moolenaar <bram@vim.org>
parents:
2088
diff
changeset
|
527 $(OUTDIR)/blowfish.o \ |
7 | 528 $(OUTDIR)/buffer.o \ |
529 $(OUTDIR)/charset.o \ | |
530 $(OUTDIR)/diff.o \ | |
531 $(OUTDIR)/digraph.o \ | |
532 $(OUTDIR)/edit.o \ | |
533 $(OUTDIR)/eval.o \ | |
534 $(OUTDIR)/ex_cmds.o \ | |
535 $(OUTDIR)/ex_cmds2.o \ | |
536 $(OUTDIR)/ex_docmd.o \ | |
537 $(OUTDIR)/ex_eval.o \ | |
538 $(OUTDIR)/ex_getln.o \ | |
539 $(OUTDIR)/fileio.o \ | |
540 $(OUTDIR)/fold.o \ | |
541 $(OUTDIR)/getchar.o \ | |
440 | 542 $(OUTDIR)/hardcopy.o \ |
800 | 543 $(OUTDIR)/hashtab.o \ |
7 | 544 $(OUTDIR)/main.o \ |
545 $(OUTDIR)/mark.o \ | |
546 $(OUTDIR)/memfile.o \ | |
547 $(OUTDIR)/memline.o \ | |
548 $(OUTDIR)/menu.o \ | |
549 $(OUTDIR)/message.o \ | |
550 $(OUTDIR)/misc1.o \ | |
551 $(OUTDIR)/misc2.o \ | |
552 $(OUTDIR)/move.o \ | |
553 $(OUTDIR)/mbyte.o \ | |
554 $(OUTDIR)/normal.o \ | |
555 $(OUTDIR)/ops.o \ | |
556 $(OUTDIR)/option.o \ | |
557 $(OUTDIR)/os_win32.o \ | |
558 $(OUTDIR)/os_mswin.o \ | |
4168 | 559 $(OUTDIR)/winclip.o \ |
7 | 560 $(OUTDIR)/pathdef.o \ |
800 | 561 $(OUTDIR)/popupmnu.o \ |
7 | 562 $(OUTDIR)/quickfix.o \ |
563 $(OUTDIR)/regexp.o \ | |
564 $(OUTDIR)/screen.o \ | |
565 $(OUTDIR)/search.o \ | |
2192
40edf1be1cd8
Add blowfish and sha256 source files to more Makefiles.
Bram Moolenaar <bram@vim.org>
parents:
2088
diff
changeset
|
566 $(OUTDIR)/sha256.o \ |
226 | 567 $(OUTDIR)/spell.o \ |
7 | 568 $(OUTDIR)/syntax.o \ |
569 $(OUTDIR)/tag.o \ | |
570 $(OUTDIR)/term.o \ | |
571 $(OUTDIR)/ui.o \ | |
572 $(OUTDIR)/undo.o \ | |
573 $(OUTDIR)/version.o \ | |
574 $(OUTDIR)/vimrc.o \ | |
575 $(OUTDIR)/window.o \ | |
576 $(EXTRA_OBJS) | |
577 | |
578 all: $(EXE) xxd/xxd.exe vimrun.exe install.exe uninstal.exe GvimExt/gvimext.dll | |
579 | |
580 # According to the Cygwin doc 1.2 FAQ, kernel32 should not be specified for | |
581 # linking unless calling ld directly. | |
582 # See /usr/doc/cygwin-doc-1.2/html/faq_toc.html#TOC93 for more information. | |
583 $(EXE): $(OUTDIR) $(OBJ) | |
584 $(CC) $(CFLAGS) -o $(EXE) $(OBJ) $(LIBS) -luuid -lole32 $(EXTRA_LIBS) | |
585 | |
586 xxd/xxd.exe: xxd/xxd.c | |
2088
4ec11bb387a5
updated for version 7.2.372
Bram Moolenaar <bram@zimbu.org>
parents:
1951
diff
changeset
|
587 $(MAKE) -C xxd -f Make_cyg.mak CC=$(CC) USEDLL=$(USEDLL) |
7 | 588 |
589 GvimExt/gvimext.dll: GvimExt/gvimext.cpp GvimExt/gvimext.rc GvimExt/gvimext.h | |
3110 | 590 $(MAKE) -C GvimExt -f Make_cyg.mak CROSS_COMPILE=$(CROSS_COMPILE) |
7 | 591 |
592 vimrun.exe: vimrun.c | |
593 $(CC) $(CFLAGS) -o vimrun.exe vimrun.c $(LIBS) | |
594 | |
595 install.exe: dosinst.c | |
596 $(CC) $(CFLAGS) -o install.exe dosinst.c $(LIBS) -luuid -lole32 | |
597 | |
598 uninstal.exe: uninstal.c | |
599 $(CC) $(CFLAGS) -o uninstal.exe uninstal.c $(LIBS) | |
600 | |
601 $(OUTDIR): | |
106 | 602 $(MKDIR) $(OUTDIR) |
7 | 603 |
604 tags: | |
605 command /c ctags *.c $(INCL) | |
606 | |
607 clean: | |
608 -$(DEL) $(OUTDIR)$(DIRSLASH)*.o | |
609 -rmdir $(OUTDIR) | |
84 | 610 -$(DEL) $(EXE) vimrun.exe install.exe uninstal.exe |
7 | 611 ifdef PERL |
612 -$(DEL) if_perl.c | |
613 endif | |
1951 | 614 ifdef MZSCHEME |
615 -$(DEL) mzscheme_base.c | |
616 endif | |
7 | 617 -$(DEL) pathdef.c |
618 $(MAKE) -C xxd -f Make_cyg.mak clean | |
3110 | 619 $(MAKE) -C GvimExt -f Make_cyg.mak clean |
7 | 620 |
84 | 621 distclean: clean |
622 -$(DEL) obj$(DIRSLASH)*.o | |
623 -rmdir obj | |
624 -$(DEL) gobj$(DIRSLASH)*.o | |
625 -rmdir gobj | |
626 -$(DEL) objd$(DIRSLASH)*.o | |
627 -rmdir objd | |
628 -$(DEL) gobjd$(DIRSLASH)*.o | |
629 -rmdir gobjd | |
630 -$(DEL) *.exe | |
631 | |
7 | 632 ########################################################################### |
633 | |
634 $(OUTDIR)/%.o : %.c $(INCL) | |
635 $(CC) -c $(CFLAGS) $< -o $@ | |
636 | |
637 $(OUTDIR)/ex_docmd.o: ex_docmd.c $(INCL) ex_cmds.h | |
638 $(CC) -c $(CFLAGS) ex_docmd.c -o $(OUTDIR)/ex_docmd.o | |
639 | |
640 $(OUTDIR)/ex_eval.o: ex_eval.c $(INCL) ex_cmds.h | |
641 $(CC) -c $(CFLAGS) ex_eval.c -o $(OUTDIR)/ex_eval.o | |
642 | |
4041 | 643 $(OUTDIR)/gui_w32.o: gui_w32.c gui_w48.c $(INCL) |
644 $(CC) -c $(CFLAGS) gui_w32.c -o $(OUTDIR)/gui_w32.o | |
645 | |
7 | 646 $(OUTDIR)/if_cscope.o: if_cscope.c $(INCL) if_cscope.h |
647 $(CC) -c $(CFLAGS) if_cscope.c -o $(OUTDIR)/if_cscope.o | |
648 | |
649 $(OUTDIR)/if_ole.o: if_ole.cpp $(INCL) | |
1413 | 650 $(CC) -c $(CFLAGS) if_ole.cpp -o $(OUTDIR)/if_ole.o |
7 | 651 |
4724
450e13fe1621
updated for version 7.3.1109
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
652 $(OUTDIR)/if_python.o : if_python.c if_py_both.h $(INCL) |
2329
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
653 $(CC) -c $(CFLAGS) -I$(PYTHON)/include $< -o $@ |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
654 |
4724
450e13fe1621
updated for version 7.3.1109
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
655 $(OUTDIR)/if_python3.o : if_python3.c if_py_both.h $(INCL) |
2329
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
656 $(CC) -c $(CFLAGS) -I$(PYTHON3)/include $< -o $@ |
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
657 |
7 | 658 if_perl.c: if_perl.xs typemap |
84 | 659 $(PERL)/bin/perl `cygpath -d $(PERL)/lib/ExtUtils/xsubpp` \ |
660 -prototypes -typemap \ | |
661 `cygpath -d $(PERL)/lib/ExtUtils/typemap` if_perl.xs > $@ | |
7 | 662 |
663 $(OUTDIR)/if_perl.o: if_perl.c $(INCL) | |
664 ifeq (yes, $(USEDLL)) | |
665 $(CC) -c $(CFLAGS) -I/usr/include/mingw -D__MINGW32__ if_perl.c -o $(OUTDIR)/if_perl.o | |
666 endif | |
667 | |
668 $(OUTDIR)/if_ruby.o: if_ruby.c $(INCL) | |
669 ifeq (16, $(RUBY_VER)) | |
670 $(CC) -c $(CFLAGS) -U_WIN32 if_ruby.c -o $(OUTDIR)/if_ruby.o | |
671 endif | |
672 | |
673 $(OUTDIR)/netbeans.o: netbeans.c $(INCL) $(NBDEBUG_DEP) | |
674 $(CC) -c $(CFLAGS) netbeans.c -o $(OUTDIR)/netbeans.o | |
675 | |
4444 | 676 $(OUTDIR)/regexp.o: regexp.c regexp_nfa.c $(INCL) |
677 $(CC) -c $(CFLAGS) regexp.c -o $(OUTDIR)/regexp.o | |
678 | |
1951 | 679 $(OUTDIR)/if_mzsch.o: if_mzsch.c $(INCL) if_mzsch.h $(MZ_EXTRA_DEP) |
680 $(CC) -c $(CFLAGS) if_mzsch.c -o $(OUTDIR)/if_mzsch.o | |
681 | |
7 | 682 $(OUTDIR)/vimrc.o: vim.rc version.h gui_w32_rc.h |
683 $(RC) $(RCFLAGS) vim.rc -o $(OUTDIR)/vimrc.o | |
684 | |
1951 | 685 mzscheme_base.c: |
686 $(MZSCHEME)/mzc --c-mods mzscheme_base.c ++lib scheme/base | |
687 | |
7 | 688 pathdef.c: $(INCL) |
689 ifneq (sh.exe, $(SHELL)) | |
690 @echo creating pathdef.c | |
691 @echo '/* pathdef.c */' > pathdef.c | |
692 @echo '#include "vim.h"' >> pathdef.c | |
693 @echo 'char_u *default_vim_dir = (char_u *)"$(VIMRCLOC)";' >> pathdef.c | |
694 @echo 'char_u *default_vimruntime_dir = (char_u *)"$(VIMRUNTIMEDIR)";' >> pathdef.c | |
695 @echo 'char_u *all_cflags = (char_u *)"$(CC) $(CFLAGS)";' >> pathdef.c | |
696 @echo 'char_u *all_lflags = (char_u *)"$(CC) -s -o $(EXE) $(LIBS) -luuid -lole32 $(EXTRA_LIBS)";' >> pathdef.c | |
697 @echo 'char_u *compiled_user = (char_u *)"$(USERNAME)";' >> pathdef.c | |
698 @echo 'char_u *compiled_sys = (char_u *)"$(USERDOMAIN)";' >> pathdef.c | |
699 else | |
700 @echo creating pathdef.c | |
701 @echo /* pathdef.c */ > pathdef.c | |
702 @echo #include "vim.h" >> pathdef.c | |
703 @echo char_u *default_vim_dir = (char_u *)"$(VIMRCLOC)"; >> pathdef.c | |
704 @echo char_u *default_vimruntime_dir = (char_u *)"$(VIMRUNTIMEDIR)"; >> pathdef.c | |
705 @echo char_u *all_cflags = (char_u *)"$(CC) $(CFLAGS)"; >> pathdef.c | |
706 @echo char_u *all_lflags = (char_u *)"$(CC) -s -o $(EXE) $(LIBS) -luuid -lole32 $(EXTRA_LIBS)"; >> pathdef.c | |
707 @echo char_u *compiled_user = (char_u *)"$(USERNAME)"; >> pathdef.c | |
708 @echo char_u *compiled_sys = (char_u *)"$(USERDOMAIN)"; >> pathdef.c | |
709 endif | |
2329
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
710 |