aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris2010-05-20 17:48:14 -0700
committerGlenn Morris2010-05-20 17:48:14 -0700
commit66dbf213eabcba05f54ff85e79ae44bbbeae4386 (patch)
tree0205cff46fcf6198581c5083aef6298f6d456bf3 /src/Makefile.in
parent04384b2d186ef8e3fb77f644d6621fc52b83c99a (diff)
downloademacs-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.in19
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)
700doc.o: buildobj.h 700doc.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
718ns-app: ${ns_appdir} ${ns_appbindir}Emacs
719 706
720mostlyclean: 707mostlyclean:
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