File: Makefile.am

package info (click to toggle)
libmpc 2%3A0.1~r495-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,316 kB
  • ctags: 1,434
  • sloc: ansic: 13,302; makefile: 174
file content (27 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (5)
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
AUTOMAKE_OPTIONS = foreign

ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST = CMakeLists.txt libmpc.kdevelop docs win32

if MPC_CHAP
  MPCCHAP_DIR = mpcchap
endif
if MPC_GAIN
  MPCGAIN_DIR = mpcgain
endif

SUBDIRS = \
include \
libmpcdec \
libmpcenc \
libmpcpsy \
libwavformat \
mpcenc \
mpc2sv8 \
mpccut \
mpcdec \
wavcmp \
$(MPCCHAP_DIR) \
$(MPCGAIN_DIR)