/[emacs]/emacs/leim/makefile.w32-in
ViewVC logotype

Diff of /emacs/leim/makefile.w32-in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by jasonr, Wed Nov 28 19:20:26 2001 UTC revision 1.18 by andrewi, Sun Feb 10 22:26:35 2002 UTC
# Line 130  WORLD=$(ASIA) $(EUROPEAN) $(MISC) $(MISC Line 130  WORLD=$(ASIA) $(EUROPEAN) $(MISC) $(MISC
130  TIT=$(CHINESE_TIT)  TIT=$(CHINESE_TIT)
131  NON_TIT=$(CHINESE_NON_TIT) $(JAPANESE) $(KOREAN) $(EUROPEAN) $(MISC)  NON_TIT=$(CHINESE_NON_TIT) $(JAPANESE) $(KOREAN) $(EUROPEAN) $(MISC)
132    
133    .SUFFIXES: .elc .el
134    
135    .el.elc:
136            $(RUN_EMACS) -f batch-byte-compile $<
137    
138  all: $(BUILT_EMACS) $(SUBDIRS) $(TIT) $(MISC_DIC) leim-list.el  all: $(BUILT_EMACS) $(SUBDIRS) $(TIT) $(MISC_DIC) leim-list.el
139    
140  # To ensure that we can run Emacs.  This target is ignored (never  # To ensure that we can run Emacs.  This target is ignored (never
# Line 150  $(SUBDIRS): Line 155  $(SUBDIRS):
155  .NO_PARALLEL: $(TIT) $(MISC_DIC)  .NO_PARALLEL: $(TIT) $(MISC_DIC)
156    
157  # Rule to generate quail/*.el from CXTERM-DIC/*.tit.  # Rule to generate quail/*.el from CXTERM-DIC/*.tit.
158  $(TIT): $(SUBDIRS)  $(TIT):
159          $(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \          $(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \
160              --eval $(ARGQUOTE)(batch-titdic-convert t)$(ARGQUOTE) \              --eval $(ARGQUOTE)(batch-titdic-convert t)$(ARGQUOTE) \
161              -dir quail $(srcdir)/CXTERM-DIC              -dir quail $(srcdir)/CXTERM-DIC
# Line 158  $(TIT):        $(SUBDIRS) Line 163  $(TIT):        $(SUBDIRS)
163              -f batch-byte-compile $(TIT:.elc=.el)              -f batch-byte-compile $(TIT:.elc=.el)
164    
165  # Rule to generate quail/*.el from MISC_DIC/*.tit.  # Rule to generate quail/*.el from MISC_DIC/*.tit.
166  $(MISC_DIC):    $(SUBDIRS)  $(MISC_DIC):
167          $(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \          $(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \
168              -f batch-miscdic-convert -dir quail $(srcdir)/MISC-DIC              -f batch-miscdic-convert -dir quail $(srcdir)/MISC-DIC
169          $(RUN_EMACS)  -l $(buildlisppath)/international/quail \          $(RUN_EMACS)  -l $(buildlisppath)/international/quail \
170              -f batch-byte-compile $(MISC_DIC:.elc=.el)              -f batch-byte-compile $(MISC_DIC:.elc=.el)
171    
 .SUFFIXES: .elc .el  
   
 .el.elc:  
         $(RUN_EMACS) -f batch-byte-compile $<  
   
172  leim-list.el: $(SUBDIRS) $(WORLD)  leim-list.el: $(SUBDIRS) $(WORLD)
173          $(RUN_EMACS) -l $(buildlisppath)/international/quail \          $(RUN_EMACS) -l $(buildlisppath)/international/quail \
174              --eval $(ARGQUOTE)(update-leim-list-file $(DQUOTE).$(DQUOTE))$(ARGQUOTE)              --eval $(ARGQUOTE)(update-leim-list-file $(DQUOTE).$(DQUOTE))$(ARGQUOTE)

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26