File: rules

package info (click to toggle)
pipenightdreams 0.10.0-14
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 4,336 kB
  • ctags: 955
  • sloc: sh: 7,860; cpp: 4,155; lex: 599; makefile: 53; ansic: 2
file content (11 lines) | stat: -rwxr-xr-x 345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --parallel --with autoreconf

override_dh_auto_configure:
	dh_auto_configure --  --prefix=/usr --bindir=/usr/games --mandir=/usr/share/man --datadir=/usr/share

override_dh_auto_clean:
	$(RM) config.log config.status src/level.cc src/*.o src/pipenightdreams src/config.h src/stamp-h1
	find . -name Makefile -delete