File: rules

package info (click to toggle)
alienblaster 1.1.0-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,372 kB
  • sloc: cpp: 9,843; makefile: 59; sh: 9
file content (17 lines) | stat: -rwxr-xr-x 359 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- 'COMPILER=$$(CXX)'

execute_before_dh_install:
	mv $(CURDIR)/alienblaster $(CURDIR)/alienblaster.bin

override_dh_clean:
	$(RM) $(CURDIR)/src/Makefile.dep
	$(RM) $(CURDIR)/alienblaster.bin
	$(RM) $(CURDIR)/*.png $(CURDIR)/*.xpm
	dh_clean