Update of /cvsroot/pure-data/externals/ann/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14080/src
Modified Files: makefile.linux Log Message: introducing ann_mlp and ann_td
Index: makefile.linux =================================================================== RCS file: /cvsroot/pure-data/externals/ann/src/makefile.linux,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** makefile.linux 24 May 2003 16:16:47 -0000 1.2 --- makefile.linux 18 May 2005 15:24:35 -0000 1.3 *************** *** 11,14 **** --- 11,17 ---- # directory, by adding it's path to the INCLUDE-path or by putting it into an # already included path, e.g. "/usr/local/include/" + # download fann libraries from http://fann.sourceforge.net + # and install from source + # make sure that fann.h is available
#these are the user adjustables : adjust them to fit into your system *************** *** 23,26 **** --- 26,31 ---- TARGETS = ann \ ann_som \ + ann_mlp \ + ann_td \