OSDN Git Service

Make clockapi symbolic constants #ifdef detectable.
[mingw/mingw-org-wsl.git] / Makefile.in
index 3eaf8a1..07a23ee 100644 (file)
@@ -79,12 +79,20 @@ configure: configure.ac aclocal.m4 VERSION.m4
 # Rules to Build and Install Both Sub-Packages
 # --------------------------------------------
 #
-all install install-headers uninstall: %: %-subdirs
+all install install-headers install-strip uninstall: %: %-subdirs
 
 subdirs = @subdirs@
 %-subdirs:; $(foreach dir,${subdirs},$(MAKE) -C ${dir} $*;)
 
 
+# Test Suite
+# ----------
+#
+.PHONY: check-recursive
+check test tests: check-recursive
+check-recursive: %: %-subdirs
+
+
 # Distribution
 # ------------
 #