X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/4e603db3429957e6b26953c177f00a9c9d1c8766..eb147960b1b4a42737f31afe1c0e70c6216812b6:/leim/makefile.w32-in diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index f55fbbf816..fa4afe8106 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in @@ -1,6 +1,6 @@ -# -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft W32 API. -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -# Free Software Foundation, Inc. +# -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft Windows API. + +# Copyright (C) 2000-2012 Free Software Foundation, Inc. # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, # 2006, 2007 # National Institute of Advanced Industrial Science and Technology (AIST) @@ -37,7 +37,7 @@ BUILT_EMACS = $(THISDIR)/$(dot)$(dot)/src/$(BLD)/emacs.exe buildlisppath=$(CURDIR)/$(dot)$(dot)/lisp # How to run Emacs. -RUN_EMACS = "$(BUILT_EMACS)" -batch --no-init-file --no-site-file +RUN_EMACS = "$(BUILT_EMACS)" -batch --no-site-file --no-site-lisp # Set EMACSLOADPATH correctly (already defined in environment). EMACSLOADPATH=$(buildlisppath) @@ -118,8 +118,10 @@ MISC= \ $(srcdir)/quail/arabic.elc \ $(srcdir)/quail/ethiopic.elc \ $(srcdir)/quail/ipa.elc \ + $(srcdir)/quail/ipa-praat.elc \ $(srcdir)/quail/hebrew.elc \ $(srcdir)/quail/georgian.elc \ + $(srcdir)/quail/persian.elc \ $(srcdir)/quail/sisheng.elc MISC_DIC=\ @@ -199,13 +201,13 @@ leim-list.el: $(SUBDIRS) $(WORLD) $(srcdir)/leim-ext.el install: all - mkdir "$(INSTALLDIR)" - - $(DEL) same-dir.tst - - $(DEL) $(INSTALL_DIR)/same-dir.tst - echo SameDirTest > $(INSTALL_DIR)/same-dir.tst + - $(DEL) $(DIRNAME)_same-dir.tst + - $(DEL) $(INSTALL_DIR)/$(DIRNAME)_same-dir.tst + echo SameDirTest > $(INSTALL_DIR)/$(DIRNAME)_same-dir.tst $(IFNOTSAMEDIR) $(CP) leim-list.el $(INSTALLDIR) $(ENDIF) $(IFNOTSAMEDIR) $(CP_DIR) quail $(INSTALLDIR) $(ENDIF) $(IFNOTSAMEDIR) $(CP_DIR) ja-dic $(INSTALLDIR) $(ENDIF) - - $(DEL) $(INSTALL_DIR)/same-dir.tst + - $(DEL) $(INSTALL_DIR)/$(DIRNAME)_same-dir.tst clean mostlyclean: - $(FOREACH) $(TIT) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)