comparison src/Makefile @ 440:eb531146be0e v7.0114

updated for version 7.0114
author vimboss
date Sat, 23 Jul 2005 22:25:46 +0000
parents 289b19a6f2ed
children 7472c565592a
comparison
equal deleted inserted replaced
439:8d2b705a5a51 440:eb531146be0e
1341 ex_eval.c \ 1341 ex_eval.c \
1342 ex_getln.c \ 1342 ex_getln.c \
1343 fileio.c \ 1343 fileio.c \
1344 fold.c \ 1344 fold.c \
1345 getchar.c \ 1345 getchar.c \
1346 hardcopy.c \
1346 hashtable.c \ 1347 hashtable.c \
1347 if_cscope.c \ 1348 if_cscope.c \
1348 if_xcmdsrv.c \ 1349 if_xcmdsrv.c \
1349 main.c \ 1350 main.c \
1350 mark.c \ 1351 mark.c \
1409 objects/ex_eval.o \ 1410 objects/ex_eval.o \
1410 objects/ex_getln.o \ 1411 objects/ex_getln.o \
1411 objects/fileio.o \ 1412 objects/fileio.o \
1412 objects/fold.o \ 1413 objects/fold.o \
1413 objects/getchar.o \ 1414 objects/getchar.o \
1415 objects/hardcopy.o \
1414 objects/hashtable.o \ 1416 objects/hashtable.o \
1415 $(HANGULIN_OBJ) \ 1417 $(HANGULIN_OBJ) \
1416 objects/if_cscope.o \ 1418 objects/if_cscope.o \
1417 objects/if_xcmdsrv.o \ 1419 objects/if_xcmdsrv.o \
1418 objects/main.o \ 1420 objects/main.o \
1466 ex_eval.pro \ 1468 ex_eval.pro \
1467 ex_getln.pro \ 1469 ex_getln.pro \
1468 fileio.pro \ 1470 fileio.pro \
1469 fold.pro \ 1471 fold.pro \
1470 getchar.pro \ 1472 getchar.pro \
1473 hardcopy.pro \
1471 hashtable.pro \ 1474 hashtable.pro \
1472 hangulin.pro \ 1475 hangulin.pro \
1473 if_cscope.pro \ 1476 if_cscope.pro \
1474 if_xcmdsrv.pro \ 1477 if_xcmdsrv.pro \
1475 if_python.pro \ 1478 if_python.pro \
1597 1600
1598 # Build the language specific files if they were unpacked. 1601 # Build the language specific files if they were unpacked.
1599 # Generate the converted .mo files separately, it's no problem if this fails. 1602 # Generate the converted .mo files separately, it's no problem if this fails.
1600 languages: 1603 languages:
1601 @if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \ 1604 @if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
1602 cd $(PODIR); CC="$(CC)" $(MAKE) prefix=$(DESTDIR)$(prefix); \ 1605 cd $(PODIR); \
1606 CC="$(CC)" $(MAKE) check; \
1607 CC="$(CC)" $(MAKE) prefix=$(DESTDIR)$(prefix); \
1603 fi 1608 fi
1604 -@if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \ 1609 -@if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
1605 cd $(PODIR); CC="$(CC)" $(MAKE) prefix=$(DESTDIR)$(prefix) converted; \ 1610 cd $(PODIR); CC="$(CC)" $(MAKE) prefix=$(DESTDIR)$(prefix) converted; \
1606 fi 1611 fi
1607 1612
2283 $(CCC) -o $@ fold.c 2288 $(CCC) -o $@ fold.c
2284 2289
2285 objects/getchar.o: getchar.c 2290 objects/getchar.o: getchar.c
2286 $(CCC) -o $@ getchar.c 2291 $(CCC) -o $@ getchar.c
2287 2292
2293 objects/hardcopy.o: hardcopy.c
2294 $(CCC) -o $@ hardcopy.c
2295
2288 objects/hashtable.o: hashtable.c 2296 objects/hashtable.o: hashtable.c
2289 $(CCC) -o $@ hashtable.c 2297 $(CCC) -o $@ hashtable.c
2290 2298
2291 objects/gui.o: gui.c 2299 objects/gui.o: gui.c
2292 $(CCC) -o $@ gui.c 2300 $(CCC) -o $@ gui.c
2632 objects/fold.o: fold.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2640 objects/fold.o: fold.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2633 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2641 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
2634 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2642 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
2635 arabic.h 2643 arabic.h
2636 objects/getchar.o: getchar.c vim.h auto/config.h feature.h os_unix.h \ 2644 objects/getchar.o: getchar.c vim.h auto/config.h feature.h os_unix.h \
2645 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h \
2646 gui.h gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h \
2647 globals.h farsi.h arabic.h
2648 objects/hardcopy.o: hardcopy.c vim.h auto/config.h feature.h os_unix.h \
2637 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h \ 2649 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h \
2638 gui.h gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h \ 2650 gui.h gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h \
2639 globals.h farsi.h arabic.h 2651 globals.h farsi.h arabic.h
2640 objects/hashtable.o: hashtable.c vim.h auto/config.h feature.h os_unix.h \ 2652 objects/hashtable.o: hashtable.c vim.h auto/config.h feature.h os_unix.h \
2641 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h \ 2653 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h \