summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 00000000..1220a8c5
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,17 @@
+#OpenJPEG top source directory
+SUBDIRS = @jpwl_dir@ libopenjpeg codec mj2 @jp3d_dir@ @doxy_dir@
+
+clean-local:
+ @rm -rf bin
+ @l='$(SUBDIRS)'; for f in $$l ; do \
+ rm -f $$f/.report.txt ; \
+ done
+
+distclean-local: clean-local
+
+install-data-hook:
+ @echo ""
+ @l='$(SUBDIRS)'; for f in $$l ; do \
+ cat $$f/.report.txt ; \
+ done
+ @echo ""