comparison Makeconf.in @ 4414:f071adceaa04

[project @ 2003-05-16 20:11:35 by jwe]
author jwe
date Fri, 16 May 2003 20:11:35 +0000
parents 2de7c7452a1e
children aa345723c698
comparison
equal deleted inserted replaced
4413:2de7c7452a1e 4414:f071adceaa04
353 -e 's,^[^:]*/\(.*\.o\):,\1:,' \ 353 -e 's,^[^:]*/\(.*\.o\):,\1:,' \
354 -e 's,$*\.o,pic/& & $@,g' > $@-t 354 -e 's,$*\.o,pic/& & $@,g' > $@-t
355 @mv $@-t $@ 355 @mv $@-t $@
356 356
357 define do-subdir-for-command 357 define do-subdir-for-command
358 echo making $@ in $d; cd $d; $(MAKE) $@; cd ..; 358 echo making $@ in $d; $(MAKE) -C $d $@;
359 endef 359 endef
360 360
361 define subdir-for-command 361 define subdir-for-command
362 $(foreach d, $(SUBDIRS), $(do-subdir-for-command)) 362 $(foreach d, $(SUBDIRS), $(do-subdir-for-command))
363 endef 363 endef