File: Makefile.am

package info (click to toggle)
libde265 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,748 kB
  • sloc: cpp: 40,455; sh: 4,135; asm: 1,223; ansic: 507; makefile: 352
file content (26 lines) | stat: -rw-r--r-- 399 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
## Makefile.am for libde265

SUBDIRS = libde265

ACLOCAL_AMFLAGS = -I m4

if ENABLE_DEC265
SUBDIRS+=dec265
endif

if ENABLE_SHERLOCK265
SUBDIRS+=sherlock265
endif

EXTRA_DIST = .travis.yml \
  autogen.sh \
  build.bat \
  m4/m4_ax_check_compile_flag.m4 \
  Makefile.vc7 \
  CMakeLists.txt \
  README.md \
  libde265.png \
  */COPYING

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libde265.pc