Changeset 1493
- Timestamp:
- Sep 12, 2008, 3:59:37 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r1487 r1493 57 57 LDADD = @top_builddir@/$(YAT_LIB_LOCATION)/libyat.la libyattest.la 58 58 59 include $(top_srcdir)/build_support/yat.am60 61 59 libyattest_la_SOURCES = Suite.cc 62 60 -
trunk/yat/classifier/Makefile.am
r1487 r1493 19 19 # You should have received a copy of the GNU General Public License 20 20 # along with yat. If not, see <http://www.gnu.org/licenses/>. 21 22 include $(top_srcdir)/build_support/yat.am23 21 24 22 noinst_LTLIBRARIES = libclassifier.la -
trunk/yat/normalization/Makefile.am
r1487 r1493 20 20 # along with yat. If not, see <http://www.gnu.org/licenses/>. 21 21 22 include $(top_srcdir)/build_support/yat.am23 24 22 noinst_LTLIBRARIES = libnormalization.la 25 23 libnormalization_la_SOURCES = QuantileNormalizer.cc -
trunk/yat/random/Makefile.am
r1487 r1493 21 21 # along with yat. If not, see <http://www.gnu.org/licenses/>. 22 22 23 include $(top_srcdir)/build_support/yat.am24 25 23 noinst_LTLIBRARIES = librandom.la 26 24 librandom_la_SOURCES = \ -
trunk/yat/regression/Makefile.am
r1487 r1493 21 21 # along with yat. If not, see <http://www.gnu.org/licenses/>. 22 22 23 include $(top_srcdir)/build_support/yat.am24 25 23 noinst_LTLIBRARIES = libregression.la 26 24 libregression_la_SOURCES = KernelBox.cc KernelTriCube.cc Linear.cc \ -
trunk/yat/statistics/Makefile.am
r1487 r1493 22 22 # along with yat. If not, see <http://www.gnu.org/licenses/>. 23 23 24 include $(top_srcdir)/build_support/yat.am25 26 24 noinst_LTLIBRARIES = libstatistics.la 27 25 libstatistics_la_SOURCES = AUC.cc Averager.cc AveragerPair.cc \ -
trunk/yat/utility/Makefile.am
r1491 r1493 20 20 # You should have received a copy of the GNU General Public License 21 21 # along with yat. If not, see <http://www.gnu.org/licenses/>. 22 23 include $(top_srcdir)/build_support/yat.am24 22 25 23 noinst_LTLIBRARIES = libutility.la
Note: See TracChangeset
for help on using the changeset viewer.