Changeset 1493


Ignore:
Timestamp:
Sep 12, 2008, 3:59:37 AM (15 years ago)
Author:
Peter
Message:

got problems with yat.am in distcheck - easiest solution was to delete it as we dont use it anymore

Location:
trunk
Files:
1 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r1487 r1493  
    5757LDADD = @top_builddir@/$(YAT_LIB_LOCATION)/libyat.la libyattest.la
    5858
    59 include $(top_srcdir)/build_support/yat.am
    60 
    6159libyattest_la_SOURCES = Suite.cc
    6260
  • trunk/yat/classifier/Makefile.am

    r1487 r1493  
    1919# You should have received a copy of the GNU General Public License
    2020# along with yat. If not, see <http://www.gnu.org/licenses/>.
    21 
    22 include $(top_srcdir)/build_support/yat.am
    2321
    2422noinst_LTLIBRARIES = libclassifier.la
  • trunk/yat/normalization/Makefile.am

    r1487 r1493  
    2020# along with yat. If not, see <http://www.gnu.org/licenses/>.
    2121
    22 include $(top_srcdir)/build_support/yat.am
    23 
    2422noinst_LTLIBRARIES = libnormalization.la
    2523libnormalization_la_SOURCES = QuantileNormalizer.cc
  • trunk/yat/random/Makefile.am

    r1487 r1493  
    2121# along with yat. If not, see <http://www.gnu.org/licenses/>.
    2222
    23 include $(top_srcdir)/build_support/yat.am
    24 
    2523noinst_LTLIBRARIES = librandom.la
    2624librandom_la_SOURCES = \
  • trunk/yat/regression/Makefile.am

    r1487 r1493  
    2121# along with yat. If not, see <http://www.gnu.org/licenses/>.
    2222
    23 include $(top_srcdir)/build_support/yat.am
    24 
    2523noinst_LTLIBRARIES = libregression.la
    2624libregression_la_SOURCES = KernelBox.cc KernelTriCube.cc Linear.cc  \
  • trunk/yat/statistics/Makefile.am

    r1487 r1493  
    2222# along with yat. If not, see <http://www.gnu.org/licenses/>.
    2323
    24 include $(top_srcdir)/build_support/yat.am
    25 
    2624noinst_LTLIBRARIES = libstatistics.la
    2725libstatistics_la_SOURCES = AUC.cc Averager.cc AveragerPair.cc \
  • trunk/yat/utility/Makefile.am

    r1491 r1493  
    2020# You should have received a copy of the GNU General Public License
    2121# along with yat. If not, see <http://www.gnu.org/licenses/>.
    22 
    23 include $(top_srcdir)/build_support/yat.am
    2422
    2523noinst_LTLIBRARIES = libutility.la
Note: See TracChangeset for help on using the changeset viewer.