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