]> git.eshelyaron.com Git - emacs.git/commitdiff
* config.in: Regenerate. * Makefile.in: Move nsXXX.m dependencies into big alphabeti...
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Wed, 6 Aug 2008 16:20:46 +0000 (16:20 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Wed, 6 Aug 2008 16:20:46 +0000 (16:20 +0000)
src/ChangeLog
src/Makefile.in
src/config.in
src/nsterm.h

index 69928b79ff574b4cf29764ce8690e006c2bb5506..4fbf8cee67dbbd1f321afe421134a0cfa91a61f8 100644 (file)
@@ -1,3 +1,12 @@
+2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * config.in: Regenerate.
+
+       * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
+       (mostlyclean): Don't delete *.d under NS.
+
+       * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
+
 2008-08-06  Kenichi Handa  <handa@m17n.org>
 
        * xfont.c (xfont_list_family): Return a list of symbols, not
index bdf5181f77873c24a985064297de6ffaf176b87a..3edd0af5e1a5060f4dfe1665eee378cb5b3067e7 100644 (file)
@@ -1115,6 +1115,19 @@ mktime.o: mktime.c $(config_h)
 msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \
    termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \
    keyboard.h intervals.h buffer.h commands.h blockinput.h atimer.h $(config_h)
+nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \
+  dispextern.h nsgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \
+  atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h)
+nsfont.o: nsterm.h dispextern.h frame.h lisp.h $(config_h)
+nsimage.o: nsimage.m nsterm.h $(config_h)
+nsmenu.o: nsmenu.m termhooks.h frame.h window.h dispextern.h \
+  nsgui.h keyboard.h blockinput.h atimer.h systime.h buffer.h \
+  nsterm.h $(config_h)
+nsterm.o: nsterm.m blockinput.h atimer.h systime.h syssignal.h nsterm.h \
+  nsgui.h frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h \
+  termopts.h termchar.h disptab.h buffer.h window.h keyboard.h \
+  $(INTERVAL_SRC) process.h coding.h $(config_h)
+nsselect.o: nsselect.m blockinput.h nsterm.h nsgui.h frame.h $(config_h)
 process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \
    commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \
    blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \
@@ -1242,19 +1255,6 @@ composite.o: composite.c buffer.h  character.h $(INTERVAL_SRC) $(config_h)
 buffer.o callint.o cmds.o dispnew.o editfns.o fileio.o frame.o \
   fontset.o indent.o insdel.o keyboard.o macros.o minibuf.o msdos.o process.o \
   scroll.o sysdep.o term.o widget.o window.o xdisp.o xfaces.o sound.o: nsgui.h
-nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \
-  dispextern.h nsgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \
-  atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h)
-nsmenu.o: nsmenu.m termhooks.h frame.h window.h dispextern.h \
-  nsgui.h keyboard.h blockinput.h atimer.h systime.h buffer.h \
-  nsterm.h $(config_h)
-nsterm.o: nsterm.m blockinput.h atimer.h systime.h syssignal.h nsterm.h \
-  nsgui.h frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h \
-  termopts.h termchar.h disptab.h buffer.h window.h keyboard.h \
-  $(INTERVAL_SRC) process.h coding.h $(config_h)
-nsselect.o: nsselect.m blockinput.h nsterm.h nsgui.h frame.h $(config_h)
-nsimage.o: nsimage.m nsterm.h
-nsfont.o: nsterm.h dispextern.h frame.h lisp.h $(config_h)
 
 ${ns_appdir}: ${ns_appsrc}
        rm -fr ${ns_appdir}
@@ -1282,9 +1282,6 @@ clean: mostlyclean
        rm -f emacs-*.*.*${EXEEXT} emacs${EXEEXT}
 #ifdef HAVE_NS
        rm -fr ${ns_appdir}
-#ifdef NS_IMPL_GNUSTEP
-       rm -f *.d
-#endif
 #endif
 /* bootstrap-clean is used to clean up just before a bootstrap.
    It should remove all files generated during a compilation/bootstrap,
index cea59d19553b659323b2957c63c0e2b6f6f94a34..42c9c8658e8ebec126cd3ce2ec8a22c25aed48f4 100644 (file)
@@ -810,7 +810,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #undef NO_MATHERR
 
 /* Define to 1 if `NSInteger' is defined. */
-#undef NS_HAVE_INTEGER
+#undef NS_HAVE_NSINTEGER
 
 /* Define to 1 if you are using NS windowing under MacOS X. */
 #undef NS_IMPL_COCOA
index c479b333fd118ab26f99764ed4bbfea437f4a6e8..224d15fd5273f445890d5f74cbeabc01c5751271 100644 (file)
@@ -364,10 +364,10 @@ extern EmacsMenu *mainMenu, *svcsMenu, *dockMenu;
 @end
 #endif
 
-#ifndef NS_HAVE_INTEGER
+#ifndef NS_HAVE_NSINTEGER
 typedef long NSInteger;
 typedef unsigned long NSUInteger;
-#endif /* not NS_HAVE_INTEGER */
+#endif /* not NS_HAVE_NSINTEGER */
 
 #endif  /* __OBJC__ */