comparison src/makefile.nt @ 15721:6d54ca02c76d

(DOC, clean): Use OBJDIR macro.
author Karl Heuer <kwzh@gnu.org>
date Tue, 16 Jul 1996 23:21:37 +0000
parents 4ca30238fdf7
children 80562f089595
comparison
equal deleted inserted replaced
15720:f1549b7501af 15721:6d54ca02c76d
158 $(CP) $** $@ 158 $(CP) $** $@
159 159
160 # 160 #
161 # Make sure we have the DOC file in the right place. 161 # Make sure we have the DOC file in the right place.
162 # 162 #
163 DOC = obj\etc\DOC-X 163 DOC = $(OBJDIR)\etc\DOC-X
164 $(DOC):; cd ..\lib-src 164 $(DOC):; cd ..\lib-src
165 - $(DEL) DOC-X 165 - $(DEL) DOC-X
166 $(MAKE) -f makefile.nt all 166 $(MAKE) -f makefile.nt all
167 cd ..\src 167 cd ..\src
168 168
229 # 229 #
230 # Maintenance 230 # Maintenance
231 # 231 #
232 clean:; - $(DEL) *~ *.pdb config.h paths.h 232 clean:; - $(DEL) *~ *.pdb config.h paths.h
233 - $(DEL_TREE) deleted 233 - $(DEL_TREE) deleted
234 - $(DEL_TREE) obj 234 - $(DEL_TREE) $(OBJDIR)
235 235
236 # 236 #
237 # These files are the ones that compile conditionally on CANNOT_DUMP... 237 # These files are the ones that compile conditionally on CANNOT_DUMP...
238 # this target is mostly used for debugging. 238 # this target is mostly used for debugging.
239 # 239 #