comparison src/Makefile.in @ 4621:26fa69badde9

[project @ 2003-11-15 02:32:25 by jwe]
author jwe
date Sat, 15 Nov 2003 02:32:25 +0000
parents aff570d70c9b
children ecaec3d39a8e
comparison
equal deleted inserted replaced
4620:aff570d70c9b 4621:26fa69badde9
320 ops.cc: $(OP_SRC) mkops 320 ops.cc: $(OP_SRC) mkops
321 @echo making $@ from $(OP_SRC) 321 @echo making $@ from $(OP_SRC)
322 @$(srcdir)/mkops $(OP_SRC) > $@-t 322 @$(srcdir)/mkops $(OP_SRC) > $@-t
323 @$(top_srcdir)/move-if-change $@-t $@ 323 @$(top_srcdir)/move-if-change $@-t $@
324 324
325 liboctave-prereq: 325 stamp-liboctave-prereq:
326 $(MAKE) -C ../liboctave stamp-prereq 326 $(MAKE) -C ../liboctave stamp-prereq
327 .PHONY: liboctave-prereq 327 touch stamp-liboctave-prereq
328 328
329 $(DEF_FILES): liboctave-prereq mkdefs defun-int.h defun-dld.h defun.h defaults.h oct-conf.h 329 $(DEF_FILES): stamp-liboctave-prereq mkdefs defun-int.h defun-dld.h defun.h defaults.h oct-conf.h
330 330
331 $(MAKEDEPS): liboctave-prereq defaults.h oct-gperf.h oct-conf.h 331 $(MAKEDEPS): liboctave-prereq defaults.h oct-gperf.h oct-conf.h
332 332
333 @bsd_gcc_kluge_targets_frag@ 333 @bsd_gcc_kluge_targets_frag@
334 334
428 mostlyclean: clean 428 mostlyclean: clean
429 .PHONY: mostlyclean 429 .PHONY: mostlyclean
430 430
431 distclean: clean 431 distclean: clean
432 rm -f Makefile octave$(EXEEXT) .fname so_locations 432 rm -f Makefile octave$(EXEEXT) .fname so_locations
433 rm -f stamp-prereq stamp-oct-links doc-files gendoc.cc 433 rm -f stamp-prereq stamp-liboctave-prereq stamp-oct-links
434 rm -f doc-files gendoc.cc
434 .PHONY: distclean 435 .PHONY: distclean
435 436
436 maintainer-clean: distclean 437 maintainer-clean: distclean
437 rm -f tags TAGS y.tab.c y.tab.h y.output yy.lex.c lex.cc parse.cc 438 rm -f tags TAGS y.tab.c y.tab.h y.output yy.lex.c lex.cc parse.cc
438 rm -f oct-gperf.h 439 rm -f oct-gperf.h