[NEW] Support for make, autoconf
authorCiaran McCreesh <ciaran.mccreesh@googlemail.com>
Wed, 16 Apr 2008 19:06:37 +0000 (12:06 -0700)
committerRobin Luckey <robin@ohloh.net>
Wed, 16 Apr 2008 19:07:26 +0000 (12:07 -0700)
commit7cf8da87c24071869652bc108224d39d4b9e9f69
treede5f32de2826781b0e85166f922021991ccb7c50
parent2baa202ad6f261473fc306f2cca18152a5d70f54
[NEW] Support for make, autoconf
24 files changed:
ext/ohcount_native/generator.rb
lib/ohcount/detector.rb
lib/ohcount/sloc_info.rb
test/detect_files/Makefile [new file with mode: 0644]
test/detect_files/Makefile.am [new file with mode: 0644]
test/detect_files/configure.ac [new file with mode: 0644]
test/detect_files/configure.in [new file with mode: 0644]
test/detect_files/foo.mk [new file with mode: 0644]
test/expected_dir/Makefile.am/automake/blanks [new file with mode: 0644]
test/expected_dir/Makefile.am/automake/code [new file with mode: 0644]
test/expected_dir/Makefile.am/automake/comment [new file with mode: 0644]
test/expected_dir/Makefile/make/blanks [new file with mode: 0644]
test/expected_dir/Makefile/make/code [new file with mode: 0644]
test/expected_dir/Makefile/make/comment [new file with mode: 0644]
test/expected_dir/configure.ac/autoconf/blanks [new file with mode: 0644]
test/expected_dir/configure.ac/autoconf/code [new file with mode: 0644]
test/expected_dir/configure.ac/autoconf/comment [new file with mode: 0644]
test/src_dir/Makefile [new file with mode: 0644]
test/src_dir/Makefile.am [new file with mode: 0644]
test/src_dir/configure.ac [new file with mode: 0644]
test/unit/autoconf_test.rb [new file with mode: 0644]
test/unit/automake_test.rb [new file with mode: 0644]
test/unit/detector_test.rb
test/unit/make_test.rb [new file with mode: 0644]