diff options
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 |