File: rules

package info (click to toggle)
efreet 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,396 kB
  • sloc: ansic: 13,727; sh: 10,161; makefile: 267
file content (25 lines) | stat: -rwxr-xr-x 362 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/make -f

CFLAGS += -fvisibility=hidden

binary: binary-indep binary-arch
binary-indep: build-doc-stamp
binary-arch: build-test-stamp

build-doc-stamp: build
	$(MAKE) doc
	touch $@

build-test-stamp: build
	$(MAKE) check
	touch $@

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	--enable-doc

override_dh_makeshlibs:
	dh_makeshlibs -V