]> code.delx.au - gnu-emacs/blobdiff - src/Makefile.in
Initial revision.
[gnu-emacs] / src / Makefile.in
index 116df9f2f7dd8386b0c7dc710b03eda24d1184e7..997a1c8fd33306017ee3f38f12804cdf547c2f22 100644 (file)
@@ -539,7 +539,7 @@ obj=    dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o \
        cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o \
        alloc.o data.o doc.o editfns.o callint.o \
        eval.o floatfns.o fns.o print.o lread.o \
-       abbrev.o syntax.o UNEXEC mocklisp.o bytecode.o \
+       abbrev.o syntax.o UNEXEC bytecode.o \
        process.o callproc.o \
        region-cache.o sound.o atimer.o \
        doprnt.o strftime.o intervals.o textprop.o composite.o md5.o \
@@ -699,6 +699,8 @@ lisp= \
        ${lispsource}language/tibetan.elc \
        ${lispsource}language/vietnamese.elc \
        ${lispsource}language/misc-lang.el \
+       ${lispsource}language/utf-8-lang.el \
+       ${lispsource}language/georgian.el \
        ${lispsource}paths.el \
        ${lispsource}register.elc \
        ${lispsource}replace.elc \
@@ -779,6 +781,8 @@ shortlisp= \
        ../lisp/language/tibetan.elc \
        ../lisp/language/vietnamese.elc \
        ../lisp/language/misc-lang.el \
+       ../lisp/language/utf-8-lang.el \
+       ../lisp/language/georgian.el \
        ../lisp/menu-bar.elc \
        ../lisp/paths.el \
        ../lisp/register.elc \
@@ -1006,7 +1010,7 @@ abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h charset.h \
 buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \
    dispextern.h $(INTERVAL_SRC) blockinput.h atimer.h systime.h charset.h \
    $(config_h)
-callint.o: callint.c window.h commands.h buffer.h mocklisp.h \
+callint.o: callint.c window.h commands.h buffer.h \
    keyboard.h dispextern.h $(config_h)
 callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \
        process.h systty.h syssignal.h charset.h coding.h ccl.h msdos.h \
@@ -1068,7 +1072,6 @@ marker.o: marker.c buffer.h charset.h $(config_h)
 minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \
    buffer.h commands.h charset.h msdos.h $(config_h)
 mktime.o: mktime.c $(config_h)
-mocklisp.o: mocklisp.c buffer.h $(config_h)
 msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \
    termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h \
    keyboard.h $(config_h)
@@ -1167,6 +1170,9 @@ clean: mostlyclean
 /**/# Do not use it on development directories!
 distclean: clean
        rm -f epaths.h config.h Makefile Makefile.c config.stamp stamp-oldxmenu ../etc/DOC-*
+       mv ./.gdbinit ./.gdbinit.save
+       if test -f "${srcdir}/.gdbinit"; then rm -f ./.gdbinit.save; \
+       else mv ./.gdbinit.save ./.gdbinit; fi
 maintainer-clean: distclean
        @echo "This command is intended for maintainers to use;"
        @echo "it deletes files that may require special tools to rebuild."