emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/leim/makefile.w32-in


From: Andrew Innes
Subject: [Emacs-diffs] Changes to emacs/leim/makefile.w32-in
Date: Sun, 10 Feb 2002 17:26:35 -0500

Index: emacs/leim/makefile.w32-in
diff -c emacs/leim/makefile.w32-in:1.17 emacs/leim/makefile.w32-in:1.18
*** emacs/leim/makefile.w32-in:1.17     Wed Nov 28 14:20:26 2001
--- emacs/leim/makefile.w32-in  Sun Feb 10 17:26:35 2002
***************
*** 130,135 ****
--- 130,140 ----
  TIT=$(CHINESE_TIT)
  NON_TIT=$(CHINESE_NON_TIT) $(JAPANESE) $(KOREAN) $(EUROPEAN) $(MISC)
  
+ .SUFFIXES: .elc .el
+ 
+ .el.elc:
+       $(RUN_EMACS) -f batch-byte-compile $<
+ 
  all: $(BUILT_EMACS) $(SUBDIRS) $(TIT) $(MISC_DIC) leim-list.el
  
  # To ensure that we can run Emacs.  This target is ignored (never
***************
*** 150,156 ****
  .NO_PARALLEL: $(TIT) $(MISC_DIC)
  
  # Rule to generate quail/*.el from CXTERM-DIC/*.tit.
! $(TIT):       $(SUBDIRS)
        $(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \
            --eval $(ARGQUOTE)(batch-titdic-convert t)$(ARGQUOTE) \
            -dir quail $(srcdir)/CXTERM-DIC
--- 155,161 ----
  .NO_PARALLEL: $(TIT) $(MISC_DIC)
  
  # Rule to generate quail/*.el from CXTERM-DIC/*.tit.
! $(TIT):
        $(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \
            --eval $(ARGQUOTE)(batch-titdic-convert t)$(ARGQUOTE) \
            -dir quail $(srcdir)/CXTERM-DIC
***************
*** 158,173 ****
            -f batch-byte-compile $(TIT:.elc=.el)
  
  # Rule to generate quail/*.el from MISC_DIC/*.tit.
! $(MISC_DIC):  $(SUBDIRS)
        $(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \
            -f batch-miscdic-convert -dir quail $(srcdir)/MISC-DIC
        $(RUN_EMACS)  -l $(buildlisppath)/international/quail \
            -f batch-byte-compile $(MISC_DIC:.elc=.el)
- 
- .SUFFIXES: .elc .el
- 
- .el.elc:
-       $(RUN_EMACS) -f batch-byte-compile $<
  
  leim-list.el: $(SUBDIRS) $(WORLD)
        $(RUN_EMACS) -l $(buildlisppath)/international/quail \
--- 163,173 ----
            -f batch-byte-compile $(TIT:.elc=.el)
  
  # Rule to generate quail/*.el from MISC_DIC/*.tit.
! $(MISC_DIC):
        $(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \
            -f batch-miscdic-convert -dir quail $(srcdir)/MISC-DIC
        $(RUN_EMACS)  -l $(buildlisppath)/international/quail \
            -f batch-byte-compile $(MISC_DIC:.elc=.el)
  
  leim-list.el: $(SUBDIRS) $(WORLD)
        $(RUN_EMACS) -l $(buildlisppath)/international/quail \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]