maa: add global maa.h and maa.hpp and stop using /usr/include/maa/
authorBrendan Le Foll <brendan.le.foll@intel.com>
Tue, 10 Jun 2014 15:33:32 +0000 (16:33 +0100)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Tue, 10 Jun 2014 15:47:37 +0000 (16:47 +0100)
commitfaedfce4198c83acda2ccff77ec1aa8ec8dff9a5
tree93f25713fdeee1b7ed3acccf2c04803b98f5d4b6
parentf1a0e9825e2f637f67fff6382722fceb5b384944
maa: add global maa.h and maa.hpp and stop using /usr/include/maa/

* pkg-config now only sees maa.h & maa.hpp
* usage of maa/*.{h,hpp} is still allowed
* examples updated to use maa.{h,hpp}

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
28 files changed:
Doxyfile.in
api/maa.h
api/maa.hpp [new file with mode: 0644]
api/maa/aio.h [moved from api/aio.h with 100% similarity]
api/maa/aio.hpp [moved from api/aio.hpp with 100% similarity]
api/maa/gpio.h [moved from api/gpio.h with 100% similarity]
api/maa/gpio.hpp [moved from api/gpio.hpp with 100% similarity]
api/maa/i2c.h [moved from api/i2c.h with 100% similarity]
api/maa/i2c.hpp [moved from api/i2c.hpp with 100% similarity]
api/maa/pwm.h [moved from api/pwm.h with 100% similarity]
api/maa/pwm.hpp [moved from api/pwm.hpp with 100% similarity]
api/maa/spi.h [moved from api/spi.h with 100% similarity]
api/maa/spi.hpp [moved from api/spi.hpp with 100% similarity]
examples/analogin_a0.c
examples/blink-io.c
examples/c++/AioA0.cpp
examples/c++/Blink-IO.cpp
examples/c++/I2c-compass.cpp
examples/c++/Pwm3-cycle.cpp
examples/c++/Spi-pot.cpp
examples/cycle-pwm3.c
examples/gpio_read6.c
examples/i2c_HMC5883L.c
examples/isr_pin6.c
examples/mmap-io2.c
examples/spi_mcp4261.c
src/CMakeLists.txt
src/maa.pc.cmake