File: Makefile.am

package info (click to toggle)
libheif 1.15.1-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,080 kB
  • sloc: cpp: 37,383; sh: 5,186; python: 3,032; ansic: 454; makefile: 406; javascript: 249
file content (27 lines) | stat: -rw-r--r-- 434 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
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = \
    libheif \
    examples \
    extra \
    fuzzing \
    gdk-pixbuf \
    gnome \
    go \
    scripts \
    tests

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

EXTRA_DIST = \
    .github/workflows/*.yml \
    appveyor.yml \
    autogen.sh \
    CMakeLists.txt \
    CPPLINT.cfg \
    README.md \
    pre.js \
    post.js \
    build-emscripten.sh \
    cmake/modules/*.cmake