Changeset 9c32a1


Ignore:
Timestamp:
Oct 5, 2009, 6:43:43 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
424d1ce
Parents:
58808e
Message:

Included BOOST library MPL into autoconf setup.

Location:
molecuilder
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/configure.ac

    r58808e r9c32a1  
    2424# Checks for libraries.
    2525AC_CHECK_LIB(m, sqrt, ,AC_MSG_ERROR([compatible libc math library not found]))
     26
     27# Boost libraries
     28AX_BOOST_BASE([1.33.1])
     29AX_BOOST_PROGRAM_OPTIONS
     30#AX_BOOST_FOREACH
     31#AX_BOOST_FILESYSTEM
     32#AX_BOOST_THREAD
     33#AX_BOOST_PROGRAM_OPTIONS
     34#AX_BOOST_SERIALIZATION
    2635
    2736# Checks for header files.
  • molecuilder/src/Makefile.am

    r58808e r9c32a1  
    44noinst_PROGRAMS =  VectorUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest TesselationUnitTest
    55
     6BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB)
     7
    68bin_PROGRAMS = molecuilder joiner analyzer
    79molecuilderdir = ${bindir}
    810molecuilder_DATA = elements.db valence.db orbitals.db Hbonddistance.db Hbondangle.db
     11molecuilder_LDFLAGS = $(BOOST_LIB)
    912molecuilder_SOURCES =  ${SOURCE} builder.cpp  ${HEADER}
    1013joiner_SOURCES = joiner.cpp datacreator.cpp element.cpp helpers.cpp memoryallocator.hpp memoryusageobserver.cpp memoryusageobserver.hpp periodentafel.cpp parser.cpp verbose.cpp datacreator.hpp helpers.hpp parser.hpp periodentafel.hpp
Note: See TracChangeset for help on using the changeset viewer.