Update of /cvsroot/pure-data/externals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8811
Modified Files: Makefile Log Message: added iem_adaptfilt to the buildsystem
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/Makefile,v retrieving revision 1.123 retrieving revision 1.124 diff -C2 -d -r1.123 -r1.124 *** Makefile 11 Jan 2007 13:47:22 -0000 1.123 --- Makefile 11 Jan 2007 17:42:20 -0000 1.124 *************** *** 2308,2316 ****
#------------------------------------------------------------------------------# - # G.Holzmann: we would have to rename the externals, otherwise they won't - # build as single objects ! # iem_adaptfilt IEMADAPT_NAME=iem_adaptfilt ! IEMADAPT_SRC := $(wildcard $(externals_src)/iem/iem_adaptfilt/src/*LMS*.c)
iem_adaptfilt: $(IEMADAPT_SRC:.c=.$(EXTENSION)) --- 2308,2314 ----
#------------------------------------------------------------------------------# # iem_adaptfilt IEMADAPT_NAME=iem_adaptfilt ! IEMADAPT_SRC := $(wildcard $(externals_src)/iem/iem_adaptfilt/src/*~.c)
iem_adaptfilt: $(IEMADAPT_SRC:.c=.$(EXTENSION))