Mercurial > vim
comparison src/Makefile @ 856:8cd729851562 v7.0g
updated for version 7.0g
author | vimboss |
---|---|
date | Sun, 30 Apr 2006 18:54:39 +0000 |
parents | eac1cd7f1eff |
children | 4bac29d27e2f |
comparison
equal
deleted
inserted
replaced
855:d2a4f08396fe | 856:8cd729851562 |
---|---|
878 ### Directory of the man pages | 878 ### Directory of the man pages |
879 MAN1DIR = /man1 | 879 MAN1DIR = /man1 |
880 | 880 |
881 ### Vim version (adjusted by a script) | 881 ### Vim version (adjusted by a script) |
882 VIMMAJOR = 7 | 882 VIMMAJOR = 7 |
883 VIMMINOR = 0f | 883 VIMMINOR = 0g |
884 | 884 |
885 ### Location of Vim files (should not need to be changed, and {{{1 | 885 ### Location of Vim files (should not need to be changed, and {{{1 |
886 ### some things might not work when they are changed!) | 886 ### some things might not work when they are changed!) |
887 VIMDIR = /vim | 887 VIMDIR = /vim |
888 VIMRTDIR = /vim$(VIMMAJOR)$(VIMMINOR) | 888 VIMRTDIR = /vim$(VIMMAJOR)$(VIMMINOR) |
1111 GTK_TESTTARGET = gui | 1111 GTK_TESTTARGET = gui |
1112 GTK_BUNDLE = | 1112 GTK_BUNDLE = |
1113 | 1113 |
1114 ### Motif GUI | 1114 ### Motif GUI |
1115 MOTIF_SRC = gui.c gui_motif.c gui_x11.c pty.c gui_beval.c \ | 1115 MOTIF_SRC = gui.c gui_motif.c gui_x11.c pty.c gui_beval.c \ |
1116 gui_xmdlg.c gui_xmebw.c | 1116 gui_xmdlg.c gui_xmebw.c |
1117 MOTIF_OBJ = objects/gui.o objects/gui_motif.o objects/gui_x11.o \ | 1117 MOTIF_OBJ = objects/gui.o objects/gui_motif.o objects/gui_x11.o \ |
1118 objects/pty.o objects/gui_beval.o \ | 1118 objects/pty.o objects/gui_beval.o \ |
1119 objects/gui_xmdlg.o objects/gui_xmebw.o | 1119 objects/gui_xmdlg.o objects/gui_xmebw.o |
1120 MOTIF_DEFS = -DFEAT_GUI_MOTIF $(NARROW_PROTO) | 1120 MOTIF_DEFS = -DFEAT_GUI_MOTIF $(NARROW_PROTO) |
1121 MOTIF_IPATH = $(GUI_INC_LOC) | 1121 MOTIF_IPATH = $(GUI_INC_LOC) |
1762 INSTALLMANARGS = $(VIMLOC) $(SCRIPTLOC) $(VIMRCLOC) $(HELPSOURCE) $(MANMOD) \ | 1762 INSTALLMANARGS = $(VIMLOC) $(SCRIPTLOC) $(VIMRCLOC) $(HELPSOURCE) $(MANMOD) \ |
1763 $(VIMNAME) $(VIMDIFFNAME) $(EVIMNAME) | 1763 $(VIMNAME) $(VIMDIFFNAME) $(EVIMNAME) |
1764 | 1764 |
1765 # Install most of the runtime files | 1765 # Install most of the runtime files |
1766 installruntime: installrtbase installmacros installtutor installspell | 1766 installruntime: installrtbase installmacros installtutor installspell |
1767 | 1767 |
1768 # install the help files; first adjust the contents for the final location | 1768 # install the help files; first adjust the contents for the final location |
1769 installrtbase: $(HELPSOURCE)/vim.1 $(DEST_VIM) $(DEST_RT) \ | 1769 installrtbase: $(HELPSOURCE)/vim.1 $(DEST_VIM) $(DEST_RT) \ |
1770 $(DEST_HELP) $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND) \ | 1770 $(DEST_HELP) $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND) \ |
1771 $(DEST_FTP) $(DEST_AUTO) $(DEST_AUTO)/xml $(DEST_PLUG) \ | 1771 $(DEST_FTP) $(DEST_AUTO) $(DEST_AUTO)/xml $(DEST_PLUG) \ |
1772 $(DEST_TUTOR) $(DEST_SPELL) $(DEST_COMP) | 1772 $(DEST_TUTOR) $(DEST_SPELL) $(DEST_COMP) |
2060 INSTALLMLARGS = $(VIMNAME) $(VIMDIFFNAME) $(EVIMNAME) \ | 2060 INSTALLMLARGS = $(VIMNAME) $(VIMDIFFNAME) $(EVIMNAME) \ |
2061 $(EXNAME) $(VIEWNAME) $(RVIMNAME) $(RVIEWNAME) \ | 2061 $(EXNAME) $(VIEWNAME) $(RVIMNAME) $(RVIEWNAME) \ |
2062 $(GVIMNAME) $(GVIEWNAME) $(RGVIMNAME) $(RGVIEWNAME) \ | 2062 $(GVIMNAME) $(GVIEWNAME) $(RGVIMNAME) $(RGVIEWNAME) \ |
2063 $(GVIMDIFFNAME) $(EVIEWNAME) | 2063 $(GVIMDIFFNAME) $(EVIEWNAME) |
2064 | 2064 |
2065 installmanlinks: | 2065 installmanlinks: |
2066 -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \ | 2066 -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \ |
2067 $(DEST_MAN) $(INSTALLMLARGS) | 2067 $(DEST_MAN) $(INSTALLMLARGS) |
2068 | 2068 |
2069 uninstall: uninstall_runtime | 2069 uninstall: uninstall_runtime |
2070 -rm -f $(DEST_BIN)/$(VIMTARGET) | 2070 -rm -f $(DEST_BIN)/$(VIMTARGET) |