File: rules

package info (click to toggle)
ros2-osrf-testing-tools-cpp 2.2.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 568 kB
  • sloc: cpp: 3,045; xml: 33; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 259 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

DEB_LINK_LIBATOMIC = $(if $(filter riscv64,$(DEB_HOST_ARCH)),ON,OFF)

export ROS_CONFIGURE_ARGS = -DMEMORY_TOOLS_SOVERSION=0d -DDEB_LINK_LIBATOMIC=$(DEB_LINK_LIBATOMIC)

%:
	dh $@ --buildsystem=ros