comparison leim/makefile.nt @ 26539:b4efea8791e6

No need to generate subdirs.el.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 22 Nov 1999 14:44:00 +0000
parents a225257f9bb0
children b4b7c7c35095
comparison
equal deleted inserted replaced
26538:2b6c9eccb075 26539:b4efea8791e6
135 cd ../src; $(MAKE) $(MFLAGS) emacs 135 cd ../src; $(MAKE) $(MFLAGS) emacs
136 136
137 $(SUBDIRS): 137 $(SUBDIRS):
138 mkdir $@ 138 mkdir $@
139 echo stamp>stamp-subdir 139 echo stamp>stamp-subdir
140 echo (if (fboundp 'normal-top-level-add-subdirs-to-load-path) >subdirs.el 140 # echo (if (fboundp 'normal-top-level-add-subdirs-to-load-path) >subdirs.el
141 echo (normal-top-level-add-subdirs-to-load-path)) >>subdirs.el 141 # echo (normal-top-level-add-subdirs-to-load-path)) >>subdirs.el
142 142
143 # Rule to generate quail/*.el from CXTERM-DIC/*.tit. 143 # Rule to generate quail/*.el from CXTERM-DIC/*.tit.
144 $(TIT): 144 $(TIT):
145 if not exist quail $(MAKE) -f makefile.nt quail 145 if not exist quail $(MAKE) -f makefile.nt quail
146 $(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \ 146 $(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \
156 - mkdir $(INSTALLDIR) 156 - mkdir $(INSTALLDIR)
157 - $(DEL) same-dir.tst 157 - $(DEL) same-dir.tst
158 - $(DEL) $(INSTALLDIR)\same-dir.tst 158 - $(DEL) $(INSTALLDIR)\same-dir.tst
159 echo SameDirTest > $(INSTALLDIR)\same-dir.tst 159 echo SameDirTest > $(INSTALLDIR)\same-dir.tst
160 if not exist same-dir.tst $(CP) leim-list.el $(INSTALLDIR) 160 if not exist same-dir.tst $(CP) leim-list.el $(INSTALLDIR)
161 if not exist same-dir.tst $(CP) subdirs.el $(INSTALLDIR) 161 # if not exist same-dir.tst $(CP) subdirs.el $(INSTALLDIR)
162 if not exist same-dir.tst $(CP_DIR) quail $(INSTALLDIR)\quail 162 if not exist same-dir.tst $(CP_DIR) quail $(INSTALLDIR)\quail
163 if not exist same-dir.tst $(CP_DIR) skk $(INSTALLDIR)\skk 163 if not exist same-dir.tst $(CP_DIR) skk $(INSTALLDIR)\skk
164 - $(DEL) $(INSTALLDIR)\same-dir.tst 164 - $(DEL) $(INSTALLDIR)\same-dir.tst
165 165
166 clean mostlyclean: 166 clean mostlyclean: