File: rules

package info (click to toggle)
blockout2 2.4%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,260 kB
  • ctags: 939
  • sloc: cpp: 8,725; ansic: 143; makefile: 105
file content (16 lines) | stat: -rwxr-xr-x 357 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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