-
clohr authored
git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/C/branches/version-0.7@2265 b32b6428-25c9-4566-ad07-03861ab6144f
clohr authoredgit-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/C/branches/version-0.7@2265 b32b6428-25c9-4566-ad07-03861ab6144f
Makefile 342 B
TOPTARGETS := all clean proper
# SUBDIRS := $(wildcard */.)
SUBDIRS := libxaal demo baseservices libxaal_jc xaaws netprobe babbler \
xaal-stt generic-sender generic-feedback-renderer sound-measure \
libxaal_aux tts
$(TOPTARGETS): $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@ $(MAKECMDGOALS)
.PHONY: $(TOPTARGETS) $(SUBDIRS)
proper:
-rm -f *~