Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prefix=/usr
- exec_prefix=${prefix} # defining another variable in terms of the first
- libdir=${exec_prefix}/lib
- includedir=${prefix}/include
- Name: Orocos-RTT # human-readable name
- Description: Open Robot Control Software: Real-Time Tookit # human-readable description
- Version: 2.8.3
- Libs: -L${libdir} -lorocos-rtt-gnulinux -L/home/user/poky/build/tmp/sysroots/genericx86-64/usr/lib -lpthread -lrt # If some RTT headers include inline calls to other libraries, we need to specify these here too.
- Libs.private: -L/home/user/poky/build/tmp/sysroots/genericx86-64/usr/lib -lboost_filesystem-mt -L/home/user/poky/build/tmp/sysroots/genericx86-64/usr/lib -lboost_system-mt -L/home/user/poky/build/tmp/sysroots/genericx86-64/usr/lib -lboost_serialization-mt -L/home/user/poky/build/tmp/sysroots/genericx86-64/usr/lib -lpthread -lrt -ldl
- Cflags: -I${includedir} -DOROCOS_TARGET=gnulinux -I/home/user/poky/build/tmp/sysroots/genericx86-64/usr/include -I/home/user/poky/build/tmp/sysroots/genericx86-64/usr/include
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement