Add explanatory comments to the #endif part of multiple inclusion guards.
[mplayer/greg.git] / liba52 / Makefile
blob4f80402832008a6fea5e6df0f1f2d61634ef1464
1 include ../config.mak
3 LIBNAME_COMMON = liba52.a
5 SRCS_COMMON = crc.c \
6 resample.c \
7 bit_allocate.c \
8 bitstream.c \
9 downmix.c \
10 imdct.c \
11 parse.c \
13 include ../mpcommon.mak
15 test: test.c ../cpudetect.o $(LIBNAME_COMMON)
16 $(CC) $(CFLAGS) -o $@ $^ -lm