wine/libs/gsm/Makefile.in
Alexandre Julliard e2d96342df makefiles: Use the defined external lib variables also when building the libs themselves.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-06-29 23:23:41 +02:00

21 lines
343 B
Makefile

EXTLIB = libgsm.a
EXTRAINCL = $(GSM_PE_CFLAGS)
EXTRADEFS = -DWAV49
C_SRCS = \
src/add.c \
src/code.c \
src/decode.c \
src/gsm_create.c \
src/gsm_decode.c \
src/gsm_destroy.c \
src/gsm_encode.c \
src/gsm_option.c \
src/gsm_print.c \
src/long_term.c \
src/lpc.c \
src/preprocess.c \
src/rpe.c \
src/short_term.c \
src/table.c