comparison liboctave/Makefile.in @ 4014:8eaf7182d48a

[project @ 2002-08-01 20:55:57 by jwe]
author jwe
date Thu, 01 Aug 2002 20:55:58 +0000
parents f6df65db67f9
children 243f50d6f3d5
comparison
equal deleted inserted replaced
4013:9b99d84ded1b 4014:8eaf7182d48a
378 fi 378 fi
379 .PHONY: bin-dist 379 .PHONY: bin-dist
380 380
381 $(OPTS_INC) : %.h : %.in $(top_srcdir)/mk-opts.pl 381 $(OPTS_INC) : %.h : %.in $(top_srcdir)/mk-opts.pl
382 @echo making $@ from $< 382 @echo making $@ from $<
383 @perl $(top_srcdir)/mk-opts.pl --opt-class-header $< > $@.t 383 @perl $(top_srcdir)/mk-opts.pl --opt-class-header $< > $@-t
384 @$(top_srcdir)/move-if-change $@.t $@ 384 @$(top_srcdir)/move-if-change $@-t $@
385 385
386 # If missing, GNU make attempts to create them in the reverse of the 386 # If missing, GNU make attempts to create them in the reverse of the
387 # order in which they are listed here. We rely on that fact to ensure 387 # order in which they are listed here. We rely on that fact to ensure
388 # that defaults.h is created before trying to create the .d files. 388 # that defaults.h is created before trying to create the .d files.
389 # Hmm. I wonder if we can count on that... 389 # Hmm. I wonder if we can count on that...