Changeset 1324
- Timestamp:
- May 24, 2008, 6:00:18 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1321 r1324 91 91 LIBS="-lgsl $LIBS" 92 92 fi 93 94 # Boost http://www.boost.org 95 m4_sinclude(./build_support/ax_boost.m4) 96 AX_BOOST("1.33",[boost_found="yes"], [echo AHA]) 93 97 94 98 # Checks for header files. -
trunk/test/Makefile.am
r1292 r1324 53 53 LDADD = @top_builddir@/$(YAT_LIB_LOCATION)/$(YAT_LIB) libyattest.la 54 54 55 AM_CPPFLAGS = -I@top_srcdir@ 55 include $(top_srcdir)/build_support/yat.am 56 56 57 57 libyattest_la_SOURCES = Suite.cc -
trunk/yat/classifier/Makefile.am
r1275 r1324 22 22 # 02111-1307, USA. 23 23 24 AM_CPPFLAGS = -I@top_srcdir@ 24 include $(top_srcdir)/build_support/yat.am 25 25 26 26 noinst_LTLIBRARIES = libclassifier.la -
trunk/yat/random/Makefile.am
r1275 r1324 23 23 # 02111-1307, USA. 24 24 25 AM_CPPFLAGS = -I@top_srcdir@ 25 include $(top_srcdir)/build_support/yat.am 26 26 27 27 noinst_LTLIBRARIES = librandom.la -
trunk/yat/regression/Makefile.am
r1000 r1324 23 23 # 02111-1307, USA. 24 24 25 AM_CPPFLAGS = -I@top_srcdir@ 25 include $(top_srcdir)/build_support/yat.am 26 26 27 27 noinst_LTLIBRARIES = libregression.la -
trunk/yat/statistics/Makefile.am
r1317 r1324 24 24 # 02111-1307, USA. 25 25 26 AM_CPPFLAGS = -I@top_srcdir@ 26 include $(top_srcdir)/build_support/yat.am 27 27 28 28 noinst_LTLIBRARIES = libstatistics.la -
trunk/yat/utility/Makefile.am
r1321 r1324 23 23 # 02111-1307, USA. 24 24 25 AM_CPPFLAGS = -I@top_srcdir@ 25 include $(top_srcdir)/build_support/yat.am 26 26 27 27 noinst_LTLIBRARIES = libutility.la
Note: See TracChangeset
for help on using the changeset viewer.