File: Makefile.am

package info (click to toggle)
intel-vaapi-driver 1.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,708 kB
  • ctags: 18,738
  • sloc: ansic: 84,284; asm: 20,806; cpp: 15,094; sh: 11,332; pascal: 5,836; makefile: 1,567; python: 153; xml: 146
file content (30 lines) | stat: -rw-r--r-- 653 bytes parent folder | download | duplicates (2)
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
26
27
28
29
30
AUTOMAKE_OPTIONS = foreign

SUBDIRS = src

if ENABLE_TESTS
SUBDIRS += test
endif


# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = \
	aclocal.m4 compile config.guess config.sub \
	configure depcomp install-sh ltmain.sh     \
	Makefile.in missing

DEB_BUILDDIR = debian.build

deb:
	@[ -d debian ] || ln -s debian.upstream debian
	dpkg-buildpackage -rfakeroot -uc -us

deb.upstream: dist
	-mkdir -p $(DEB_BUILDDIR)
	cd $(DEB_BUILDDIR)				&& \
	rm -rf $(PACKAGE)-$(VERSION)			&& \
	tar zxvf ../$(PACKAGE)-$(VERSION).tar.gz	&& \
	cd $(PACKAGE)-$(VERSION)			&& \
	$(MAKE) deb -f Makefile.am

EXTRA_DIST = Android.mk