You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
346 B
Makefile
28 lines
346 B
Makefile
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)
|
|
|