diff options
| author | Glenn Morris | 2010-05-20 17:48:14 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-20 17:48:14 -0700 |
| commit | 66dbf213eabcba05f54ff85e79ae44bbbeae4386 (patch) | |
| tree | 0205cff46fcf6198581c5083aef6298f6d456bf3 /src/Makefile.in | |
| parent | 04384b2d186ef8e3fb77f644d6621fc52b83c99a (diff) | |
| download | emacs-66dbf213eabcba05f54ff85e79ae44bbbeae4386.tar.gz emacs-66dbf213eabcba05f54ff85e79ae44bbbeae4386.zip | |
Handle some HAVE_NS Makefile conditionals with configure.
* configure.in (ns_frag): New output file.
* src/Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
Move these rules to ns.mk.
* ns.mk: New file. Copyright years based on date of nextstep merge.
* msdos/sed1v2.inp(@ns_frag@): Edit to nothing.
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 8c2994f6e8a..f82a01cbde4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -700,22 +700,9 @@ ecrt0.o: ecrt0.c $(config_h) | |||
| 700 | doc.o: buildobj.h | 700 | doc.o: buildobj.h |
| 701 | 701 | ||
| 702 | 702 | ||
| 703 | /* System-specific programs to be made. | 703 | /* If HAVE_NS, some ns-specific rules (for OTHER_FILES) are inserted here. */ |
| 704 | OTHER_FILES select which of these should be compiled. */ | 704 | @ns_frag@ |
| 705 | 705 | ||
| 706 | #ifdef HAVE_NS | ||
| 707 | ${ns_appdir}: ${ns_appsrc} | ||
| 708 | rm -fr ${ns_appdir} | ||
| 709 | mkdir -p ${ns_appdir} | ||
| 710 | ( cd ${ns_appsrc} ; tar cfh - . ) | ( cd ${ns_appdir} ; umask 022; tar xf - ) | ||
| 711 | #endif /* HAVE_NS */ | ||
| 712 | |||
| 713 | /* These are only used if HAVE_NS, but no harm in always defining them. */ | ||
| 714 | ${ns_appbindir}Emacs: emacs${EXEEXT} | ||
| 715 | mkdir -p ${ns_appbindir} | ||
| 716 | cp -f emacs${EXEEXT} ${ns_appbindir}Emacs | ||
| 717 | |||
| 718 | ns-app: ${ns_appdir} ${ns_appbindir}Emacs | ||
| 719 | 706 | ||
| 720 | mostlyclean: | 707 | mostlyclean: |
| 721 | rm -f temacs${EXEEXT} prefix-args${EXEEXT} core *.core \#* *.o libXMenu11.a liblw.a | 708 | rm -f temacs${EXEEXT} prefix-args${EXEEXT} core *.core \#* *.o libXMenu11.a liblw.a |