Make installation prefixes more realistic
authorBrenden Blanco <bblanco@plumgrid.com>
Wed, 10 Jun 2015 00:43:27 +0000 (17:43 -0700)
committerBrenden Blanco <bblanco@plumgrid.com>
Wed, 10 Jun 2015 00:43:27 +0000 (17:43 -0700)
commit831029187e986552669a3e2a73b78d41d3237123
treebb721f0d644e52d8bb2cf02f72084c8416fe75f1
parentc765d2443186f0a96dbb95ab8878a212a6c540ed
Make installation prefixes more realistic

* Add/document cmake variables that control various installation path
  options. See README.md for examples.
* Updated README a bit
* Hide helpers.h from include requirements
* Install things to real paths in a proper way. Header files will go
  into <prefix>/share/bcc/include.
* Move the kickstart script readme to its own directory.

Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
17 files changed:
CMakeLists.txt
README.md
examples/hello_world.py
scripts/README.md [new file with mode: 0644]
scripts/bpf_demo.ks.erb
src/cc/CMakeLists.txt
src/cc/bpf_module.cc
src/cc/export/helpers.h [moved from src/cc/bpf_helpers.h with 100% similarity]
src/cc/export/proto.h [new file with mode: 0644]
src/cc/proto.h [deleted file]
src/python/CMakeLists.txt
tests/cc/test_call1.c
tests/cc/test_stat1.c
tests/cc/test_trace2.c
tests/cc/test_trace2.py
tests/cc/test_trace3.c
tests/cc/test_xlate1.c