comparison src/Makefile @ 2834:107b03fdf1ad v7.3.191

updated for version 7.3.191 Problem: Still some RISC OS stuff to remove. Solution: Remove files and lines. (Hong Xu) Remove the 'osfiletype' option code.
author Bram Moolenaar <bram@vim.org>
date Thu, 19 May 2011 13:41:14 +0200
parents 55fe8407514f
children b5a2b4c0c1ca
comparison
equal deleted inserted replaced
2833:c869ff170ddc 2834:107b03fdf1ad
27 # - Uncomment --disable-darwin if on Mac OS X but you want to compile a 27 # - Uncomment --disable-darwin if on Mac OS X but you want to compile a
28 # Unix version. 28 # Unix version.
29 # - Uncomment the line "CONF_OPT_X = --without-x" if you have X11 but 29 # - Uncomment the line "CONF_OPT_X = --without-x" if you have X11 but
30 # want to disable using X11 libraries. This speeds up starting Vim, 30 # want to disable using X11 libraries. This speeds up starting Vim,
31 # but the window title will not be set and the X11 selection can not 31 # but the window title will not be set and the X11 selection can not
32 # used. 32 # be used.
33 # - Uncomment the line "CONF_OPT_XSMP = --disable-xsmp" if you have the 33 # - Uncomment the line "CONF_OPT_XSMP = --disable-xsmp" if you have the
34 # X11 Session Management Protocol (XSMP) library (libSM) but do not 34 # X11 Session Management Protocol (XSMP) library (libSM) but do not
35 # want to use it. 35 # want to use it.
36 # This can speedup Vim startup but Vim loses the ability to catch the 36 # This can speedup Vim startup but Vim loses the ability to catch the
37 # user logging out from session-managers like GNOME and work 37 # user logging out from session-managers like GNOME and work
727 ### UTS4 for Amdahl UTS 4.x 727 ### UTS4 for Amdahl UTS 4.x
728 #EXTRA_DEFS = -DUTS4 -Xa 728 #EXTRA_DEFS = -DUTS4 -Xa
729 729
730 ### USL for Unix Systems Laboratories (SYSV 4.2) 730 ### USL for Unix Systems Laboratories (SYSV 4.2)
731 #EXTRA_DEFS = -DUSL 731 #EXTRA_DEFS = -DUSL
732
733 ### RISCos on MIPS without X11
734 #EXTRA_DEFS = -DMIPS
735
736 ### RISCos on MIPS with X11
737 #EXTRA_LIBS = -lsun
738 732
739 ### (6) A/UX 3.1.1 with gcc (Jim Jagielski) 733 ### (6) A/UX 3.1.1 with gcc (Jim Jagielski)
740 #CC= gcc -D_POSIX_SOURCE 734 #CC= gcc -D_POSIX_SOURCE
741 #CFLAGS= -O2 735 #CFLAGS= -O2
742 #EXTRA_LIBS = -lposix -lbsd -ltermcap -lX11 736 #EXTRA_LIBS = -lposix -lbsd -ltermcap -lX11
1631 1625
1632 # Resources used for the Mac are in one directory. 1626 # Resources used for the Mac are in one directory.
1633 RSRC_DIR = os_mac_rsrc 1627 RSRC_DIR = os_mac_rsrc
1634 1628
1635 PRO_MANUAL = os_amiga.pro os_msdos.pro os_win16.pro os_win32.pro \ 1629 PRO_MANUAL = os_amiga.pro os_msdos.pro os_win16.pro os_win32.pro \
1636 os_mswin.pro os_beos.pro os_vms.pro os_riscos.pro $(PERL_PRO) 1630 os_mswin.pro os_beos.pro os_vms.pro $(PERL_PRO)
1637 1631
1638 # Default target is making the executable and tools 1632 # Default target is making the executable and tools
1639 all: $(VIMTARGET) $(TOOLS) languages $(GUI_BUNDLE) 1633 all: $(VIMTARGET) $(TOOLS) languages $(GUI_BUNDLE)
1640 1634
1641 tools: $(TOOLS) 1635 tools: $(TOOLS)