comparison src/Makefile @ 816:4a79d6d376f0 v7.0c02

updated for version 7.0c02
author vimboss
date Tue, 28 Mar 2006 21:08:56 +0000
parents 9f345c48220b
children 23f82b5d2814
comparison
equal deleted inserted replaced
815:c68b7b2b9e07 816:4a79d6d376f0
1522 netbeans.pro \ 1522 netbeans.pro \
1523 $(ALL_GUI_PRO) \ 1523 $(ALL_GUI_PRO) \
1524 $(TCL_PRO) 1524 $(TCL_PRO)
1525 1525
1526 ICON_APP = gui_mac.icns 1526 ICON_APP = gui_mac.icns
1527 ICON_DOCTXT = doc-txt.icns
1527 1528
1528 PRO_MANUAL = os_amiga.pro os_msdos.pro os_win16.pro os_win32.pro \ 1529 PRO_MANUAL = os_amiga.pro os_msdos.pro os_win16.pro os_win32.pro \
1529 os_mswin.pro os_beos.pro os_vms.pro os_riscos.pro $(PERL_PRO) 1530 os_mswin.pro os_beos.pro os_vms.pro os_riscos.pro $(PERL_PRO)
1530 1531
1531 # Default target is making the executable and tools 1532 # Default target is making the executable and tools
2161 cp config.mk.dist $(SHADOWDIR) 2162 cp config.mk.dist $(SHADOWDIR)
2162 mkdir $(SHADOWDIR)/xxd 2163 mkdir $(SHADOWDIR)/xxd
2163 cd $(SHADOWDIR)/xxd; ln -s ../../xxd/*.[ch] ../../xxd/Make* . 2164 cd $(SHADOWDIR)/xxd; ln -s ../../xxd/*.[ch] ../../xxd/Make* .
2164 if test -f $(ICON_APP); then \ 2165 if test -f $(ICON_APP); then \
2165 cd $(SHADOWDIR); \ 2166 cd $(SHADOWDIR); \
2166 ln -s ../$(ICON_APP) ../os_mac.rsr.hqx ../dehqx.py .; \ 2167 ln -s ../$(ICON_APP) ../$(ICON_DOCTXT) ../os_mac.rsr.hqx ../dehqx.py .; \
2167 fi 2168 fi
2168 mkdir $(SHADOWDIR)/testdir 2169 mkdir $(SHADOWDIR)/testdir
2169 cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \ 2170 cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \
2170 ../../testdir/vimrc.unix \ 2171 ../../testdir/vimrc.unix \
2171 ../../testdir/*.in \ 2172 ../../testdir/*.in \
2526 ### Common flags 2527 ### Common flags
2527 M4FLAGSX = $(M4FLAGS) -DAPP_EXE=$(VIMNAME) -DAPP_NAME=$(VIMNAME) \ 2528 M4FLAGSX = $(M4FLAGS) -DAPP_EXE=$(VIMNAME) -DAPP_NAME=$(VIMNAME) \
2528 -DAPP_VER=$(VERSION) -DICON_APP=$(ICON_APP) 2529 -DAPP_VER=$(VERSION) -DICON_APP=$(ICON_APP)
2529 2530
2530 ### Icons 2531 ### Icons
2531 ICONS = $(RESDIR)/$(ICON_APP) 2532 ICONS = $(RESDIR)/$(ICON_APP) $(RESDIR)/$(ICON_DOCTXT)
2532 2533
2533 # If you uncomment the following lines the *.icns in the src directory will be 2534 # If you uncomment the following lines the *.icns in the src directory will be
2534 # detected by this Makefile automatically, and used for Vim. 2535 # detected by this Makefile automatically, and used for Vim.
2535 #ICON_APP = $(shell if [ -e app.icns ] ; then echo app.icns ; else echo gui_mac.icns ; fi) 2536 #ICON_APP = $(shell if [ -e app.icns ] ; then echo app.icns ; else echo gui_mac.icns ; fi)
2536 #ICON_DOC = $(shell if [ -e doc.icns ] ; then echo doc.icns ; else echo ; fi) 2537 #ICON_DOC = $(shell if [ -e doc.icns ] ; then echo doc.icns ; else echo ; fi)