mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
16 lines
222 B
Makefile
16 lines
222 B
Makefile
#
|
|
# GNU makefile
|
|
#
|
|
|
|
topdir = ../../..
|
|
|
|
LIB_NAME = libgain_analysis
|
|
INCLUDES = -I$(topdir)/include/share
|
|
|
|
SRCS_C = \
|
|
gain_analysis.c
|
|
|
|
include $(topdir)/build/lib.mk
|
|
|
|
# DO NOT DELETE THIS LINE -- make depend depends on it.
|