summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 503fe0375d..bcfc5132a9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1612,6 +1612,7 @@ BASIC_SRC = \
json.c \
list.c \
main.c \
+ map.c \
mark.c \
memfile.c \
memline.c \
@@ -1735,6 +1736,7 @@ OBJ_COMMON = \
objects/indent.o \
objects/insexpand.o \
objects/list.o \
+ objects/map.o \
objects/mark.o \
objects/memline.o \
objects/menu.o \
@@ -1879,6 +1881,7 @@ PRO_AUTO = \
json.pro \
list.pro \
main.pro \
+ map.pro \
mark.pro \
mbyte.pro \
memfile.pro \
@@ -3169,6 +3172,9 @@ objects/list.o: list.c
objects/main.o: main.c
$(CCC) -o $@ main.c
+objects/map.o: map.c
+ $(CCC) -o $@ map.c
+
objects/mark.o: mark.c
$(CCC) -o $@ mark.c
@@ -3604,6 +3610,10 @@ objects/main.o: main.c vim.h protodef.h auto/config.h feature.h os_unix.h \
auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
proto.h globals.h
+objects/map.o: map.c vim.h protodef.h auto/config.h feature.h os_unix.h \
+ auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
+ proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
+ proto.h globals.h
objects/mark.o: mark.c vim.h protodef.h auto/config.h feature.h os_unix.h \
auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \