Diego Biurrun
2014-10-20 17:10:21 UTC
libdvdcss | branch: master | Diego Biurrun <***@biurrun.de> | Mon Oct 20 11:58:58 2014 +0200| [2d0f32f05c40e0dbd7f0e60708661cbe9c4d2f66] | committer: Jean-Baptiste Kempf
build: Add "tools" shorthand to build csstest and dvd_region binaries
Makefile.am | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index bd4ca5c..06d11ce 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,6 +61,8 @@ stamp-doxygen: doc/doxygen.cfg
cd doc && doxygen doxygen.cfg
touch $@
+tools: test/csstest test/dvd_region
+
clean-local:
-rm -Rf stamp-doxygen doc/html
@@ -73,4 +75,4 @@ install-apidoc:
uninstall-apidoc:
-rm -Rf $(DESTDIR)$(htmldir)/*.png $(DESTDIR)$(htmldir)/*.html $(DESTDIR)$(htmldir)/*.css $(DESTDIR)$(htmldir)/*.js
-.PHONY: apidoc
+.PHONY: apidoc tools
build: Add "tools" shorthand to build csstest and dvd_region binaries
http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=2d0f32f05c40e0dbd7f0e60708661cbe9c4d2f66
---Makefile.am | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index bd4ca5c..06d11ce 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,6 +61,8 @@ stamp-doxygen: doc/doxygen.cfg
cd doc && doxygen doxygen.cfg
touch $@
+tools: test/csstest test/dvd_region
+
clean-local:
-rm -Rf stamp-doxygen doc/html
@@ -73,4 +75,4 @@ install-apidoc:
uninstall-apidoc:
-rm -Rf $(DESTDIR)$(htmldir)/*.png $(DESTDIR)$(htmldir)/*.html $(DESTDIR)$(htmldir)/*.css $(DESTDIR)$(htmldir)/*.js
-.PHONY: apidoc
+.PHONY: apidoc tools