add new gain_analysis convenience library

This commit is contained in:
Josh Coalson
2002-10-24 05:44:42 +00:00
parent ca8660193b
commit ddadef6f97
15 changed files with 635 additions and 8 deletions

View 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.