LIBSCMBPTR12SOURCES = \ compute_a_gebc_abs1.cc compute_a_gebc.cc compute_a_gebc_vbs.cc compute_amps.cc compute_energy_a.cc compute_ijxy.cc compute_ikjy.cc compute_ixjy.cc compute_vxb_a_asymm.cc compute_vxb_a_symm.cc coulomb.cc dualbasis_mp2.cc ebc_contribs.cc exchange.cc fock.cc gbc_contribs.cc mbptr12.cc moindexspace.cc mp2r12_energy.cc multipole_ints.cc pairiter.cc r12_amps.cc r12ia.cc r12ia_memgrp.cc r12ia_mpiiofile.cc r12ia_node0file.cc r12int_eval.cc ri_basis.cc svd.cc transform_123inds.cc transform_12inds.cc transform_13inds.cc transform_factory.cc transform_ijxy.cc transform_ikjy.cc transform_ixjy.cc transform_tbint.cc twobodygrid.cc vxb_eval_info.cc LIBSCMBPTR12HEADERS = \ blas.h lapack.h linearr12.h linkage.h mbptr12.h moindexspace.h mp2r12_energy.h pairiter.h print_scmat_norms.h r12_amps.h r12ia.h r12ia_memgrp.h r12ia_mpiiofile.h r12ia_node0file.h r12int_eval.h svd.h transform_123inds.h transform_12inds.h transform_13inds.h transform_factory.h transform_ijxy.h transform_ikjy.h transform_ixjy.h transform_tbint.h twobodygrid.h vxb_eval_info.h lib_LTLIBRARIES += noinst_LTLIBRARIES += libSCmbptr12.la libSCmbptr12_la_includedir = $(includedir)/chemistry/qc/mbptr12 libSCmbptr12_la_CPPFLAGS = $(AM_CPPFLAGS) libSCmbptr12_la_LDFLAGS = $(AM_LDFLAGS) libSCmbptr12_la_LIBADD = nobase_libSCmbptr12_la_include_HEADERS = ${LIBSCMBPTR12HEADERS} ## Define the source file list for the "libexample-@MPQC_API_VERSION@.la" ## target. Note that @MPQC_API_VERSION@ is not interpreted by Automake and ## will therefore be treated as if it were literally part of the target name, ## and the variable name derived from that. ## The file extension .cc is recognized by Automake, and makes it produce ## rules which invoke the C++ compiler to produce a libtool object file (.lo) ## from each source file. Note that it is not necessary to list header files ## which are already listed elsewhere in a _HEADERS variable assignment. libSCmbptr12_la_SOURCES = ${LIBSCMBPTR12SOURCES} ## Instruct libtool to include ABI version information in the generated shared ## library file (.so). The library ABI version is defined in configure.ac, so ## that all version information is kept in one place. #libSCmbptr12_la_LDFLAGS += $(AM_LDFLAGS) -version-info $(MPQC_SO_VERSION) ## The generated configuration header is installed in its own subdirectory of ## $(libdir). The reason for this is that the configuration information put ## into this header file describes the target platform the installed library ## has been built for. Thus the file must not be installed into a location ## intended for architecture-independent files, as defined by the Filesystem ## Hierarchy Standard (FHS). ## The nodist_ prefix instructs Automake to not generate rules for including ## the listed files in the distribution on 'make dist'. Files that are listed ## in _HEADERS variables are normally included in the distribution, but the ## configuration header file is generated at configure time and should not be ## shipped with the source tarball. #libSCmbptr12_libincludedir = $(libdir)/chemistry/qc/mbptr12/include #nodist_libSCmbptr12_libinclude_HEADERS = $(top_builddir)/src/lib/scconfig.h MBPTR12TESTS = \ mbptr12test check_PROGRAMS += $(MBPTR12TESTS) noinst_PROGRAMS += $(MBPTR12TESTS) MBPTR12LIBS = \ libSCkeyval.la \ libSCgroup.la libSCmbptr12.la libSCclass.la \ libSCcontainer.la libSCref.la libSCmisc.la mbptr12test_SOURCES = mbptr12test.cc mbptr12test_LDADD = \ $(MBPTR12LIBS)