/alps/ufodecode

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ufodecode
4 by Matthias Vogelgesang
Make ipedec a lib and executable
1
prefix=${CMAKE_INSTALL_PREFIX}
2
exec_prefix=${BIN_INSTALL_DIR}
3
libdir=${LIB_INSTALL_DIR}
4
includedir=${INCLUDE_INSTALL_DIR}
5
9 by Matthias Vogelgesang
Rename to `ufodecode`
6
Name: ${TARNAME}
4 by Matthias Vogelgesang
Make ipedec a lib and executable
7
Description: Decoding routines for the UFO camera
8
Version: ${PACKAGE_VERSION}
9 by Matthias Vogelgesang
Rename to `ufodecode`
9
Libs: -L${LIB_INSTALL_DIR} -lufodecode
4 by Matthias Vogelgesang
Make ipedec a lib and executable
10
Cflags: -I${INCLUDE_INSTALL_DIR}