mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add new gain_analysis convenience library
This commit is contained in:
15
src/share/gain_analysis/Makefile.lite
Normal file
15
src/share/gain_analysis/Makefile.lite
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# 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.
|
||||
Reference in New Issue
Block a user