File: rules

package info (click to toggle)
urdfdom 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,616 kB
  • ctags: 4,611
  • sloc: cpp: 12,060; sh: 19; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh  $@ --parallel

override_dh_auto_clean:
	rm -f cmake/pkgconfig/urdfdom.pc \
	      cmake/urdfdom-config.cmake
	find urdf_parser/ -name *.pyc -exec rm {} \;
	dh_auto_clean --