File: Makefile.am

package info (click to toggle)
gavl 0.2.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,280 kB
  • ctags: 11,018
  • sloc: ansic: 36,376; sh: 8,719; makefile: 150
file content (24 lines) | stat: -rw-r--r-- 312 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
SUBDIRS = gavl

includedir = $(prefix)/lib/gavl/include

private_headers = \
accel.h \
arith128.h \
attributes.h \
audio.h \
colorspace.h \
deinterlace.h \
float_cast.h \
interleave.h \
mix.h \
sampleformat.h \
scale.h \
video.h \
volume.h

include_HEADERS = gavlconfig.h

noinst_HEADERS =  $(private_headers)