comparison src/Makefile @ 692:a28f83d37113

updated for version 7.0208
author vimboss
date Mon, 27 Feb 2006 00:08:02 +0000
parents d7e33248b9c8
children f08390485cd3
comparison
equal deleted inserted replaced
691:8106f3da02d0 692:a28f83d37113
352 #CONF_OPT_GUI = --enable-gui=nextaw 352 #CONF_OPT_GUI = --enable-gui=nextaw
353 353
354 # DARWIN - detecting Mac OS X 354 # DARWIN - detecting Mac OS X
355 # Uncomment this line when you want to compile a Unix version of Vim on 355 # Uncomment this line when you want to compile a Unix version of Vim on
356 # Darwin. None of the Mac specific options or files will be used. 356 # Darwin. None of the Mac specific options or files will be used.
357 # You can also change the architecture supported, default is to test for both.
357 #CONF_OPT_DARWIN = --disable-darwin 358 #CONF_OPT_DARWIN = --disable-darwin
359 #CONF_OPT_DARWIN = --with-mac-arch=i386
360 #CONF_OPT_DARWIN = --with-mac-arch=ppc
358 361
359 # PERL 362 # PERL
360 # Uncomment this when you want to include the Perl interface. 363 # Uncomment this when you want to include the Perl interface.
361 # The Perl option sometimes causes problems, because it adds extra flags 364 # The Perl option sometimes causes problems, because it adds extra flags
362 # to the command line. If you see strange flags during compilation, check in 365 # to the command line. If you see strange flags during compilation, check in
544 # Configuration is in the .ccmalloc or ~/.ccmalloc file. 547 # Configuration is in the .ccmalloc or ~/.ccmalloc file.
545 # Doesn't work very well, since memory linked to from global variables 548 # Doesn't work very well, since memory linked to from global variables
546 # (indirectly) is also marked as leaked memory. 549 # (indirectly) is also marked as leaked memory.
547 #PROFILE_CFLAGS = -DEXITFREE 550 #PROFILE_CFLAGS = -DEXITFREE
548 #PROFILE_LIBS = -lccmalloc 551 #PROFILE_LIBS = -lccmalloc
549
550 # MAC OS X platform
551 MAC_OSX_ARCH = -arch ppc
552 #MAC_OSX_ARCH = -arch i386
553 552
554 ##################################################### 553 #####################################################
555 ### Specific systems, check if yours is listed! ### {{{ 554 ### Specific systems, check if yours is listed! ### {{{
556 ##################################################### 555 #####################################################
557 556
1199 PHOTONGUI_BUNDLE = 1198 PHOTONGUI_BUNDLE =
1200 1199
1201 # CARBON GUI 1200 # CARBON GUI
1202 CARBONGUI_SRC = gui.c gui_mac.c 1201 CARBONGUI_SRC = gui.c gui_mac.c
1203 CARBONGUI_OBJ = objects/gui.o objects/gui_mac.o objects/pty.o 1202 CARBONGUI_OBJ = objects/gui.o objects/gui_mac.o objects/pty.o
1204 CARBONGUI_DEFS = -DFEAT_GUI_MAC $(MAC_OSX_ARCH) -fno-common -fpascal-strings \ 1203 CARBONGUI_DEFS = -DFEAT_GUI_MAC -fno-common -fpascal-strings \
1205 -Wall -Wno-unknown-pragmas \ 1204 -Wall -Wno-unknown-pragmas \
1206 -mdynamic-no-pic -pipe 1205 -mdynamic-no-pic -pipe
1207 CARBONGUI_IPATH = -I. -Iproto 1206 CARBONGUI_IPATH = -I. -Iproto
1208 CARBONGUI_LIBS_DIR = $(MAC_OSX_ARCH) 1207 CARBONGUI_LIBS_DIR =
1209 CARBONGUI_LIBS1 = -framework Carbon 1208 CARBONGUI_LIBS1 = -framework Carbon
1210 CARBONGUI_LIBS2 = 1209 CARBONGUI_LIBS2 =
1211 CARBONGUI_INSTALL = install_macosx 1210 CARBONGUI_INSTALL = install_macosx
1212 CARBONGUI_TARGETS = 1211 CARBONGUI_TARGETS =
1213 CARBONGUI_MAN_TARGETS = 1212 CARBONGUI_MAN_TARGETS =