File: rules

package info (click to toggle)
ruby-narray 0.6.1.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: ansic: 4,510; ruby: 771; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --buildsystem ruby --with ruby

override_dh_auto_clean:
	dh_auto_clean
	rm -f $(CURDIR)/src/na_math.c
	rm -f $(CURDIR)/src/na_op.c
	rm -f $(CURDIR)/src/narray_config.h