diff options
| author | Dan Nicolaescu | 2008-08-07 14:21:43 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-08-07 14:21:43 +0000 |
| commit | 48fad8e894ded19e7c207d118cae0dbc0edffe88 (patch) | |
| tree | 5ffa202f0ab55cdbb858eee6c1e804e2c08571c1 /lib-src | |
| parent | bc53d5446c3526d9abad0f4b3d319f2c9adb772d (diff) | |
| download | emacs-48fad8e894ded19e7c207d118cae0dbc0edffe88.tar.gz emacs-48fad8e894ded19e7c207d118cae0dbc0edffe88.zip | |
* s/darwin.h (OTHER_FILES): Do not define here, defined in
config.in.
* Makefile.in (ALL_OBJC_CFLAGS): New variable.
(.m.o): Use it.
* config.in: Regenerate.
* Makefile.in (INSTALLABLES): Add LIB_SRC_EXTRA_INSTALLABLES. Do
not special case for NS_IMPL_COCOA.
* configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
AC_SUBST it.
(GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
AC_SUBST it.
(OTHER_FILES): Always define for HAVE_NS.
(C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
* configure: Regenerate.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 48a50a5fb43..34e9df8289b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * Makefile.in (INSTALLABLES): Add LIB_SRC_EXTRA_INSTALLABLES. Do | ||
| 4 | not special case for NS_IMPL_COCOA. | ||
| 5 | |||
| 1 | 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com> | 6 | 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 2 | 7 | ||
| 3 | * Makefile.in (CFLAGS): Drop -universal under NS_IMPL_COCOA. | 8 | * Makefile.in (CFLAGS): Drop -universal under NS_IMPL_COCOA. |
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 70bb8111c02..d9964518ffe 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -105,7 +105,7 @@ INSTALL_STRIP = | |||
| 105 | 105 | ||
| 106 | # Things that a user might actually run, | 106 | # Things that a user might actually run, |
| 107 | # which should be installed in bindir. | 107 | # which should be installed in bindir. |
| 108 | INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} b2m${EXEEXT} ebrowse${EXEEXT} | 108 | INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} b2m${EXEEXT} ebrowse${EXEEXT} @LIB_SRC_EXTRA_INSTALLABLES@ |
| 109 | INSTALLABLE_SCRIPTS = rcs-checkin grep-changelog | 109 | INSTALLABLE_SCRIPTS = rcs-checkin grep-changelog |
| 110 | 110 | ||
| 111 | # Things that Emacs runs internally, or during the build process, | 111 | # Things that Emacs runs internally, or during the build process, |
| @@ -144,11 +144,6 @@ MOVE_FLAGS= | |||
| 144 | #define NOT_C_CODE | 144 | #define NOT_C_CODE |
| 145 | #include "../src/config.h" | 145 | #include "../src/config.h" |
| 146 | 146 | ||
| 147 | #if defined(NS_IMPL_COCOA) | ||
| 148 | /* Add mac-fix-env for OS X systems running NS version. */ | ||
| 149 | INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} b2m${EXEEXT} ebrowse${EXEEXT} mac-fix-env${EXEEXT} | ||
| 150 | #endif | ||
| 151 | |||
| 152 | /* Some s/SYSTEM.h files define this to request special libraries. */ | 147 | /* Some s/SYSTEM.h files define this to request special libraries. */ |
| 153 | #ifndef LIBS_SYSTEM | 148 | #ifndef LIBS_SYSTEM |
| 154 | #define LIBS_SYSTEM | 149 | #define LIBS_SYSTEM |