diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index c50528b6890..155ad9081bd 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -26,8 +26,6 @@ VPATH=@srcdir@ | |||
| 26 | CC=@CC@ | 26 | CC=@CC@ |
| 27 | CPP=@CPP@ | 27 | CPP=@CPP@ |
| 28 | CFLAGS=@CFLAGS@ | 28 | CFLAGS=@CFLAGS@ |
| 29 | LDFLAGS= | ||
| 30 | C_SWITCH_SYSTEM= | ||
| 31 | LN_S=@LN_S@ | 29 | LN_S=@LN_S@ |
| 32 | # These escaped doublequotes become part of the macro definition in emacs.c. | 30 | # These escaped doublequotes become part of the macro definition in emacs.c. |
| 33 | # Thus, the definition is a C string constant. | 31 | # Thus, the definition is a C string constant. |
| @@ -43,6 +41,10 @@ cppdir = $(dot)$(dot)/cpp/ | |||
| 43 | oldXMenudir = $(dot)$(dot)/oldXMenu/ | 41 | oldXMenudir = $(dot)$(dot)/oldXMenu/ |
| 44 | config_h = config.h | 42 | config_h = config.h |
| 45 | 43 | ||
| 44 | CPPFLAGS= | ||
| 45 | LDFLAGS= | ||
| 46 | C_SWITCH_SYSTEM= | ||
| 47 | |||
| 46 | /* just to be sure the sh is used */ | 48 | /* just to be sure the sh is used */ |
| 47 | SHELL=/bin/sh | 49 | SHELL=/bin/sh |
| 48 | 50 | ||
| @@ -555,7 +557,7 @@ emacs: temacs ${etc}DOC ${lisp} | |||
| 555 | 557 | ||
| 556 | ${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp} | 558 | ${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp} |
| 557 | rm -f ${etc}DOC | 559 | rm -f ${etc}DOC |
| 558 | ${libsrc}make-docfile -d ${srcdir} ${obj} SOME_MACHINE_OBJECTS | 560 | ${libsrc}make-docfile -d ${srcdir} ${obj} ${SOME_MACHINE_OBJECTS} \ |
| 559 | ${lispdir}version.el > ${etc}DOC | 561 | ${lispdir}version.el > ${etc}DOC |
| 560 | 562 | ||
| 561 | ${libsrc}make-docfile: | 563 | ${libsrc}make-docfile: |
| @@ -567,7 +569,7 @@ ${libsrc}make-docfile: | |||
| 567 | #endif | 569 | #endif |
| 568 | 570 | ||
| 569 | temacs: MAKE_PARALLEL $(LOCALCPP) $(SHORT) $(STARTFILES) $(OLDXMENU) ${obj} ${otherobj} OBJECTS_SYSTEM OBJECTS_MACHINE prefix-args | 571 | temacs: MAKE_PARALLEL $(LOCALCPP) $(SHORT) $(STARTFILES) $(OLDXMENU) ${obj} ${otherobj} OBJECTS_SYSTEM OBJECTS_MACHINE prefix-args |
| 570 | $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${ALL_LDFLAGS}) ${LDFLAGS} \ | 572 | $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS}) ${ALL_LDFLAGS} \ |
| 571 | -o temacs ${STARTFILES} ${obj} ${otherobj} \ | 573 | -o temacs ${STARTFILES} ${obj} ${otherobj} \ |
| 572 | OBJECTS_SYSTEM OBJECTS_MACHINE ${LIBES} | 574 | OBJECTS_SYSTEM OBJECTS_MACHINE ${LIBES} |
| 573 | 575 | ||
| @@ -683,7 +685,7 @@ alloca.o : alloca.s config.h | |||
| 683 | and so rarely changed in ways that do require any. */ | 685 | and so rarely changed in ways that do require any. */ |
| 684 | 686 | ||
| 685 | abbrev.o : abbrev.c buffer.h commands.h $(config_h) | 687 | abbrev.o : abbrev.c buffer.h commands.h $(config_h) |
| 686 | buffer.o : buffer.c syntax.h buffer.h commands.h window.h \ | 688 | buffer.o : buffer.c buffer.h commands.h window.h \ |
| 687 | INTERVAL_SRC blockinput.h $(config_h) | 689 | INTERVAL_SRC blockinput.h $(config_h) |
| 688 | callint.o : callint.c window.h commands.h buffer.h mocklisp.h \ | 690 | callint.o : callint.c window.h commands.h buffer.h mocklisp.h \ |
| 689 | keyboard.h $(config_h) | 691 | keyboard.h $(config_h) |