[00f983] | 1 | LIBSCCCASOURCES = \
|
---|
[23612c] | 2 | chemistry/cca/basis_cca_to_sc.cc \
|
---|
| 3 | chemistry/cca/except.cc \
|
---|
| 4 | chemistry/cca/MPQC_Chemistry_Molecule_Impl.cc \
|
---|
| 5 | chemistry/cca/MPQC_Chemistry_MoleculeViewer_Impl.cc \
|
---|
| 6 | chemistry/cca/MPQC_ChemistryOpt_CoordinateModel_Impl.cc \
|
---|
| 7 | chemistry/cca/MPQC_Chemistry_QC_ModelFactory_Impl.cc \
|
---|
| 8 | chemistry/cca/MPQC_Chemistry_QC_Model_Impl.cc \
|
---|
| 9 | chemistry/cca/MPQC_ComponentClassDescription_Impl.cc \
|
---|
| 10 | chemistry/cca/MPQC_ComponentFactory_Impl.cc \
|
---|
| 11 | chemistry/cca/MPQC_GaussianBasis_Atomic_Impl.cc \
|
---|
| 12 | chemistry/cca/MPQC_GaussianBasis_Molecular_Impl.cc \
|
---|
| 13 | chemistry/cca/MPQC_GaussianBasis_Shell_Impl.cc \
|
---|
| 14 | chemistry/cca/MPQC_IntegralEvaluator2_Impl.cc \
|
---|
| 15 | chemistry/cca/MPQC_IntegralEvaluator3_Impl.cc \
|
---|
| 16 | chemistry/cca/MPQC_IntegralEvaluator4_Impl.cc \
|
---|
| 17 | chemistry/cca/MPQC_IntegralEvaluatorFactory_Impl.cc \
|
---|
| 18 | chemistry/cca/MPQC_Physics_Units_Impl.cc \
|
---|
| 19 | chemistry/cca/MPQC_SimpleDriver_Impl.cc \
|
---|
| 20 | chemistry/cca/socket.cc
|
---|
| 21 |
|
---|
[00f983] | 22 |
|
---|
| 23 | LIBSCCCAHEADERS = \
|
---|
[23612c] | 24 | chemistry/cca/ccaiter.h \
|
---|
| 25 | chemistry/cca/except.h \
|
---|
| 26 | chemistry/cca/LIBS.h \
|
---|
| 27 | chemistry/cca/MPQC_Chemistry_Molecule_Impl.hh \
|
---|
| 28 | chemistry/cca/MPQC_Chemistry_MoleculeViewer_Impl.hh \
|
---|
| 29 | chemistry/cca/MPQC_ChemistryOpt_CoordinateModel_Impl.hh \
|
---|
| 30 | chemistry/cca/MPQC_Chemistry_QC_ModelFactory_Impl.hh \
|
---|
| 31 | chemistry/cca/MPQC_Chemistry_QC_Model_Impl.hh \
|
---|
| 32 | chemistry/cca/MPQC_ComponentClassDescription_Impl.hh \
|
---|
| 33 | chemistry/cca/MPQC_ComponentFactory_Impl.hh \
|
---|
| 34 | chemistry/cca/MPQC_GaussianBasis_Atomic_Impl.hh \
|
---|
| 35 | chemistry/cca/MPQC_GaussianBasis_Molecular_Impl.hh \
|
---|
| 36 | chemistry/cca/MPQC_GaussianBasis_Shell_Impl.hh \
|
---|
| 37 | chemistry/cca/MPQC_IntegralEvaluator2_Impl.hh \
|
---|
| 38 | chemistry/cca/MPQC_IntegralEvaluator3_Impl.hh \
|
---|
| 39 | chemistry/cca/MPQC_IntegralEvaluator4_Impl.hh \
|
---|
| 40 | chemistry/cca/MPQC_IntegralEvaluatorFactory_Impl.hh \
|
---|
| 41 | chemistry/cca/MPQC_Physics_Units_Impl.hh \
|
---|
| 42 | chemistry/cca/MPQC_SimpleDriver_Impl.hh \
|
---|
| 43 | chemistry/cca/socket.h
|
---|
| 44 |
|
---|
[00f983] | 45 |
|
---|
| 46 | lib_LTLIBRARIES +=
|
---|
| 47 | noinst_LTLIBRARIES += libSCcca.la
|
---|
| 48 | libSCcca_la_includedir = $(includedir)/chemistry/cca
|
---|
| 49 | libSCcca_la_CPPFLAGS = $(AM_CPPFLAGS)
|
---|
| 50 | libSCcca_la_LDFLAGS = $(AM_LDFLAGS)
|
---|
| 51 | libSCcca_la_LIBADD =
|
---|
| 52 |
|
---|
| 53 | nobase_libSCcca_la_include_HEADERS = ${LIBSCCCAHEADERS}
|
---|
| 54 |
|
---|
| 55 | ## Define the source file list for the "libexample-@MPQC_API_VERSION@.la"
|
---|
| 56 | ## target. Note that @MPQC_API_VERSION@ is not interpreted by Automake and
|
---|
| 57 | ## will therefore be treated as if it were literally part of the target name,
|
---|
| 58 | ## and the variable name derived from that.
|
---|
| 59 | ## The file extension .cc is recognized by Automake, and makes it produce
|
---|
| 60 | ## rules which invoke the C++ compiler to produce a libtool object file (.lo)
|
---|
| 61 | ## from each source file. Note that it is not necessary to list header files
|
---|
| 62 | ## which are already listed elsewhere in a _HEADERS variable assignment.
|
---|
| 63 | libSCcca_la_SOURCES = ${LIBSCCCASOURCES}
|
---|
| 64 |
|
---|
| 65 | ## Instruct libtool to include ABI version information in the generated shared
|
---|
| 66 | ## library file (.so). The library ABI version is defined in configure.ac, so
|
---|
| 67 | ## that all version information is kept in one place.
|
---|
| 68 | #libSCcca_la_LDFLAGS += $(AM_LDFLAGS) -version-info $(MPQC_SO_VERSION)
|
---|
| 69 |
|
---|
| 70 | ## The generated configuration header is installed in its own subdirectory of
|
---|
| 71 | ## $(libdir). The reason for this is that the configuration information put
|
---|
| 72 | ## into this header file describes the target platform the installed library
|
---|
| 73 | ## has been built for. Thus the file must not be installed into a location
|
---|
| 74 | ## intended for architecture-independent files, as defined by the Filesystem
|
---|
| 75 | ## Hierarchy Standard (FHS).
|
---|
| 76 | ## The nodist_ prefix instructs Automake to not generate rules for including
|
---|
| 77 | ## the listed files in the distribution on 'make dist'. Files that are listed
|
---|
| 78 | ## in _HEADERS variables are normally included in the distribution, but the
|
---|
| 79 | ## configuration header file is generated at configure time and should not be
|
---|
| 80 | ## shipped with the source tarball.
|
---|
| 81 | #libSCcca_libincludedir = $(libdir)/chemistry/cca/include
|
---|
| 82 | #nodist_libSCcca_libinclude_HEADERS = $(top_builddir)/src/lib/scconfig.h
|
---|
| 83 |
|
---|
[251420] | 84 | CCALIBS = \
|
---|
| 85 | libSCcca.la
|
---|