comparison src/Makefile @ 167:c93c9cad9618

updated for version 7.0051
author vimboss
date Tue, 22 Feb 2005 08:39:57 +0000
parents 2983cde45542
children 3b32f6b507fa
comparison
equal deleted inserted replaced
166:3a28ed993bbe 167:c93c9cad9618
503 #CFLAGS = -O -FOlimit,2000 503 #CFLAGS = -O -FOlimit,2000
504 504
505 # Often used for GCC: mixed optimizing, lot of optimizing, debugging 505 # Often used for GCC: mixed optimizing, lot of optimizing, debugging
506 #CFLAGS = -g -O2 -fno-strength-reduce -Wall -Wshadow -Wmissing-prototypes 506 #CFLAGS = -g -O2 -fno-strength-reduce -Wall -Wshadow -Wmissing-prototypes
507 #CFLAGS = -g -O2 -fno-strength-reduce -Wall -Wmissing-prototypes 507 #CFLAGS = -g -O2 -fno-strength-reduce -Wall -Wmissing-prototypes
508 #CFLAGS = -g -Wall -Wmissing-prototypes
508 #CFLAGS = -O6 -fno-strength-reduce -Wall -Wshadow -Wmissing-prototypes 509 #CFLAGS = -O6 -fno-strength-reduce -Wall -Wshadow -Wmissing-prototypes
509 #CFLAGS = -g -DDEBUG -Wall -Wshadow -Wmissing-prototypes 510 #CFLAGS = -g -DDEBUG -Wall -Wshadow -Wmissing-prototypes
510 #CFLAGS = -g -O2 '-DSTARTUPTIME="vimstartup"' -fno-strength-reduce -Wall -Wmissing-prototypes 511 #CFLAGS = -g -O2 '-DSTARTUPTIME="vimstartup"' -fno-strength-reduce -Wall -Wmissing-prototypes
511 512
512 # EFENCE - Electric-Fence malloc debugging: catches memory accesses beyond 513 # EFENCE - Electric-Fence malloc debugging: catches memory accesses beyond
2408 bundle-language 2409 bundle-language
2409 2410
2410 bundle-dir: $(APPDIR)/Contents $(VIMTARGET) 2411 bundle-dir: $(APPDIR)/Contents $(VIMTARGET)
2411 -@srcdir=`pwd`; cd $(HELPSOURCE); $(MAKE) VIMEXE=$$srcdir/$(VIMTARGET) vimtags 2412 -@srcdir=`pwd`; cd $(HELPSOURCE); $(MAKE) VIMEXE=$$srcdir/$(VIMTARGET) vimtags
2412 cp -R ../runtime $(APPDIR) 2413 cp -R ../runtime $(APPDIR)
2414 # When using CVS some CVS directories might have been copied.
2415 cvs=`find $(APPDIR) \( -name CVS -o -name AAPDIR \) -print`; \
2416 if test -n "$$cvs"; then \
2417 rm -rf $$cvs; \
2418 fi
2413 2419
2414 bundle-executable: $(VIMTARGET) 2420 bundle-executable: $(VIMTARGET)
2415 cp $(VIMTARGET) $(APPDIR)/Contents/MacOS/$(VIMTARGET) 2421 cp $(VIMTARGET) $(APPDIR)/Contents/MacOS/$(VIMTARGET)
2416 2422
2417 bundle-info: bundle-dir 2423 bundle-info: bundle-dir