Skip to content

Instantly share code, notes, and snippets.

@shirosaki
Created June 27, 2013 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shirosaki/5878629 to your computer and use it in GitHub Desktop.
Save shirosaki/5878629 to your computer and use it in GitHub Desktop.
MacVim src dependencies
diff --git a/src/Makefile b/src/Makefile
index 2d4dd10..dc6cedc 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1501,7 +1501,8 @@ TAGS_SRC = *.c *.cpp if_perl.xs
EXTRA_SRC = hangulin.c if_lua.c if_mzsch.c auto/if_perl.c if_perlsfio.c \
if_python.c if_python3.c if_tcl.c if_ruby.c if_sniff.c \
- gui_beval.c workshop.c wsdebug.c integration.c netbeans.c
+ gui_beval.c workshop.c wsdebug.c integration.c netbeans.c \
+ MacVim/MMBackend.m MacVim/MacVim.m MacVim/gui_macvim.m
# Unittest files
MEMFILE_TEST_SRC = memfile_test.c
@@ -3189,3 +3190,12 @@ objects/netbeans.o: netbeans.c vim.h auto/config.h feature.h os_unix.h \
auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
globals.h farsi.h arabic.h version.h
+objects/MMBackend.o: MacVim/MMBackend.m MacVim/MMBackend.h MacVim/MacVim.h vim.h \
+ auto/config.h feature.h os_unix.h os_mac.h ascii.h keymap.h term.h \
+ macros.h option.h structs.h regexp.h gui.h gui_beval.h \
+ proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h arabic.h
+objects/MacVim.o: MacVim/MacVim.m MacVim/MacVim.h
+objects/gui_macvim.o: MacVim/gui_macvim.m MacVim/MMBackend.h MacVim/MacVim.h \
+ vim.h auto/config.h feature.h os_unix.h os_mac.h ascii.h keymap.h \
+ term.h macros.h option.h structs.h regexp.h gui.h gui_beval.h \
+ proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h arabic.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment