mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
15 lines
199 B
Makefile
15 lines
199 B
Makefile
|
|
#
|
||
|
|
# GNU makefile
|
||
|
|
#
|
||
|
|
|
||
|
|
LIB_NAME = libplugin-common
|
||
|
|
INCLUDES = -I../../include
|
||
|
|
|
||
|
|
OBJS = \
|
||
|
|
canonical_tag.o \
|
||
|
|
dither.o
|
||
|
|
|
||
|
|
include ../../build/lib.mk
|
||
|
|
|
||
|
|
# DO NOT DELETE THIS LINE -- make depend depends on it.
|