blob: 98ec5dfebb9854fbcd6830e6e1a977ab7abf7727 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001# This Makefile has two purposes:
2# 1. Starting the compilation of Vim for Unix.
3# 2. Creating the various distribution files.
4
5
Bram Moolenaar864665d2010-05-15 15:41:59 +02006#########################################################################
7# 1. Starting the compilation of Vim for Unix.
Bram Moolenaar071d4272004-06-13 20:20:40 +00008#
Bram Moolenaar864665d2010-05-15 15:41:59 +02009# Using this Makefile without an argument will compile Vim for Unix.
Bram Moolenaar071d4272004-06-13 20:20:40 +000010# "make install" is also possible.
11#
12# NOTE: If this doesn't work properly, first change directory to "src" and use
13# the Makefile there:
14# cd src
15# make [arguments]
16# Noticed on AIX systems when using this Makefile: Trying to run "cproto" or
17# something else after Vim has been compiled. Don't know why...
18# Noticed on OS/390 Unix: Restarts configure.
19#
20# The first (default) target is "first". This will result in running
21# "make first", so that the target from "src/auto/config.mk" is picked
22# up properly when config didn't run yet. Doing "make all" before configure
23# has run can result in compiling with $(CC) empty.
24
25first:
26 @echo "Starting make in the src directory."
27 @echo "If there are problems, cd to the src directory and run make there"
28 cd src && $(MAKE) $@
29
30# Some make programs use the last target for the $@ default; put the other
31# targets separately to always let $@ expand to "first" by default.
Bram Moolenaardd2a3cd2007-05-05 17:10:09 +000032all install uninstall tools config configure reconfig proto depend lint tags types test testclean clean distclean:
Bram Moolenaar071d4272004-06-13 20:20:40 +000033 @echo "Starting make in the src directory."
34 @echo "If there are problems, cd to the src directory and run make there"
35 cd src && $(MAKE) $@
36
37
Bram Moolenaar864665d2010-05-15 15:41:59 +020038#########################################################################
39# 2. Creating the various distribution files.
Bram Moolenaar071d4272004-06-13 20:20:40 +000040#
41# TARGET PRODUCES CONTAINS
Bram Moolenaar864665d2010-05-15 15:41:59 +020042# unixall vim-#.#.tar.bz2 All runtime files and sources, for Unix
Bram Moolenaar071d4272004-06-13 20:20:40 +000043#
44# html vim##html.zip HTML docs
45#
Bram Moolenaar071d4272004-06-13 20:20:40 +000046# dossrc vim##src.zip sources for MS-DOS
47# dosrt vim##rt.zip runtime for MS-DOS
48# dosbin vim##d16.zip binary for MS-DOS 16 bits
49# vim##d32.zip binary for MS-DOS 32 bits
50# vim##w32.zip binary for Win32
51# gvim##.zip binary for GUI Win32
52# gvim##ole.zip OLE exe for Win32 GUI
53# gvim##_s.zip exe for Win32s GUI
Bram Moolenaar864665d2010-05-15 15:41:59 +020054#
55# OBSOLETE
56# amisrc vim##src.tgz sources for Amiga
57# amirt vim##rt.tgz runtime for Amiga
58# amibin vim##bin.tgz binary for Amiga
Bram Moolenaar071d4272004-06-13 20:20:40 +000059#
60# os2bin vim##os2.zip binary for OS/2
61# (use RT from dosrt)
62#
63# farsi farsi##.zip Farsi fonts
64#
65# All output files are created in the "dist" directory. Existing files are
66# overwritten!
Bram Moolenaar864665d2010-05-15 15:41:59 +020067# To do all this you need the Unix archive and compiled binaries.
Bram Moolenaar071d4272004-06-13 20:20:40 +000068# Before creating an archive first delete all backup files, *.orig, etc.
69
Bram Moolenaara5792f52005-11-23 21:25:05 +000070MAJOR = 7
Bram Moolenaar82d1c332010-08-09 20:16:32 +020071MINOR = 3f
Bram Moolenaar071d4272004-06-13 20:20:40 +000072
73# Uncomment this line if the Win32s version is to be included.
Bram Moolenaarc01140a2006-03-24 22:21:52 +000074DOSBIN_S = dosbin_s
Bram Moolenaar071d4272004-06-13 20:20:40 +000075
Bram Moolenaard28478b2010-07-18 23:29:58 +020076# Uncomment this line if the 16 bit DOS version is to be included.
77# DOSBIN_D16 = dosbin_d16
78
Bram Moolenaar071d4272004-06-13 20:20:40 +000079# CHECKLIST for creating a new version:
80#
81# - Update Vim version number. For a test version in: src/version.h, Contents,
Bram Moolenaarc01140a2006-03-24 22:21:52 +000082# MAJOR/MINOR above, VIMMAJOR and VIMMINOR in src/Makefile, README*.txt,
Bram Moolenaarc6039d82005-12-02 00:44:04 +000083# runtime/doc/*.txt and nsis/gvim.nsi. Other things in README_os2.txt. For a
Bram Moolenaar3737f892010-08-06 20:53:49 +020084# minor/major version: src/GvimExt/GvimExt.reg, src/vim.def, src/vim16.def,
85# src/gvim.exe.mnf.
Bram Moolenaarbfc8b972010-08-13 22:05:54 +020086# - Adjust the date and other info in src/version.h.
Bram Moolenaar071d4272004-06-13 20:20:40 +000087# - Correct included_patches[] in src/version.c.
Bram Moolenaarbd5e15f2010-07-17 21:19:38 +020088# - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, MZscheme, Lua (if
Bram Moolenaarbfc8b972010-08-13 22:05:54 +020089# you can make it all work), Cscope and "huge" features. Exclude workshop
90# and SNiFF.
Bram Moolenaar071d4272004-06-13 20:20:40 +000091# - With these features: "make proto" (requires cproto and Motif installed;
92# ignore warnings for missing include files, fix problems for syntax errors).
93# - With these features: "make depend" (works best with gcc).
Bram Moolenaar6df6f472010-07-18 18:04:50 +020094# - If you have a lint program: "make lint" and check the output (ignore GTK
95# warnings).
Bram Moolenaaraba88572008-06-25 20:13:35 +000096# - Enable the efence library in "src/Makefile" and run "make test". Disable
97# Python and Ruby to avoid trouble with threads (efence is not threadsafe).
Bram Moolenaar071d4272004-06-13 20:20:40 +000098# - Check for missing entries in runtime/makemenu.vim (with checkmenu script).
99# - Check for missing options in runtime/optwin.vim et al. (with check.vim).
100# - Do "make menu" to update the runtime/synmenu.vim file.
Bram Moolenaarc01140a2006-03-24 22:21:52 +0000101# - Add remarks for changes to runtime/doc/version7.txt.
Bram Moolenaar5cdd0df2007-05-12 12:58:05 +0000102# - Check that runtime/doc/help.txt doesn't contain entries in "LOCAL
103# ADDITIONS".
Bram Moolenaar071d4272004-06-13 20:20:40 +0000104# - In runtime/doc run "make" and "make html" to check for errors.
105# - Check if src/Makefile and src/feature.h don't contain any personal
106# preferences or the GTK, Perl, etc. mentioned above.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000107# - Check file protections to be "644" for text and "755" for executables (run
108# the "check" script).
109# - Check compiling on Amiga, MS-DOS and MS-Windows.
110# - Delete all *~, *.sw?, *.orig, *.rej files
Bram Moolenaar864665d2010-05-15 15:41:59 +0200111# - "make unixall", "make html"
Bram Moolenaar5cdd0df2007-05-12 12:58:05 +0000112# - Make diff files against the previous release: "makediff7 7.1 7.2"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000113#
Bram Moolenaarfff2bee2010-05-15 13:56:02 +0200114# Amiga: (OBSOLETE, Amiga files are no longer distributed)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000115# - "make amisrc", move the archive to the Amiga and compile:
116# "make -f Make_manx.mak" (will use "big" features by default).
117# - Run the tests: "make -f Make_manx.mak test"
118# - Place the executables Vim and Xxd in this directory (set the executable
119# flag).
120# - "make amirt", "make amibin".
121#
122# PC:
Bram Moolenaar442b4222010-05-24 21:34:22 +0200123# - Run make on Unix to update the ".mo" files.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000124# - "make dossrc" and "make dosrt". Unpack the archives on a PC.
Bram Moolenaarfff2bee2010-05-15 13:56:02 +0200125# 16 bit DOS version: (OBSOLETE, 16 bit version doesn't build)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000126# - Set environment for compiling with Borland C++ 3.1.
127# - "bmake -f Make_bc3.mak BOR=E:\borlandc" (compiling xxd might fail, in that
128# case set environment for compiling with Borland C++ 4.0 and do
129# "make -f make_bc3.mak BOR=E:\BC4 xxd/xxd.exe").
Bram Moolenaaraba88572008-06-25 20:13:35 +0000130# NOTE: this currently fails because Vim is too big.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000131# - "make test" and check the output.
132# - Rename the executables to "vimd16.exe", "xxdd16.exe", "installd16.exe" and
133# "uninstald16.exe".
134# 32 bit DOS version:
135# - Set environment for compiling with DJGPP; "gmake -f Make_djg.mak".
Bram Moolenaaraba88572008-06-25 20:13:35 +0000136# - "rm testdir/*.out", "gmake -f Make_djg.mak test" and check the output for
137# "ALL DONE".
Bram Moolenaar071d4272004-06-13 20:20:40 +0000138# - Rename the executables to "vimd32.exe", "xxdd32.exe", "installd32.exe" and
139# "uninstald32.exe".
140# Win32 console version:
Bram Moolenaar1affd722010-08-04 17:49:30 +0200141# - Set environment for Visual C++ 2008, e.g.:
142# "E:\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat". Or, when using the
143# Visual C++ Toolkit 2003: "msvcsetup.bat" (adjust the paths when necessary).
144# For Windows 98/ME the 2003 version is required.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000145# - "nmake -f Make_mvc.mak"
146# - "rm testdir/*.out", "nmake -f Make_mvc.mak test" and check the output.
147# - Rename the executables to "vimw32.exe", "xxdw32.exe".
Bram Moolenaardd2a3cd2007-05-05 17:10:09 +0000148# - Rename vim.pdb to vimw32.pdb.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000149# - When building the Win32s version later, delete vimrun.exe, install.exe and
150# uninstal.exe. Otherwise rename executables to installw32.exe and
151# uninstalw32.exe.
152# Win32 GUI version:
153# - "nmake -f Make_mvc.mak GUI=yes.
154# - move "gvim.exe" to here (otherwise the OLE version will overwrite it).
Bram Moolenaardd2a3cd2007-05-05 17:10:09 +0000155# - Move gvim.pdb to here.
Bram Moolenaar143c38c2007-05-10 16:41:10 +0000156# - Delete vimrun.exe, install.exe and uninstal.exe.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000157# - Copy "GvimExt/gvimext.dll" to here.
158# Win32 GUI version with OLE, PERL, TCL, PYTHON and dynamic IME:
159# - Run src/bigvim.bat ("nmake -f Make_mvc.mak GUI=yes OLE=yes IME=yes ...)
160# - Rename "gvim.exe" to "gvim_ole.exe".
Bram Moolenaardd2a3cd2007-05-05 17:10:09 +0000161# - Rename gvim.pdb to "gvim_ole.pdb".
Bram Moolenaar143c38c2007-05-10 16:41:10 +0000162# - Delete install.exe and uninstal.exe.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000163# - If building the Win32s version delete vimrun.exe.
164# Win32s GUI version:
Bram Moolenaarc3301872010-07-25 20:53:06 +0200165# - Set environment for Visual C++ 4.1 (requires a new console window):
166# "vcvars32.bat" (use the path for VC 4.1 e:\msdev\bin)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000167# - "nmake -f Make_mvc.mak GUI=yes INTL=no clean" (use the path for VC 4.1)
168# - "nmake -f Make_mvc.mak GUI=yes INTL=no" (use the path for VC 4.1)
169# - Rename "gvim.exe" to "gvim_w32s.exe".
170# - Rename "install.exe" to "installw32.exe"
171# - Rename "uninstal.exe" to "uninstalw32.exe"
172# - The produced uninstalw32.exe and vimrun.exe are used.
173# Create the archives:
174# - Copy all the "*.exe" files to where this Makefile is.
Bram Moolenaarb21e5842006-04-16 18:30:08 +0000175# - Copy all the "*.pdb" files to where this Makefile is.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000176# - "make dosbin".
Bram Moolenaar071d4272004-06-13 20:20:40 +0000177# NSIS self installing exe:
Bram Moolenaar442b4222010-05-24 21:34:22 +0200178# - To get NSIS see http://nsis.sourceforge.net
Bram Moolenaar071d4272004-06-13 20:20:40 +0000179# - Make sure gvim_ole.exe, vimd32.exe, vimw32.exe, installw32.exe,
180# uninstalw32.exe and xxdw32.exe have been build as mentioned above.
Bram Moolenaar442b4222010-05-24 21:34:22 +0200181# - copy these files (get them from a binary archive or build them):
182# gvimext.dll in src/GvimExt
183# gvimext64.dll in src/GvimExt
184# VisVim.dll in src/VisVim
Bram Moolenaar3991dab2006-03-27 17:01:56 +0000185# Note: VisVim needs to be build with MSVC 5, newer versions don't work.
Bram Moolenaar442b4222010-05-24 21:34:22 +0200186# gvimext64.dll can be obtained from http://code.google.com/p/vim-win3264/
Bram Moolenaarab8205e2010-07-07 15:14:03 +0200187# It is part of vim72.zip as vim72/gvimext.dll.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000188# - make sure there is a diff.exe two levels up
Bram Moolenaar442b4222010-05-24 21:34:22 +0200189# - go to ../nsis and do "makensis gvim.nsi" (takes a few minutes).
Bram Moolenaar071d4272004-06-13 20:20:40 +0000190# - Copy gvim##.exe to the dist directory.
191#
Bram Moolenaarfff2bee2010-05-15 13:56:02 +0200192# OS/2: (OBSOLETE, OS/2 version is no longer distributed)
Bram Moolenaar864665d2010-05-15 15:41:59 +0200193# - Unpack the Unix archive.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000194# - "make -f Make_os2.mak".
195# - Rename the executables to vimos2.exe, xxdos2.exe and teeos2.exe and copy
196# them to here.
197# - "make os2bin".
198
199VIMVER = vim-$(MAJOR).$(MINOR)
200VERSION = $(MAJOR)$(MINOR)
201VDOT = $(MAJOR).$(MINOR)
202VIMRTDIR = vim$(VERSION)
203
204# Vim used for conversion from "unix" to "dos"
205VIM = vim
206
207# How to include Filelist depends on the version of "make" you have.
208# If the current choice doesn't work, try the other one.
209
210include Filelist
211#.include "Filelist"
212
213
214# All output is put in the "dist" directory.
215dist:
216 mkdir dist
217
218# Clean up some files to avoid they are included.
219prepare:
220 if test -f runtime/doc/uganda.nsis.txt; then \
221 rm runtime/doc/uganda.nsis.txt; fi
222
223# For the zip files we need to create a file with the comment line
224dist/comment:
225 mkdir dist/comment
226
227COMMENT_RT = comment/$(VERSION)-rt
Bram Moolenaar071d4272004-06-13 20:20:40 +0000228COMMENT_D16 = comment/$(VERSION)-bin-d16
229COMMENT_D32 = comment/$(VERSION)-bin-d32
230COMMENT_W32 = comment/$(VERSION)-bin-w32
231COMMENT_GVIM = comment/$(VERSION)-bin-gvim
232COMMENT_OLE = comment/$(VERSION)-bin-ole
233COMMENT_W32S = comment/$(VERSION)-bin-w32s
234COMMENT_SRC = comment/$(VERSION)-src
235COMMENT_OS2 = comment/$(VERSION)-bin-os2
236COMMENT_HTML = comment/$(VERSION)-html
237COMMENT_FARSI = comment/$(VERSION)-farsi
Bram Moolenaar071d4272004-06-13 20:20:40 +0000238
239dist/$(COMMENT_RT): dist/comment
240 echo "Vim - Vi IMproved - v$(VDOT) runtime files for MS-DOS and MS-Windows" > dist/$(COMMENT_RT)
241
Bram Moolenaar071d4272004-06-13 20:20:40 +0000242dist/$(COMMENT_D16): dist/comment
243 echo "Vim - Vi IMproved - v$(VDOT) binaries for MS-DOS 16 bit real mode" > dist/$(COMMENT_D16)
244
245dist/$(COMMENT_D32): dist/comment
246 echo "Vim - Vi IMproved - v$(VDOT) binaries for MS-DOS 32 bit protected mode" > dist/$(COMMENT_D32)
247
248dist/$(COMMENT_W32): dist/comment
249 echo "Vim - Vi IMproved - v$(VDOT) binaries for MS-Windows NT/95" > dist/$(COMMENT_W32)
250
251dist/$(COMMENT_GVIM): dist/comment
252 echo "Vim - Vi IMproved - v$(VDOT) GUI binaries for MS-Windows NT/95" > dist/$(COMMENT_GVIM)
253
254dist/$(COMMENT_OLE): dist/comment
255 echo "Vim - Vi IMproved - v$(VDOT) MS-Windows GUI binaries with OLE support" > dist/$(COMMENT_OLE)
256
257dist/$(COMMENT_W32S): dist/comment
258 echo "Vim - Vi IMproved - v$(VDOT) GUI binaries for MS-Windows 3.1/3.11" > dist/$(COMMENT_W32S)
259
260dist/$(COMMENT_SRC): dist/comment
261 echo "Vim - Vi IMproved - v$(VDOT) sources for MS-DOS and MS-Windows" > dist/$(COMMENT_SRC)
262
263dist/$(COMMENT_OS2): dist/comment
264 echo "Vim - Vi IMproved - v$(VDOT) binaries + runtime files for OS/2" > dist/$(COMMENT_OS2)
265
266dist/$(COMMENT_HTML): dist/comment
267 echo "Vim - Vi IMproved - v$(VDOT) documentation in HTML" > dist/$(COMMENT_HTML)
268
269dist/$(COMMENT_FARSI): dist/comment
270 echo "Vim - Vi IMproved - v$(VDOT) Farsi language files" > dist/$(COMMENT_FARSI)
271
Bram Moolenaarcef9dcc2005-12-06 19:50:41 +0000272unixall: dist prepare
273 -rm -f dist/$(VIMVER).tar.bz2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000274 -rm -rf dist/$(VIMRTDIR)
275 mkdir dist/$(VIMRTDIR)
276 tar cf - \
277 $(RT_ALL) \
278 $(RT_ALL_BIN) \
279 $(RT_UNIX) \
280 $(RT_UNIX_DOS_BIN) \
Bram Moolenaar071d4272004-06-13 20:20:40 +0000281 $(RT_SCRIPTS) \
282 $(LANG_GEN) \
Bram Moolenaar5482f332005-04-17 20:18:43 +0000283 $(LANG_GEN_BIN) \
Bram Moolenaarcef9dcc2005-12-06 19:50:41 +0000284 $(SRC_ALL) \
Bram Moolenaar071d4272004-06-13 20:20:40 +0000285 $(SRC_UNIX) \
286 $(SRC_DOS_UNIX) \
Bram Moolenaar864665d2010-05-15 15:41:59 +0200287 $(EXTRA) \
288 $(LANG_SRC) \
Bram Moolenaar071d4272004-06-13 20:20:40 +0000289 | (cd dist/$(VIMRTDIR); tar xf -)
290# Need to use a "distclean" config.mk file
291 cp -f src/config.mk.dist dist/$(VIMRTDIR)/src/auto/config.mk
292# Create an empty config.h file, make dependencies require it
293 touch dist/$(VIMRTDIR)/src/auto/config.h
294# Make sure configure is newer than config.mk to force it to be generated
295 touch dist/$(VIMRTDIR)/src/configure
Bram Moolenaar071d4272004-06-13 20:20:40 +0000296# Make sure ja.sjis.po is newer than ja.po to avoid it being regenerated.
297# Same for cs.cp1250.po, pl.cp1250.po and sk.cp1250.po.
298 touch dist/$(VIMRTDIR)/src/po/ja.sjis.po
299 touch dist/$(VIMRTDIR)/src/po/cs.cp1250.po
300 touch dist/$(VIMRTDIR)/src/po/pl.cp1250.po
301 touch dist/$(VIMRTDIR)/src/po/sk.cp1250.po
302 touch dist/$(VIMRTDIR)/src/po/zh_CN.cp936.po
303 touch dist/$(VIMRTDIR)/src/po/ru.cp1251.po
Bram Moolenaar15d0a8c2004-09-06 17:44:46 +0000304 touch dist/$(VIMRTDIR)/src/po/uk.cp1251.po
Bram Moolenaar864665d2010-05-15 15:41:59 +0200305# Create the archive.
306 cd dist && tar cf $(VIMVER).tar $(VIMRTDIR)
307 bzip2 dist/$(VIMVER).tar
Bram Moolenaar071d4272004-06-13 20:20:40 +0000308
Bram Moolenaar864665d2010-05-15 15:41:59 +0200309# Amiga runtime - OBSOLETE
Bram Moolenaar071d4272004-06-13 20:20:40 +0000310amirt: dist prepare
311 -rm -f dist/vim$(VERSION)rt.tar.gz
312 -rm -rf dist/Vim
313 mkdir dist/Vim
314 mkdir dist/Vim/$(VIMRTDIR)
315 tar cf - \
316 $(ROOT_AMI) \
317 $(RT_ALL) \
318 $(RT_ALL_BIN) \
319 $(RT_SCRIPTS) \
320 $(RT_AMI) \
321 $(RT_NO_UNIX) \
322 $(RT_AMI_DOS) \
323 | (cd dist/Vim/$(VIMRTDIR); tar xf -)
324 mv dist/Vim/$(VIMRTDIR)/vimdir.info dist/Vim.info
325 mv dist/Vim/$(VIMRTDIR)/runtime.info dist/Vim/$(VIMRTDIR).info
326 mv dist/Vim/$(VIMRTDIR)/runtime/* dist/Vim/$(VIMRTDIR)
327 rmdir dist/Vim/$(VIMRTDIR)/runtime
328 cd dist && tar cf vim$(VERSION)rt.tar Vim Vim.info
329 gzip -9 dist/vim$(VERSION)rt.tar
330 mv dist/vim$(VERSION)rt.tar.gz dist/vim$(VERSION)rt.tgz
331
Bram Moolenaar864665d2010-05-15 15:41:59 +0200332# Amiga binaries - OBSOLETE
Bram Moolenaar071d4272004-06-13 20:20:40 +0000333amibin: dist prepare
334 -rm -f dist/vim$(VERSION)bin.tar.gz
335 -rm -rf dist/Vim
336 mkdir dist/Vim
337 mkdir dist/Vim/$(VIMRTDIR)
338 tar cf - \
339 $(ROOT_AMI) \
340 $(BIN_AMI) \
341 Vim \
342 Xxd \
343 | (cd dist/Vim/$(VIMRTDIR); tar xf -)
344 mv dist/Vim/$(VIMRTDIR)/vimdir.info dist/Vim.info
345 mv dist/Vim/$(VIMRTDIR)/runtime.info dist/Vim/$(VIMRTDIR).info
346 cd dist && tar cf vim$(VERSION)bin.tar Vim Vim.info
347 gzip -9 dist/vim$(VERSION)bin.tar
348 mv dist/vim$(VERSION)bin.tar.gz dist/vim$(VERSION)bin.tgz
349
Bram Moolenaar864665d2010-05-15 15:41:59 +0200350# Amiga sources - OBSOLETE
Bram Moolenaar071d4272004-06-13 20:20:40 +0000351amisrc: dist prepare
352 -rm -f dist/vim$(VERSION)src.tar.gz
353 -rm -rf dist/Vim
354 mkdir dist/Vim
355 mkdir dist/Vim/$(VIMRTDIR)
356 tar cf - \
357 $(ROOT_AMI) \
Bram Moolenaarcef9dcc2005-12-06 19:50:41 +0000358 $(SRC_ALL) \
Bram Moolenaar071d4272004-06-13 20:20:40 +0000359 $(SRC_AMI) \
360 $(SRC_AMI_DOS) \
361 | (cd dist/Vim/$(VIMRTDIR); tar xf -)
362 mv dist/Vim/$(VIMRTDIR)/vimdir.info dist/Vim.info
363 mv dist/Vim/$(VIMRTDIR)/runtime.info dist/Vim/$(VIMRTDIR).info
364 cd dist && tar cf vim$(VERSION)src.tar Vim Vim.info
365 gzip -9 dist/vim$(VERSION)src.tar
366 mv dist/vim$(VERSION)src.tar.gz dist/vim$(VERSION)src.tgz
367
368no_title.vim: Makefile
369 echo "set notitle noicon nocp nomodeline viminfo=" >no_title.vim
370
Bram Moolenaar442b4222010-05-24 21:34:22 +0200371# MS-DOS sources
372dossrc: dist no_title.vim dist/$(COMMENT_SRC) runtime/doc/uganda.nsis.txt
373 -rm -rf dist/vim$(VERSION)src.zip
374 -rm -rf dist/vim
375 mkdir dist/vim
376 mkdir dist/vim/$(VIMRTDIR)
377 tar cf - \
378 $(SRC_ALL) \
379 $(SRC_DOS) \
380 $(SRC_AMI_DOS) \
381 $(SRC_DOS_UNIX) \
382 runtime/doc/uganda.nsis.txt \
383 | (cd dist/vim/$(VIMRTDIR); tar xf -)
384 mv dist/vim/$(VIMRTDIR)/runtime/* dist/vim/$(VIMRTDIR)
385 rmdir dist/vim/$(VIMRTDIR)/runtime
386 find dist/vim/$(VIMRTDIR) -type f -exec $(VIM) -e -X -u no_title.vim -c ":set tx|wq" {} \;
387 tar cf - \
388 $(SRC_DOS_BIN) \
389 | (cd dist/vim/$(VIMRTDIR); tar xf -)
390 cd dist && zip -9 -rD -z vim$(VERSION)src.zip vim <$(COMMENT_SRC)
391
392runtime/doc/uganda.nsis.txt: runtime/doc/uganda.txt
393 cd runtime/doc && $(MAKE) uganda.nsis.txt
394
Bram Moolenaar071d4272004-06-13 20:20:40 +0000395dosrt: dist dist/$(COMMENT_RT) dosrt_unix2dos
396 -rm -rf dist/vim$(VERSION)rt.zip
397 cd dist && zip -9 -rD -z vim$(VERSION)rt.zip vim <$(COMMENT_RT)
398
Bram Moolenaar442b4222010-05-24 21:34:22 +0200399# Split in two parts to avoid an "argument list too long" error.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000400dosrt_unix2dos: dist prepare no_title.vim
401 -rm -rf dist/vim
402 mkdir dist/vim
403 mkdir dist/vim/$(VIMRTDIR)
Bram Moolenaar864665d2010-05-15 15:41:59 +0200404 mkdir dist/vim/$(VIMRTDIR)/lang
405 cd src && MAKEMO=yes $(MAKE) languages
Bram Moolenaar071d4272004-06-13 20:20:40 +0000406 tar cf - \
407 $(RT_ALL) \
Bram Moolenaara5792f52005-11-23 21:25:05 +0000408 | (cd dist/vim/$(VIMRTDIR); tar xf -)
409 tar cf - \
Bram Moolenaar071d4272004-06-13 20:20:40 +0000410 $(RT_SCRIPTS) \
411 $(RT_DOS) \
412 $(RT_NO_UNIX) \
413 $(RT_AMI_DOS) \
414 $(LANG_GEN) \
415 | (cd dist/vim/$(VIMRTDIR); tar xf -)
Bram Moolenaard8e21d32010-01-06 21:16:31 +0100416 find dist/vim/$(VIMRTDIR) -type f -exec $(VIM) -e -X -u no_title.vim -c ":set tx|wq" {} \;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000417 tar cf - \
418 $(RT_UNIX_DOS_BIN) \
419 $(RT_ALL_BIN) \
420 $(RT_DOS_BIN) \
Bram Moolenaar5482f332005-04-17 20:18:43 +0000421 $(LANG_GEN_BIN) \
Bram Moolenaar071d4272004-06-13 20:20:40 +0000422 | (cd dist/vim/$(VIMRTDIR); tar xf -)
423 mv dist/vim/$(VIMRTDIR)/runtime/* dist/vim/$(VIMRTDIR)
424 rmdir dist/vim/$(VIMRTDIR)/runtime
Bram Moolenaar864665d2010-05-15 15:41:59 +0200425# Add the message translations. Trick: skip ja.mo and use ja.sjis.mo instead.
426# Same for cs.mo / cs.cp1250.mo, pl.mo / pl.cp1250.mo, sk.mo / sk.cp1250.mo,
427# zh_CN.mo / zh_CN.cp936.mo, uk.mo / uk.cp1251.mo and ru.mo / ru.cp1251.mo.
428 for i in $(LANG_DOS); do \
429 if test "$$i" != "src/po/ja.mo" -a "$$i" != "src/po/pl.mo" -a "$$i" != "src/po/cs.mo" -a "$$i" != "src/po/sk.mo" -a "$$i" != "src/po/zh_CN.mo" -a "$$i" != "src/po/ru.mo" -a "$$i" != "src/po/uk.mo"; then \
430 n=`echo $$i | sed -e "s+src/po/\([-a-zA-Z0-9_]*\(.UTF-8\)*\)\(.sjis\)*\(.cp1250\)*\(.cp1251\)*\(.cp936\)*.mo+\1+"`; \
431 mkdir dist/vim/$(VIMRTDIR)/lang/$$n; \
432 mkdir dist/vim/$(VIMRTDIR)/lang/$$n/LC_MESSAGES; \
433 cp $$i dist/vim/$(VIMRTDIR)/lang/$$n/LC_MESSAGES/vim.mo; \
434 fi \
435 done
436 cp libintl.dll dist/vim/$(VIMRTDIR)/
Bram Moolenaar071d4272004-06-13 20:20:40 +0000437
438
439# Convert runtime files from Unix fileformat to dos fileformat.
440# Used before uploading. Don't delete the AAPDIR/sign files!
441runtime_unix2dos: dosrt_unix2dos
442 -rm -rf `find runtime/dos -type f -print | sed -e /AAPDIR/d`
443 cd dist/vim/$(VIMRTDIR); tar cf - * \
444 | (cd ../../../runtime/dos; tar xf -)
445
Bram Moolenaard28478b2010-07-18 23:29:58 +0200446dosbin: prepare dosbin_gvim dosbin_w32 dosbin_d32 dosbin_ole $(DOSBIN_S) $(DOSBIN_D16)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000447
448# make Win32 gvim
449dosbin_gvim: dist no_title.vim dist/$(COMMENT_GVIM)
450 -rm -rf dist/gvim$(VERSION).zip
451 -rm -rf dist/vim
452 mkdir dist/vim
453 mkdir dist/vim/$(VIMRTDIR)
454 tar cf - \
455 $(BIN_DOS) \
456 | (cd dist/vim/$(VIMRTDIR); tar xf -)
Bram Moolenaard8e21d32010-01-06 21:16:31 +0100457 find dist/vim/$(VIMRTDIR) -type f -exec $(VIM) -e -X -u no_title.vim -c ":set tx|wq" {} \;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000458 cp gvim.exe dist/vim/$(VIMRTDIR)/gvim.exe
459 cp xxdw32.exe dist/vim/$(VIMRTDIR)/xxd.exe
460 cp vimrun.exe dist/vim/$(VIMRTDIR)/vimrun.exe
461 cp installw32.exe dist/vim/$(VIMRTDIR)/install.exe
462 cp uninstalw32.exe dist/vim/$(VIMRTDIR)/uninstal.exe
463 cp gvimext.dll dist/vim/$(VIMRTDIR)/gvimext.dll
464 cd dist && zip -9 -rD -z gvim$(VERSION).zip vim <$(COMMENT_GVIM)
Bram Moolenaar362e1a32006-03-06 23:29:24 +0000465 cp gvim.pdb dist/gvim$(VERSION).pdb
Bram Moolenaar071d4272004-06-13 20:20:40 +0000466
467# make Win32 console
468dosbin_w32: dist no_title.vim dist/$(COMMENT_W32)
469 -rm -rf dist/vim$(VERSION)w32.zip
470 -rm -rf dist/vim
471 mkdir dist/vim
472 mkdir dist/vim/$(VIMRTDIR)
473 tar cf - \
474 $(BIN_DOS) \
475 | (cd dist/vim/$(VIMRTDIR); tar xf -)
Bram Moolenaard8e21d32010-01-06 21:16:31 +0100476 find dist/vim/$(VIMRTDIR) -type f -exec $(VIM) -e -X -u no_title.vim -c ":set tx|wq" {} \;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000477 cp vimw32.exe dist/vim/$(VIMRTDIR)/vim.exe
478 cp xxdw32.exe dist/vim/$(VIMRTDIR)/xxd.exe
479 cp installw32.exe dist/vim/$(VIMRTDIR)/install.exe
480 cp uninstalw32.exe dist/vim/$(VIMRTDIR)/uninstal.exe
481 cd dist && zip -9 -rD -z vim$(VERSION)w32.zip vim <$(COMMENT_W32)
Bram Moolenaar362e1a32006-03-06 23:29:24 +0000482 cp vimw32.pdb dist/vim$(VERSION)w32.pdb
Bram Moolenaar071d4272004-06-13 20:20:40 +0000483
484# make 32bit DOS
485dosbin_d32: dist no_title.vim dist/$(COMMENT_D32)
486 -rm -rf dist/vim$(VERSION)d32.zip
487 -rm -rf dist/vim
488 mkdir dist/vim
489 mkdir dist/vim/$(VIMRTDIR)
490 tar cf - \
491 $(BIN_DOS) \
492 | (cd dist/vim/$(VIMRTDIR); tar xf -)
Bram Moolenaard8e21d32010-01-06 21:16:31 +0100493 find dist/vim/$(VIMRTDIR) -type f -exec $(VIM) -e -X -u no_title.vim -c ":set tx|wq" {} \;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000494 cp vimd32.exe dist/vim/$(VIMRTDIR)/vim.exe
495 cp xxdd32.exe dist/vim/$(VIMRTDIR)/xxd.exe
496 cp installd32.exe dist/vim/$(VIMRTDIR)/install.exe
497 cp uninstald32.exe dist/vim/$(VIMRTDIR)/uninstal.exe
498 cp csdpmi4b.zip dist/vim/$(VIMRTDIR)
499 cd dist && zip -9 -rD -z vim$(VERSION)d32.zip vim <$(COMMENT_D32)
500
501# make 16bit DOS
502dosbin_d16: dist no_title.vim dist/$(COMMENT_D16)
503 -rm -rf dist/vim$(VERSION)d16.zip
504 -rm -rf dist/vim
505 mkdir dist/vim
506 mkdir dist/vim/$(VIMRTDIR)
507 tar cf - \
508 $(BIN_DOS) \
509 | (cd dist/vim/$(VIMRTDIR); tar xf -)
Bram Moolenaard8e21d32010-01-06 21:16:31 +0100510 find dist/vim/$(VIMRTDIR) -type f -exec $(VIM) -e -X -u no_title.vim -c ":set tx|wq" {} \;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000511 cp vimd16.exe dist/vim/$(VIMRTDIR)/vim.exe
512 cp xxdd16.exe dist/vim/$(VIMRTDIR)/xxd.exe
513 cp installd16.exe dist/vim/$(VIMRTDIR)/install.exe
514 cp uninstald16.exe dist/vim/$(VIMRTDIR)/uninstal.exe
515 cd dist && zip -9 -rD -z vim$(VERSION)d16.zip vim <$(COMMENT_D16)
516
517# make Win32 gvim with OLE
518dosbin_ole: dist no_title.vim dist/$(COMMENT_OLE)
519 -rm -rf dist/gvim$(VERSION)ole.zip
520 -rm -rf dist/vim
521 mkdir dist/vim
522 mkdir dist/vim/$(VIMRTDIR)
523 tar cf - \
524 $(BIN_DOS) \
525 | (cd dist/vim/$(VIMRTDIR); tar xf -)
Bram Moolenaard8e21d32010-01-06 21:16:31 +0100526 find dist/vim/$(VIMRTDIR) -type f -exec $(VIM) -e -X -u no_title.vim -c ":set tx|wq" {} \;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000527 cp gvim_ole.exe dist/vim/$(VIMRTDIR)/gvim.exe
528 cp xxdw32.exe dist/vim/$(VIMRTDIR)/xxd.exe
529 cp vimrun.exe dist/vim/$(VIMRTDIR)/vimrun.exe
530 cp installw32.exe dist/vim/$(VIMRTDIR)/install.exe
531 cp uninstalw32.exe dist/vim/$(VIMRTDIR)/uninstal.exe
532 cp gvimext.dll dist/vim/$(VIMRTDIR)/gvimext.dll
533 cp README_ole.txt dist/vim/$(VIMRTDIR)
534 cp src/VisVim/VisVim.dll dist/vim/$(VIMRTDIR)/VisVim.dll
535 cp src/VisVim/README_VisVim.txt dist/vim/$(VIMRTDIR)
536 cd dist && zip -9 -rD -z gvim$(VERSION)ole.zip vim <$(COMMENT_OLE)
Bram Moolenaar362e1a32006-03-06 23:29:24 +0000537 cp gvim_ole.pdb dist/gvim$(VERSION)ole.pdb
Bram Moolenaar071d4272004-06-13 20:20:40 +0000538
539# make Win32s gvim
540dosbin_s: dist no_title.vim dist/$(COMMENT_W32S)
541 -rm -rf dist/gvim$(VERSION)_s.zip
542 -rm -rf dist/vim
543 mkdir dist/vim
544 mkdir dist/vim/$(VIMRTDIR)
545 tar cf - \
546 $(BIN_DOS) \
547 | (cd dist/vim/$(VIMRTDIR); tar xf -)
Bram Moolenaard8e21d32010-01-06 21:16:31 +0100548 find dist/vim/$(VIMRTDIR) -type f -exec $(VIM) -e -X -u no_title.vim -c ":set tx|wq" {} \;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000549 cp gvim_w32s.exe dist/vim/$(VIMRTDIR)/gvim.exe
550 cp xxdd32.exe dist/vim/$(VIMRTDIR)/xxd.exe
551 cp README_w32s.txt dist/vim/$(VIMRTDIR)
552 cp installw32.exe dist/vim/$(VIMRTDIR)/install.exe
553 cp uninstalw32.exe dist/vim/$(VIMRTDIR)/uninstal.exe
554 cd dist && zip -9 -rD -z gvim$(VERSION)_s.zip vim <$(COMMENT_W32S)
555
Bram Moolenaar071d4272004-06-13 20:20:40 +0000556os2bin: dist no_title.vim dist/$(COMMENT_OS2)
557 -rm -rf dist/vim$(VERSION)os2.zip
558 -rm -rf dist/vim
559 mkdir dist/vim
560 mkdir dist/vim/$(VIMRTDIR)
561 tar cf - \
562 $(BIN_OS2) \
563 | (cd dist/vim/$(VIMRTDIR); tar xf -)
Bram Moolenaard8e21d32010-01-06 21:16:31 +0100564 find dist/vim/$(VIMRTDIR) -type f -exec $(VIM) -e -X -u no_title.vim -c ":set tx|wq" {} \;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000565 cp vimos2.exe dist/vim/$(VIMRTDIR)/vim.exe
566 cp xxdos2.exe dist/vim/$(VIMRTDIR)/xxd.exe
567 cp teeos2.exe dist/vim/$(VIMRTDIR)/tee.exe
568 cp emx.dll emxlibcs.dll dist/vim/$(VIMRTDIR)
569 cd dist && zip -9 -rD -z vim$(VERSION)os2.zip vim <$(COMMENT_OS2)
570
571html: dist dist/$(COMMENT_HTML)
572 -rm -rf dist/vim$(VERSION)html.zip
573 cd runtime/doc && zip -9 -z ../../dist/vim$(VERSION)html.zip *.html <../../dist/$(COMMENT_HTML)
574
575farsi: dist dist/$(COMMENT_FARSI)
576 -rm -f dist/farsi$(VERSION).zip
577 zip -9 -rD -z dist/farsi$(VERSION).zip farsi < dist/$(COMMENT_FARSI)