File: rules

package info (click to toggle)
blockout2 2.4%2Bdfsg1-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 5,492 kB
  • sloc: cpp: 8,694; ansic: 147; makefile: 106
file content (18 lines) | stat: -rwxr-xr-x 381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# vim: noet sw=4 ts=4 ai


include /usr/share/cdbs/1/rules/debhelper.mk
# include /usr/share/cdbs/1/rules/simple-patchsys.mk

build/blockout2::
	if test `dpkg-architecture -qDEB_BUILD_ARCH` = amd64; then \
		make -f debian/Makefile ADDCFLAGS=-DLOCALTIME64; \
	else \
		make -f debian/Makefile; \
	fi

clean::
	make -f debian/Makefile clean
	dh_clean
	rm -fr .pc