[padb] r371 committed - Re-add the tidy and report targets to the auto-generated...

padb at googlecode.com padb at googlecode.com
Mon Dec 21 22:50:04 GMT 2009


Revision: 371
Author: apittman
Date: Mon Dec 21 14:49:14 2009
Log: Re-add the tidy and report targets to the auto-generated
Makefile.

http://code.google.com/p/padb/source/detail?r=371

Modified:
  /trunk/src/Makefile.am

=======================================
--- /trunk/src/Makefile.am	Mon Dec 21 14:19:11 2009
+++ /trunk/src/Makefile.am	Mon Dec 21 14:49:14 2009
@@ -3,3 +3,13 @@
  minfo_CFLAGS = -ldl
  minfo_SOURCES = minfo.c mpi_interface.h
  EXTRA_DIST = padb
+
+tidy:
+	perltidy -b -ce -w -se padb
+
+pc:	padb
+	perlcritic --brutal --verbose "%l: (%s) %m\n" padb > .pc.tmp || true
+	/bin/mv .pc.tmp pc
+
+report: pc
+	./report.pl pc | tee report




More information about the padb-devel mailing list