File: rules

package info (click to toggle)
ros-class-loader 2.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 432 kB
  • sloc: cpp: 2,286; xml: 30; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 513 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export ROS_CONFIGURE_ARGS = -DCLASS_LOADER_SOVERSION=3d
export ROS_EXECUTE_AFTER_CONFIGURE=sed -i -e '1icmake_policy(SET CMP0057 NEW)' -e '$$aset(class_loader_FOUND_CATKIN_PROJECT TRUE)\nset(class_loader_INCLUDE_DIRS "/usr/include/class_loader;/usr/include/rcpputils;/usr/include/rcutils")\nset(class_loader_LIBRARIES "class_loader")' obj-$(DEB_HOST_GNU_TYPE)/class_loader/ament_cmake_core/class_loaderConfig.cmake

%:
	dh $@ --buildsystem=ros