Fresco Makefile.in,1.41,1.42
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco In directory purcel:/tmp/cvs-serv6573 Modified Files: Makefile.in Log Message: Actually build the test framework now that it works (if it is available) Index: Makefile.in =================================================================== RCS file: /cvs/fresco/Fresco/Makefile.in,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- Makefile.in 6 Apr 2003 16:15:43 -0000 1.41 +++ Makefile.in 6 Apr 2003 20:30:03 -0000 1.42 @@ -36,7 +36,7 @@ testbase_dir := $(shell test -d Fresco-Test && echo 'Fresco-Test') mandatory_dirs := $(foreach package, $(mandatory), $(shell test -d $(package) && echo '$(package)')) optional_dirs := $(foreach package, $(optional), $(shell test -d $(package) && echo '$(package)')) -subdirs := $(mandatory_dirs) $(optional_dirs) +subdirs := $(testbase_dir) $(mandatory_dirs) $(optional_dirs) sxrdirs := Prague Babylon Berlin # Overridden by the clean-targets, allowing the same subdirs-rule to be used @@ -53,7 +53,7 @@ @echo "making $(action) in $@" $(MAKE) -C $@ $(action) -$(optional_dirs): %: %/Makefile +$(optional_dirs) $(testbase_dir): %: %/Makefile @echo "making $(action) in $@ (optional)" -$(MAKE) -C $@ $(action)