summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2013-05-16 22:26:14 +0200
committerportix <portix@gmx.net>2013-05-16 22:26:14 +0200
commita4862d0ab27539ab8a141f4a6a2bc4b8a3e6098c (patch)
tree1672cb221a278b8a32c656da4c788da3fe307f55 /Makefile
parent8af5d0e94a4630294fb5cd42b9c3b9d5ab306c5c (diff)
downloaddwb-a4862d0ab27539ab8a141f4a6a2bc4b8a3e6098c.zip
Moving tools/exar/ to exar/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b2837405..a03aee37 100644
--- a/Makefile
+++ b/Makefile
@@ -18,12 +18,15 @@ $(TARGET): $(SUBDIRS:%=%.subdir-make)
#$(SRCDIR)/%: $(SUBDIR_BUILD_FIRST:%=%.subdir-buildfirst)
-%.subdir-buildfirst:
+%.subdir-buildfirst: $(SUBDIR_BUILD_LIB:%=%.subdir-buildlib)
@$(MAKE) $(MFLAGS) -C $*
-clean: $(SUBDIRS:%=%.subdir-clean) $(SUBDIR_BUILD_FIRST:%=%.subdir-cleanfirst)
+%.subdir-buildlib:
+ @$(MAKE) $(MFLAGS) -C $*
+
+clean: $(SUBDIRS:%=%.subdir-clean) $(SUBDIR_BUILD_FIRST:%=%.subdir-cleanfirst) $(SUBDIR_BUILD_LIB:%=%.subdir-cleanlib)
-%.subdir-clean %.subdir-cleanfirst:
+%.subdir-clean %.subdir-cleanfirst %.subdir-cleanlib:
@$(MAKE) $(MFLAGS) clean -C $*