File: rules

package info (click to toggle)
vdr-plugin-remote 0.4.0-20
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 300 kB
  • ctags: 122
  • sloc: ansic: 1,385; makefile: 79; sh: 58
file content (21 lines) | stat: -rwxr-xr-x 440 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
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/dpatch.mk

DEB_INSTALL_CHANGELOGS_ALL = HISTORY

MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale

common-build-arch::
	$(MAKE) all $(MAKE_OPTIONS)
	mkdir -p locale

clean::
	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
	rm -f libvdr-*.so.*
	rm -rf locale

common-binary-predeb-arch::
	sh /usr/share/vdr-dev/dependencies.sh