Update corewatcher to use autotools.
authorWilliam Douglas <william.douglas@intel.com>
Wed, 27 Jul 2011 00:04:42 +0000 (17:04 -0700)
committerWilliam Douglas <william.douglas@intel.com>
Thu, 28 Jul 2011 21:09:13 +0000 (14:09 -0700)
commitdbff369b8c168e04f9ee8c6d4f1de46998ce508b
tree60ad4743ece95dc4654ea2947f2d31b4b60d097d
parentb465dc7e3ef60244951b3a285daf31d53ecd0f24
Update corewatcher to use autotools.

This involves major source restructuring and in the process
some files have been renamed as well as moved.  This was
done to ease the use of autotooling the package though
it shouldn't impair clarity of purpose for the files.

At this point there are further opportunities to improve
the packaging such as introducing #defines for some
file locations in the code.

Signed-off-by: William Douglas <william.douglas@intel.com>
14 files changed:
Makefile [deleted file]
Makefile.am [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
corewatcher-core.conf [moved from corewatcher.sysctl with 100% similarity]
src/Makefile.am [new file with mode: 0644]
src/configfile.c [moved from configfile.c with 100% similarity]
src/coredump.c [moved from coredump.c with 100% similarity]
src/corewatcher-config.c [moved from corewatcher-config.c with 100% similarity]
src/corewatcher.c [moved from corewatcher.c with 100% similarity]
src/corewatcher.h [moved from corewatcher.h with 100% similarity]
src/find_file.c [moved from find_file.c with 100% similarity]
src/segfault.c [moved from segfault.c with 100% similarity]
src/submit.c [moved from submit.c with 100% similarity]