Mercurial > vim
annotate Makefile @ 2204:c493d6bfde09 vim73
A few more changes for encryption. Add test that encrypted file can be read.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Fri, 21 May 2010 15:36:08 +0200 |
parents | dd87ce87e0cc |
children | 120502692d82 |
rev | line source |
---|---|
7 | 1 # This Makefile has two purposes: |
2 # 1. Starting the compilation of Vim for Unix. | |
3 # 2. Creating the various distribution files. | |
4 | |
5 | |
2160
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
6 ######################################################################### |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
7 # 1. Starting the compilation of Vim for Unix. |
7 | 8 # |
2160
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
9 # Using this Makefile without an argument will compile Vim for Unix. |
7 | 10 # "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 | |
25 first: | |
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. | |
1118 | 32 all install uninstall tools config configure reconfig proto depend lint tags types test testclean clean distclean: |
7 | 33 @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 | |
2160
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
38 ######################################################################### |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
39 # 2. Creating the various distribution files. |
7 | 40 # |
41 # TARGET PRODUCES CONTAINS | |
2160
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
42 # unixall vim-#.#.tar.bz2 All runtime files and sources, for Unix |
7 | 43 # |
44 # html vim##html.zip HTML docs | |
45 # | |
46 # 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 | |
2160
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
54 # |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
55 # OBSOLETE |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
56 # amisrc vim##src.tgz sources for Amiga |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
57 # amirt vim##rt.tgz runtime for Amiga |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
58 # amibin vim##bin.tgz binary for Amiga |
7 | 59 # |
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! | |
2160
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
67 # To do all this you need the Unix archive and compiled binaries. |
7 | 68 # Before creating an archive first delete all backup files, *.orig, etc. |
69 | |
557 | 70 MAJOR = 7 |
2154
7c8c7c95a865
First step in the Vim 7.3 branch. Changed version numbers.
Bram Moolenaar <bram@zimbu.org>
parents:
2035
diff
changeset
|
71 MINOR = 3a |
7 | 72 |
73 # Uncomment this line if the Win32s version is to be included. | |
799 | 74 DOSBIN_S = dosbin_s |
7 | 75 |
76 # CHECKLIST for creating a new version: | |
77 # | |
78 # - Update Vim version number. For a test version in: src/version.h, Contents, | |
799 | 79 # MAJOR/MINOR above, VIMMAJOR and VIMMINOR in src/Makefile, README*.txt, |
570 | 80 # runtime/doc/*.txt and nsis/gvim.nsi. Other things in README_os2.txt. For a |
81 # minor/major version: src/GvimExt/GvimExt.reg, src/vim.def, src/vim16.def. | |
7 | 82 # - Correct included_patches[] in src/version.c. |
1118 | 83 # - Compile Vim with GTK, Perl, Python, TCL, Ruby, MZscheme (if you can make it |
84 # work), Cscope and "huge" features. Exclude workshop and SNiFF. | |
7 | 85 # - With these features: "make proto" (requires cproto and Motif installed; |
86 # ignore warnings for missing include files, fix problems for syntax errors). | |
87 # - With these features: "make depend" (works best with gcc). | |
88 # - "make lint" and check the output (ignore GTK warnings). | |
1648 | 89 # - Enable the efence library in "src/Makefile" and run "make test". Disable |
90 # Python and Ruby to avoid trouble with threads (efence is not threadsafe). | |
7 | 91 # - Check for missing entries in runtime/makemenu.vim (with checkmenu script). |
92 # - Check for missing options in runtime/optwin.vim et al. (with check.vim). | |
93 # - Do "make menu" to update the runtime/synmenu.vim file. | |
799 | 94 # - Add remarks for changes to runtime/doc/version7.txt. |
1231 | 95 # - Check that runtime/doc/help.txt doesn't contain entries in "LOCAL |
96 # ADDITIONS". | |
7 | 97 # - In runtime/doc run "make" and "make html" to check for errors. |
98 # - Check if src/Makefile and src/feature.h don't contain any personal | |
99 # preferences or the GTK, Perl, etc. mentioned above. | |
100 # - Check file protections to be "644" for text and "755" for executables (run | |
101 # the "check" script). | |
102 # - Check compiling on Amiga, MS-DOS and MS-Windows. | |
103 # - Delete all *~, *.sw?, *.orig, *.rej files | |
2160
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
104 # - "make unixall", "make html" |
1231 | 105 # - Make diff files against the previous release: "makediff7 7.1 7.2" |
7 | 106 # |
2154
7c8c7c95a865
First step in the Vim 7.3 branch. Changed version numbers.
Bram Moolenaar <bram@zimbu.org>
parents:
2035
diff
changeset
|
107 # Amiga: (OBSOLETE, Amiga files are no longer distributed) |
7 | 108 # - "make amisrc", move the archive to the Amiga and compile: |
109 # "make -f Make_manx.mak" (will use "big" features by default). | |
110 # - Run the tests: "make -f Make_manx.mak test" | |
111 # - Place the executables Vim and Xxd in this directory (set the executable | |
112 # flag). | |
113 # - "make amirt", "make amibin". | |
114 # | |
115 # PC: | |
116 # - "make dossrc" and "make dosrt". Unpack the archives on a PC. | |
2154
7c8c7c95a865
First step in the Vim 7.3 branch. Changed version numbers.
Bram Moolenaar <bram@zimbu.org>
parents:
2035
diff
changeset
|
117 # 16 bit DOS version: (OBSOLETE, 16 bit version doesn't build) |
7 | 118 # - Set environment for compiling with Borland C++ 3.1. |
119 # - "bmake -f Make_bc3.mak BOR=E:\borlandc" (compiling xxd might fail, in that | |
120 # case set environment for compiling with Borland C++ 4.0 and do | |
121 # "make -f make_bc3.mak BOR=E:\BC4 xxd/xxd.exe"). | |
1648 | 122 # NOTE: this currently fails because Vim is too big. |
7 | 123 # - "make test" and check the output. |
124 # - Rename the executables to "vimd16.exe", "xxdd16.exe", "installd16.exe" and | |
125 # "uninstald16.exe". | |
126 # 32 bit DOS version: | |
127 # - Set environment for compiling with DJGPP; "gmake -f Make_djg.mak". | |
1648 | 128 # - "rm testdir/*.out", "gmake -f Make_djg.mak test" and check the output for |
129 # "ALL DONE". | |
7 | 130 # - Rename the executables to "vimd32.exe", "xxdd32.exe", "installd32.exe" and |
131 # "uninstald32.exe". | |
132 # Win32 console version: | |
1648 | 133 # - Set environment for Visual C++ 2008 Express Edition: "msvc2008.bat". Or, |
134 # when using the Visual C++ Toolkit 2003: "msvcsetup.bat" (adjust the paths | |
1668 | 135 # when necessary). For Windows 98 the 2003 version is required. |
7 | 136 # - "nmake -f Make_mvc.mak" |
137 # - "rm testdir/*.out", "nmake -f Make_mvc.mak test" and check the output. | |
138 # - Rename the executables to "vimw32.exe", "xxdw32.exe". | |
1118 | 139 # - Rename vim.pdb to vimw32.pdb. |
7 | 140 # - When building the Win32s version later, delete vimrun.exe, install.exe and |
141 # uninstal.exe. Otherwise rename executables to installw32.exe and | |
142 # uninstalw32.exe. | |
143 # Win32 GUI version: | |
144 # - "nmake -f Make_mvc.mak GUI=yes. | |
145 # - move "gvim.exe" to here (otherwise the OLE version will overwrite it). | |
1118 | 146 # - Move gvim.pdb to here. |
1186 | 147 # - Delete vimrun.exe, install.exe and uninstal.exe. |
7 | 148 # - Copy "GvimExt/gvimext.dll" to here. |
149 # Win32 GUI version with OLE, PERL, TCL, PYTHON and dynamic IME: | |
150 # - Run src/bigvim.bat ("nmake -f Make_mvc.mak GUI=yes OLE=yes IME=yes ...) | |
151 # - Rename "gvim.exe" to "gvim_ole.exe". | |
1118 | 152 # - Rename gvim.pdb to "gvim_ole.pdb". |
1186 | 153 # - Delete install.exe and uninstal.exe. |
7 | 154 # - If building the Win32s version delete vimrun.exe. |
155 # Win32s GUI version: | |
156 # - Set environment for Visual C++ 4.1 (requires a new console window) | |
157 # - "vcvars32" (use the path for VC 4.1 e:\msdev\bin) | |
158 # - "nmake -f Make_mvc.mak GUI=yes INTL=no clean" (use the path for VC 4.1) | |
159 # - "nmake -f Make_mvc.mak GUI=yes INTL=no" (use the path for VC 4.1) | |
160 # - Rename "gvim.exe" to "gvim_w32s.exe". | |
161 # - Rename "install.exe" to "installw32.exe" | |
162 # - Rename "uninstal.exe" to "uninstalw32.exe" | |
163 # - The produced uninstalw32.exe and vimrun.exe are used. | |
164 # Create the archives: | |
165 # - Copy all the "*.exe" files to where this Makefile is. | |
834 | 166 # - Copy all the "*.pdb" files to where this Makefile is. |
7 | 167 # - "make dosbin". |
168 # - Run make on Unix to update the ".mo" files. | |
169 # NSIS self installing exe: | |
170 # - Make sure gvim_ole.exe, vimd32.exe, vimw32.exe, installw32.exe, | |
171 # uninstalw32.exe and xxdw32.exe have been build as mentioned above. | |
172 # - put gvimext.dll in src/GvimExt and VisVim.dll in src/VisVim (get them | |
173 # from a binary archive or build them) | |
810 | 174 # Note: VisVim needs to be build with MSVC 5, newer versions don't work. |
7 | 175 # - make sure there is a diff.exe two levels up |
176 # - go to ../nsis and do "makensis gvim.nsi". | |
177 # - Copy gvim##.exe to the dist directory. | |
178 # | |
2154
7c8c7c95a865
First step in the Vim 7.3 branch. Changed version numbers.
Bram Moolenaar <bram@zimbu.org>
parents:
2035
diff
changeset
|
179 # OS/2: (OBSOLETE, OS/2 version is no longer distributed) |
2160
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
180 # - Unpack the Unix archive. |
7 | 181 # - "make -f Make_os2.mak". |
182 # - Rename the executables to vimos2.exe, xxdos2.exe and teeos2.exe and copy | |
183 # them to here. | |
184 # - "make os2bin". | |
185 | |
186 VIMVER = vim-$(MAJOR).$(MINOR) | |
187 VERSION = $(MAJOR)$(MINOR) | |
188 VDOT = $(MAJOR).$(MINOR) | |
189 VIMRTDIR = vim$(VERSION) | |
190 | |
191 # Vim used for conversion from "unix" to "dos" | |
192 VIM = vim | |
193 | |
194 # How to include Filelist depends on the version of "make" you have. | |
195 # If the current choice doesn't work, try the other one. | |
196 | |
197 include Filelist | |
198 #.include "Filelist" | |
199 | |
200 | |
201 # All output is put in the "dist" directory. | |
202 dist: | |
203 mkdir dist | |
204 | |
205 # Clean up some files to avoid they are included. | |
206 prepare: | |
207 if test -f runtime/doc/uganda.nsis.txt; then \ | |
208 rm runtime/doc/uganda.nsis.txt; fi | |
209 | |
210 # For the zip files we need to create a file with the comment line | |
211 dist/comment: | |
212 mkdir dist/comment | |
213 | |
214 COMMENT_RT = comment/$(VERSION)-rt | |
215 COMMENT_D16 = comment/$(VERSION)-bin-d16 | |
216 COMMENT_D32 = comment/$(VERSION)-bin-d32 | |
217 COMMENT_W32 = comment/$(VERSION)-bin-w32 | |
218 COMMENT_GVIM = comment/$(VERSION)-bin-gvim | |
219 COMMENT_OLE = comment/$(VERSION)-bin-ole | |
220 COMMENT_W32S = comment/$(VERSION)-bin-w32s | |
221 COMMENT_SRC = comment/$(VERSION)-src | |
222 COMMENT_OS2 = comment/$(VERSION)-bin-os2 | |
223 COMMENT_HTML = comment/$(VERSION)-html | |
224 COMMENT_FARSI = comment/$(VERSION)-farsi | |
225 | |
226 dist/$(COMMENT_RT): dist/comment | |
227 echo "Vim - Vi IMproved - v$(VDOT) runtime files for MS-DOS and MS-Windows" > dist/$(COMMENT_RT) | |
228 | |
229 dist/$(COMMENT_D16): dist/comment | |
230 echo "Vim - Vi IMproved - v$(VDOT) binaries for MS-DOS 16 bit real mode" > dist/$(COMMENT_D16) | |
231 | |
232 dist/$(COMMENT_D32): dist/comment | |
233 echo "Vim - Vi IMproved - v$(VDOT) binaries for MS-DOS 32 bit protected mode" > dist/$(COMMENT_D32) | |
234 | |
235 dist/$(COMMENT_W32): dist/comment | |
236 echo "Vim - Vi IMproved - v$(VDOT) binaries for MS-Windows NT/95" > dist/$(COMMENT_W32) | |
237 | |
238 dist/$(COMMENT_GVIM): dist/comment | |
239 echo "Vim - Vi IMproved - v$(VDOT) GUI binaries for MS-Windows NT/95" > dist/$(COMMENT_GVIM) | |
240 | |
241 dist/$(COMMENT_OLE): dist/comment | |
242 echo "Vim - Vi IMproved - v$(VDOT) MS-Windows GUI binaries with OLE support" > dist/$(COMMENT_OLE) | |
243 | |
244 dist/$(COMMENT_W32S): dist/comment | |
245 echo "Vim - Vi IMproved - v$(VDOT) GUI binaries for MS-Windows 3.1/3.11" > dist/$(COMMENT_W32S) | |
246 | |
247 dist/$(COMMENT_SRC): dist/comment | |
248 echo "Vim - Vi IMproved - v$(VDOT) sources for MS-DOS and MS-Windows" > dist/$(COMMENT_SRC) | |
249 | |
250 dist/$(COMMENT_OS2): dist/comment | |
251 echo "Vim - Vi IMproved - v$(VDOT) binaries + runtime files for OS/2" > dist/$(COMMENT_OS2) | |
252 | |
253 dist/$(COMMENT_HTML): dist/comment | |
254 echo "Vim - Vi IMproved - v$(VDOT) documentation in HTML" > dist/$(COMMENT_HTML) | |
255 | |
256 dist/$(COMMENT_FARSI): dist/comment | |
257 echo "Vim - Vi IMproved - v$(VDOT) Farsi language files" > dist/$(COMMENT_FARSI) | |
258 | |
573 | 259 unixall: dist prepare |
260 -rm -f dist/$(VIMVER).tar.bz2 | |
7 | 261 -rm -rf dist/$(VIMRTDIR) |
262 mkdir dist/$(VIMRTDIR) | |
263 tar cf - \ | |
264 $(RT_ALL) \ | |
265 $(RT_ALL_BIN) \ | |
266 $(RT_UNIX) \ | |
267 $(RT_UNIX_DOS_BIN) \ | |
268 $(RT_SCRIPTS) \ | |
269 $(LANG_GEN) \ | |
240 | 270 $(LANG_GEN_BIN) \ |
573 | 271 $(SRC_ALL) \ |
7 | 272 $(SRC_UNIX) \ |
273 $(SRC_DOS_UNIX) \ | |
2160
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
274 $(EXTRA) \ |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
275 $(LANG_SRC) \ |
7 | 276 | (cd dist/$(VIMRTDIR); tar xf -) |
277 # Need to use a "distclean" config.mk file | |
278 cp -f src/config.mk.dist dist/$(VIMRTDIR)/src/auto/config.mk | |
279 # Create an empty config.h file, make dependencies require it | |
280 touch dist/$(VIMRTDIR)/src/auto/config.h | |
281 # Make sure configure is newer than config.mk to force it to be generated | |
282 touch dist/$(VIMRTDIR)/src/configure | |
283 # Make sure ja.sjis.po is newer than ja.po to avoid it being regenerated. | |
284 # Same for cs.cp1250.po, pl.cp1250.po and sk.cp1250.po. | |
285 touch dist/$(VIMRTDIR)/src/po/ja.sjis.po | |
286 touch dist/$(VIMRTDIR)/src/po/cs.cp1250.po | |
287 touch dist/$(VIMRTDIR)/src/po/pl.cp1250.po | |
288 touch dist/$(VIMRTDIR)/src/po/sk.cp1250.po | |
289 touch dist/$(VIMRTDIR)/src/po/zh_CN.cp936.po | |
290 touch dist/$(VIMRTDIR)/src/po/ru.cp1251.po | |
23 | 291 touch dist/$(VIMRTDIR)/src/po/uk.cp1251.po |
2160
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
292 # Create the archive. |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
293 cd dist && tar cf $(VIMVER).tar $(VIMRTDIR) |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
294 bzip2 dist/$(VIMVER).tar |
7 | 295 |
2160
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
296 # Amiga runtime - OBSOLETE |
7 | 297 amirt: dist prepare |
298 -rm -f dist/vim$(VERSION)rt.tar.gz | |
299 -rm -rf dist/Vim | |
300 mkdir dist/Vim | |
301 mkdir dist/Vim/$(VIMRTDIR) | |
302 tar cf - \ | |
303 $(ROOT_AMI) \ | |
304 $(RT_ALL) \ | |
305 $(RT_ALL_BIN) \ | |
306 $(RT_SCRIPTS) \ | |
307 $(RT_AMI) \ | |
308 $(RT_NO_UNIX) \ | |
309 $(RT_AMI_DOS) \ | |
310 | (cd dist/Vim/$(VIMRTDIR); tar xf -) | |
311 mv dist/Vim/$(VIMRTDIR)/vimdir.info dist/Vim.info | |
312 mv dist/Vim/$(VIMRTDIR)/runtime.info dist/Vim/$(VIMRTDIR).info | |
313 mv dist/Vim/$(VIMRTDIR)/runtime/* dist/Vim/$(VIMRTDIR) | |
314 rmdir dist/Vim/$(VIMRTDIR)/runtime | |
315 cd dist && tar cf vim$(VERSION)rt.tar Vim Vim.info | |
316 gzip -9 dist/vim$(VERSION)rt.tar | |
317 mv dist/vim$(VERSION)rt.tar.gz dist/vim$(VERSION)rt.tgz | |
318 | |
2160
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
319 # Amiga binaries - OBSOLETE |
7 | 320 amibin: dist prepare |
321 -rm -f dist/vim$(VERSION)bin.tar.gz | |
322 -rm -rf dist/Vim | |
323 mkdir dist/Vim | |
324 mkdir dist/Vim/$(VIMRTDIR) | |
325 tar cf - \ | |
326 $(ROOT_AMI) \ | |
327 $(BIN_AMI) \ | |
328 Vim \ | |
329 Xxd \ | |
330 | (cd dist/Vim/$(VIMRTDIR); tar xf -) | |
331 mv dist/Vim/$(VIMRTDIR)/vimdir.info dist/Vim.info | |
332 mv dist/Vim/$(VIMRTDIR)/runtime.info dist/Vim/$(VIMRTDIR).info | |
333 cd dist && tar cf vim$(VERSION)bin.tar Vim Vim.info | |
334 gzip -9 dist/vim$(VERSION)bin.tar | |
335 mv dist/vim$(VERSION)bin.tar.gz dist/vim$(VERSION)bin.tgz | |
336 | |
2160
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
337 # Amiga sources - OBSOLETE |
7 | 338 amisrc: dist prepare |
339 -rm -f dist/vim$(VERSION)src.tar.gz | |
340 -rm -rf dist/Vim | |
341 mkdir dist/Vim | |
342 mkdir dist/Vim/$(VIMRTDIR) | |
343 tar cf - \ | |
344 $(ROOT_AMI) \ | |
573 | 345 $(SRC_ALL) \ |
7 | 346 $(SRC_AMI) \ |
347 $(SRC_AMI_DOS) \ | |
348 | (cd dist/Vim/$(VIMRTDIR); tar xf -) | |
349 mv dist/Vim/$(VIMRTDIR)/vimdir.info dist/Vim.info | |
350 mv dist/Vim/$(VIMRTDIR)/runtime.info dist/Vim/$(VIMRTDIR).info | |
351 cd dist && tar cf vim$(VERSION)src.tar Vim Vim.info | |
352 gzip -9 dist/vim$(VERSION)src.tar | |
353 mv dist/vim$(VERSION)src.tar.gz dist/vim$(VERSION)src.tgz | |
354 | |
355 no_title.vim: Makefile | |
356 echo "set notitle noicon nocp nomodeline viminfo=" >no_title.vim | |
357 | |
358 dosrt: dist dist/$(COMMENT_RT) dosrt_unix2dos | |
359 -rm -rf dist/vim$(VERSION)rt.zip | |
360 cd dist && zip -9 -rD -z vim$(VERSION)rt.zip vim <$(COMMENT_RT) | |
361 | |
557 | 362 # Split in two parts to avoid a "argument list too long" error. |
7 | 363 dosrt_unix2dos: dist prepare no_title.vim |
364 -rm -rf dist/vim | |
365 mkdir dist/vim | |
366 mkdir dist/vim/$(VIMRTDIR) | |
2160
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
367 mkdir dist/vim/$(VIMRTDIR)/lang |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
368 cd src && MAKEMO=yes $(MAKE) languages |
7 | 369 tar cf - \ |
370 $(RT_ALL) \ | |
557 | 371 | (cd dist/vim/$(VIMRTDIR); tar xf -) |
372 tar cf - \ | |
7 | 373 $(RT_SCRIPTS) \ |
374 $(RT_DOS) \ | |
375 $(RT_NO_UNIX) \ | |
376 $(RT_AMI_DOS) \ | |
377 $(LANG_GEN) \ | |
378 | (cd dist/vim/$(VIMRTDIR); tar xf -) | |
2035 | 379 find dist/vim/$(VIMRTDIR) -type f -exec $(VIM) -e -X -u no_title.vim -c ":set tx|wq" {} \; |
7 | 380 tar cf - \ |
381 $(RT_UNIX_DOS_BIN) \ | |
382 $(RT_ALL_BIN) \ | |
383 $(RT_DOS_BIN) \ | |
240 | 384 $(LANG_GEN_BIN) \ |
7 | 385 | (cd dist/vim/$(VIMRTDIR); tar xf -) |
386 mv dist/vim/$(VIMRTDIR)/runtime/* dist/vim/$(VIMRTDIR) | |
387 rmdir dist/vim/$(VIMRTDIR)/runtime | |
2160
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
388 # Add the message translations. Trick: skip ja.mo and use ja.sjis.mo instead. |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
389 # Same for cs.mo / cs.cp1250.mo, pl.mo / pl.cp1250.mo, sk.mo / sk.cp1250.mo, |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
390 # zh_CN.mo / zh_CN.cp936.mo, uk.mo / uk.cp1251.mo and ru.mo / ru.cp1251.mo. |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
391 for i in $(LANG_DOS); do \ |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
392 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 \ |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
393 n=`echo $$i | sed -e "s+src/po/\([-a-zA-Z0-9_]*\(.UTF-8\)*\)\(.sjis\)*\(.cp1250\)*\(.cp1251\)*\(.cp936\)*.mo+\1+"`; \ |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
394 mkdir dist/vim/$(VIMRTDIR)/lang/$$n; \ |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
395 mkdir dist/vim/$(VIMRTDIR)/lang/$$n/LC_MESSAGES; \ |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
396 cp $$i dist/vim/$(VIMRTDIR)/lang/$$n/LC_MESSAGES/vim.mo; \ |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
397 fi \ |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
398 done |
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
399 cp libintl.dll dist/vim/$(VIMRTDIR)/ |
7 | 400 |
401 | |
402 # Convert runtime files from Unix fileformat to dos fileformat. | |
403 # Used before uploading. Don't delete the AAPDIR/sign files! | |
404 runtime_unix2dos: dosrt_unix2dos | |
405 -rm -rf `find runtime/dos -type f -print | sed -e /AAPDIR/d` | |
406 cd dist/vim/$(VIMRTDIR); tar cf - * \ | |
407 | (cd ../../../runtime/dos; tar xf -) | |
408 | |
409 dosbin: prepare dosbin_gvim dosbin_w32 dosbin_d32 dosbin_d16 dosbin_ole $(DOSBIN_S) | |
410 | |
411 # make Win32 gvim | |
412 dosbin_gvim: dist no_title.vim dist/$(COMMENT_GVIM) | |
413 -rm -rf dist/gvim$(VERSION).zip | |
414 -rm -rf dist/vim | |
415 mkdir dist/vim | |
416 mkdir dist/vim/$(VIMRTDIR) | |
417 tar cf - \ | |
418 $(BIN_DOS) \ | |
419 | (cd dist/vim/$(VIMRTDIR); tar xf -) | |
2035 | 420 find dist/vim/$(VIMRTDIR) -type f -exec $(VIM) -e -X -u no_title.vim -c ":set tx|wq" {} \; |
7 | 421 cp gvim.exe dist/vim/$(VIMRTDIR)/gvim.exe |
422 cp xxdw32.exe dist/vim/$(VIMRTDIR)/xxd.exe | |
423 cp vimrun.exe dist/vim/$(VIMRTDIR)/vimrun.exe | |
424 cp installw32.exe dist/vim/$(VIMRTDIR)/install.exe | |
425 cp uninstalw32.exe dist/vim/$(VIMRTDIR)/uninstal.exe | |
426 cp gvimext.dll dist/vim/$(VIMRTDIR)/gvimext.dll | |
427 cd dist && zip -9 -rD -z gvim$(VERSION).zip vim <$(COMMENT_GVIM) | |
714 | 428 cp gvim.pdb dist/gvim$(VERSION).pdb |
7 | 429 |
430 # make Win32 console | |
431 dosbin_w32: dist no_title.vim dist/$(COMMENT_W32) | |
432 -rm -rf dist/vim$(VERSION)w32.zip | |
433 -rm -rf dist/vim | |
434 mkdir dist/vim | |
435 mkdir dist/vim/$(VIMRTDIR) | |
436 tar cf - \ | |
437 $(BIN_DOS) \ | |
438 | (cd dist/vim/$(VIMRTDIR); tar xf -) | |
2035 | 439 find dist/vim/$(VIMRTDIR) -type f -exec $(VIM) -e -X -u no_title.vim -c ":set tx|wq" {} \; |
7 | 440 cp vimw32.exe dist/vim/$(VIMRTDIR)/vim.exe |
441 cp xxdw32.exe dist/vim/$(VIMRTDIR)/xxd.exe | |
442 cp installw32.exe dist/vim/$(VIMRTDIR)/install.exe | |
443 cp uninstalw32.exe dist/vim/$(VIMRTDIR)/uninstal.exe | |
444 cd dist && zip -9 -rD -z vim$(VERSION)w32.zip vim <$(COMMENT_W32) | |
714 | 445 cp vimw32.pdb dist/vim$(VERSION)w32.pdb |
7 | 446 |
447 # make 32bit DOS | |
448 dosbin_d32: dist no_title.vim dist/$(COMMENT_D32) | |
449 -rm -rf dist/vim$(VERSION)d32.zip | |
450 -rm -rf dist/vim | |
451 mkdir dist/vim | |
452 mkdir dist/vim/$(VIMRTDIR) | |
453 tar cf - \ | |
454 $(BIN_DOS) \ | |
455 | (cd dist/vim/$(VIMRTDIR); tar xf -) | |
2035 | 456 find dist/vim/$(VIMRTDIR) -type f -exec $(VIM) -e -X -u no_title.vim -c ":set tx|wq" {} \; |
7 | 457 cp vimd32.exe dist/vim/$(VIMRTDIR)/vim.exe |
458 cp xxdd32.exe dist/vim/$(VIMRTDIR)/xxd.exe | |
459 cp installd32.exe dist/vim/$(VIMRTDIR)/install.exe | |
460 cp uninstald32.exe dist/vim/$(VIMRTDIR)/uninstal.exe | |
461 cp csdpmi4b.zip dist/vim/$(VIMRTDIR) | |
462 cd dist && zip -9 -rD -z vim$(VERSION)d32.zip vim <$(COMMENT_D32) | |
463 | |
464 # make 16bit DOS | |
465 dosbin_d16: dist no_title.vim dist/$(COMMENT_D16) | |
466 -rm -rf dist/vim$(VERSION)d16.zip | |
467 -rm -rf dist/vim | |
468 mkdir dist/vim | |
469 mkdir dist/vim/$(VIMRTDIR) | |
470 tar cf - \ | |
471 $(BIN_DOS) \ | |
472 | (cd dist/vim/$(VIMRTDIR); tar xf -) | |
2035 | 473 find dist/vim/$(VIMRTDIR) -type f -exec $(VIM) -e -X -u no_title.vim -c ":set tx|wq" {} \; |
7 | 474 cp vimd16.exe dist/vim/$(VIMRTDIR)/vim.exe |
475 cp xxdd16.exe dist/vim/$(VIMRTDIR)/xxd.exe | |
476 cp installd16.exe dist/vim/$(VIMRTDIR)/install.exe | |
477 cp uninstald16.exe dist/vim/$(VIMRTDIR)/uninstal.exe | |
478 cd dist && zip -9 -rD -z vim$(VERSION)d16.zip vim <$(COMMENT_D16) | |
479 | |
480 # make Win32 gvim with OLE | |
481 dosbin_ole: dist no_title.vim dist/$(COMMENT_OLE) | |
482 -rm -rf dist/gvim$(VERSION)ole.zip | |
483 -rm -rf dist/vim | |
484 mkdir dist/vim | |
485 mkdir dist/vim/$(VIMRTDIR) | |
486 tar cf - \ | |
487 $(BIN_DOS) \ | |
488 | (cd dist/vim/$(VIMRTDIR); tar xf -) | |
2035 | 489 find dist/vim/$(VIMRTDIR) -type f -exec $(VIM) -e -X -u no_title.vim -c ":set tx|wq" {} \; |
7 | 490 cp gvim_ole.exe dist/vim/$(VIMRTDIR)/gvim.exe |
491 cp xxdw32.exe dist/vim/$(VIMRTDIR)/xxd.exe | |
492 cp vimrun.exe dist/vim/$(VIMRTDIR)/vimrun.exe | |
493 cp installw32.exe dist/vim/$(VIMRTDIR)/install.exe | |
494 cp uninstalw32.exe dist/vim/$(VIMRTDIR)/uninstal.exe | |
495 cp gvimext.dll dist/vim/$(VIMRTDIR)/gvimext.dll | |
496 cp README_ole.txt dist/vim/$(VIMRTDIR) | |
497 cp src/VisVim/VisVim.dll dist/vim/$(VIMRTDIR)/VisVim.dll | |
498 cp src/VisVim/README_VisVim.txt dist/vim/$(VIMRTDIR) | |
499 cd dist && zip -9 -rD -z gvim$(VERSION)ole.zip vim <$(COMMENT_OLE) | |
714 | 500 cp gvim_ole.pdb dist/gvim$(VERSION)ole.pdb |
7 | 501 |
502 # make Win32s gvim | |
503 dosbin_s: dist no_title.vim dist/$(COMMENT_W32S) | |
504 -rm -rf dist/gvim$(VERSION)_s.zip | |
505 -rm -rf dist/vim | |
506 mkdir dist/vim | |
507 mkdir dist/vim/$(VIMRTDIR) | |
508 tar cf - \ | |
509 $(BIN_DOS) \ | |
510 | (cd dist/vim/$(VIMRTDIR); tar xf -) | |
2035 | 511 find dist/vim/$(VIMRTDIR) -type f -exec $(VIM) -e -X -u no_title.vim -c ":set tx|wq" {} \; |
7 | 512 cp gvim_w32s.exe dist/vim/$(VIMRTDIR)/gvim.exe |
513 cp xxdd32.exe dist/vim/$(VIMRTDIR)/xxd.exe | |
514 cp README_w32s.txt dist/vim/$(VIMRTDIR) | |
515 cp installw32.exe dist/vim/$(VIMRTDIR)/install.exe | |
516 cp uninstalw32.exe dist/vim/$(VIMRTDIR)/uninstal.exe | |
517 cd dist && zip -9 -rD -z gvim$(VERSION)_s.zip vim <$(COMMENT_W32S) | |
518 | |
519 # MS-DOS sources | |
520 dossrc: dist no_title.vim dist/$(COMMENT_SRC) runtime/doc/uganda.nsis.txt | |
521 -rm -rf dist/vim$(VERSION)src.zip | |
522 -rm -rf dist/vim | |
523 mkdir dist/vim | |
524 mkdir dist/vim/$(VIMRTDIR) | |
525 tar cf - \ | |
573 | 526 $(SRC_ALL) \ |
7 | 527 $(SRC_DOS) \ |
528 $(SRC_AMI_DOS) \ | |
529 $(SRC_DOS_UNIX) \ | |
530 runtime/doc/uganda.nsis.txt \ | |
531 | (cd dist/vim/$(VIMRTDIR); tar xf -) | |
532 mv dist/vim/$(VIMRTDIR)/runtime/* dist/vim/$(VIMRTDIR) | |
533 rmdir dist/vim/$(VIMRTDIR)/runtime | |
2035 | 534 find dist/vim/$(VIMRTDIR) -type f -exec $(VIM) -e -X -u no_title.vim -c ":set tx|wq" {} \; |
7 | 535 tar cf - \ |
536 $(SRC_DOS_BIN) \ | |
537 | (cd dist/vim/$(VIMRTDIR); tar xf -) | |
538 cd dist && zip -9 -rD -z vim$(VERSION)src.zip vim <$(COMMENT_SRC) | |
539 | |
540 runtime/doc/uganda.nsis.txt: runtime/doc/uganda.txt | |
541 cd runtime/doc && $(MAKE) uganda.nsis.txt | |
542 | |
543 os2bin: dist no_title.vim dist/$(COMMENT_OS2) | |
544 -rm -rf dist/vim$(VERSION)os2.zip | |
545 -rm -rf dist/vim | |
546 mkdir dist/vim | |
547 mkdir dist/vim/$(VIMRTDIR) | |
548 tar cf - \ | |
549 $(BIN_OS2) \ | |
550 | (cd dist/vim/$(VIMRTDIR); tar xf -) | |
2035 | 551 find dist/vim/$(VIMRTDIR) -type f -exec $(VIM) -e -X -u no_title.vim -c ":set tx|wq" {} \; |
7 | 552 cp vimos2.exe dist/vim/$(VIMRTDIR)/vim.exe |
553 cp xxdos2.exe dist/vim/$(VIMRTDIR)/xxd.exe | |
554 cp teeos2.exe dist/vim/$(VIMRTDIR)/tee.exe | |
555 cp emx.dll emxlibcs.dll dist/vim/$(VIMRTDIR) | |
556 cd dist && zip -9 -rD -z vim$(VERSION)os2.zip vim <$(COMMENT_OS2) | |
557 | |
558 html: dist dist/$(COMMENT_HTML) | |
559 -rm -rf dist/vim$(VERSION)html.zip | |
560 cd runtime/doc && zip -9 -z ../../dist/vim$(VERSION)html.zip *.html <../../dist/$(COMMENT_HTML) | |
561 | |
562 farsi: dist dist/$(COMMENT_FARSI) | |
563 -rm -f dist/farsi$(VERSION).zip | |
564 zip -9 -rD -z dist/farsi$(VERSION).zip farsi < dist/$(COMMENT_FARSI) |