[a9b86d] | 1 | # PLEASE adhere to the alphabetical ordering in this Makefile!
|
---|
| 2 | # Also indentation by a single tab
|
---|
| 3 |
|
---|
| 4 | FRAGMENTATIONSOURCE = \
|
---|
[ca8bea] | 5 | Fragmentation/Exporters/ExportGraph_ToFiles.cpp \
|
---|
[786d28] | 6 | Fragmentation/Exporters/ExportGraph_ToJobs.cpp \
|
---|
[ca8bea] | 7 | Fragmentation/Exporters/ExportGraph.cpp \
|
---|
[c3df23] | 8 | Fragmentation/Exporters/HydrogenPool.cpp \
|
---|
[bac32f] | 9 | Fragmentation/Exporters/SaturatedBond.cpp \
|
---|
[7d5fcd] | 10 | Fragmentation/Exporters/SaturatedFragment.cpp \
|
---|
[a1d1dd] | 11 | Fragmentation/Exporters/SaturationDistanceMaximizer.cpp \
|
---|
[f54930] | 12 | Fragmentation/Exporters/SphericalPointDistribution.cpp \
|
---|
| 13 | Fragmentation/Exporters/SphericalPointDistribution_getPoints.cpp \
|
---|
[8387e0] | 14 | Fragmentation/Homology/FragmentEdge.cpp \
|
---|
| 15 | Fragmentation/Homology/FragmentNode.cpp \
|
---|
[4694df] | 16 | Fragmentation/Homology/HomologyContainer.cpp \
|
---|
[7b6b21f] | 17 | Fragmentation/Homology/HomologyGraph.cpp \
|
---|
[730d7a] | 18 | Fragmentation/AdaptivityMap.cpp \
|
---|
[212c179] | 19 | Fragmentation/BondsPerShortestPath.cpp \
|
---|
[a9b86d] | 20 | Fragmentation/EnergyMatrix.cpp \
|
---|
| 21 | Fragmentation/ForceMatrix.cpp \
|
---|
[246e13] | 22 | Fragmentation/Fragmentation.cpp \
|
---|
[d9a032] | 23 | Fragmentation/fragmentation_helpers.cpp \
|
---|
[dadc74] | 24 | Fragmentation/Graph.cpp \
|
---|
[a9b86d] | 25 | Fragmentation/helpers.cpp \
|
---|
| 26 | Fragmentation/HessianMatrix.cpp \
|
---|
[0331ee] | 27 | Fragmentation/Interfragmenter.cpp \
|
---|
[f0674a] | 28 | Fragmentation/KeySet.cpp \
|
---|
[a03d25] | 29 | Fragmentation/MatrixContainer.cpp \
|
---|
[f67817f] | 30 | Fragmentation/PowerSetGenerator.cpp \
|
---|
[dcbb5d] | 31 | Fragmentation/SortIndex.cpp \
|
---|
[a03d25] | 32 | Fragmentation/UniqueFragments.cpp
|
---|
[a9b86d] | 33 |
|
---|
| 34 | FRAGMENTATIONHEADER = \
|
---|
[ca8bea] | 35 | Fragmentation/Exporters/ExportGraph_ToFiles.hpp \
|
---|
[786d28] | 36 | Fragmentation/Exporters/ExportGraph_ToJobs.hpp \
|
---|
[ca8bea] | 37 | Fragmentation/Exporters/ExportGraph.hpp \
|
---|
[c3df23] | 38 | Fragmentation/Exporters/HydrogenPool.hpp \
|
---|
[bac32f] | 39 | Fragmentation/Exporters/SaturatedBond.hpp \
|
---|
[7d5fcd] | 40 | Fragmentation/Exporters/SaturatedFragment.hpp \
|
---|
[a1d1dd] | 41 | Fragmentation/Exporters/SaturationDistanceMaximizer.hpp \
|
---|
[e895f7] | 42 | Fragmentation/Exporters/SphericalPointDistribution.hpp \
|
---|
[8387e0] | 43 | Fragmentation/Homology/FragmentEdge.hpp \
|
---|
| 44 | Fragmentation/Homology/FragmentNode.hpp \
|
---|
[4694df] | 45 | Fragmentation/Homology/HomologyContainer.hpp \
|
---|
[7b6b21f] | 46 | Fragmentation/Homology/HomologyGraph.hpp \
|
---|
[730d7a] | 47 | Fragmentation/AdaptivityMap.hpp \
|
---|
[f96874] | 48 | Fragmentation/AtomMask.hpp \
|
---|
[212c179] | 49 | Fragmentation/BondsPerShortestPath.hpp \
|
---|
[a9b86d] | 50 | Fragmentation/defs.hpp \
|
---|
| 51 | Fragmentation/EnergyMatrix.hpp \
|
---|
| 52 | Fragmentation/ForceMatrix.hpp \
|
---|
[246e13] | 53 | Fragmentation/Fragmentation.hpp \
|
---|
[f67817f] | 54 | Fragmentation/fragmentation_helpers.hpp \
|
---|
[dadc74] | 55 | Fragmentation/Graph.hpp \
|
---|
| 56 | Fragmentation/helpers.cpp \
|
---|
[a9b86d] | 57 | Fragmentation/helpers.hpp \
|
---|
| 58 | Fragmentation/HessianMatrix.hpp \
|
---|
[262ecc] | 59 | Fragmentation/HydrogenSaturation_enum.hpp \
|
---|
[0331ee] | 60 | Fragmentation/Interfragmenter.hpp \
|
---|
[f0674a] | 61 | Fragmentation/KeySet.hpp \
|
---|
[a03d25] | 62 | Fragmentation/MatrixContainer.hpp \
|
---|
[f96874] | 63 | Fragmentation/Mask.hpp \
|
---|
| 64 | Fragmentation/MoleculeMask.hpp \
|
---|
[f67817f] | 65 | Fragmentation/PowerSetGenerator.hpp \
|
---|
[dcbb5d] | 66 | Fragmentation/SortIndex.hpp \
|
---|
[a03d25] | 67 | Fragmentation/UniqueFragments.hpp
|
---|
[a9b86d] | 68 |
|
---|
[fbf143] | 69 | lib_LTLIBRARIES += \
|
---|
| 70 | libMolecuilderFragmentation_KeysetsContainer.la
|
---|
[fe0355] | 71 | noinst_LTLIBRARIES += \
|
---|
| 72 | libMolecuilderFragmentation.la \
|
---|
| 73 | libMolecuilderFragmentation_getFromKeyset.la \
|
---|
| 74 | libMolecuilderFragmentation_getFromKeysetStub.la
|
---|
[214240] | 75 | libMolecuilderFragmentation_la_includedir = $(includedir)/MoleCuilder/
|
---|
| 76 | libMolecuilderFragmentation_KeysetsContainer_la_includedir = $(includedir)/MoleCuilder/
|
---|
| 77 | libMolecuilderFragmentation_getFromKeyset_la_includedir = $(includedir)/MoleCuilder/
|
---|
| 78 | libMolecuilderFragmentation_getFromKeysetStub_la_includedir = $(includedir)/MoleCuilder/
|
---|
[ac9ca4] | 79 | libMolecuilderFragmentation_la_CPPFLAGS = $(AM_CPPFLAGS)
|
---|
| 80 | libMolecuilderFragmentation_la_LDFLAGS = $(AM_LDFLAGS)
|
---|
[fbf143] | 81 | libMolecuilderFragmentation_KeysetsContainer_la_LIBADD = \
|
---|
| 82 | $(CodePatterns_LIBS)
|
---|
[ac9ca4] | 83 | libMolecuilderFragmentation_la_LIBADD =
|
---|
| 84 | if CONDJOBMARKET
|
---|
| 85 | libMolecuilderFragmentation_la_CPPFLAGS += ${JobMarket_CFLAGS}
|
---|
| 86 | libMolecuilderFragmentation_la_LDFLAGS += $(JobMarket_LDFLAGS)
|
---|
| 87 | libMolecuilderFragmentation_la_LIBADD += $(JobMarket_LIBS)
|
---|
| 88 | endif
|
---|
[a9b86d] | 89 |
|
---|
| 90 | nobase_libMolecuilderFragmentation_la_include_HEADERS = ${FRAGMENTATIONHEADER}
|
---|
[fbf143] | 91 | nobase_libMolecuilderFragmentation_KeysetsContainer_la_include_HEADERS = \
|
---|
| 92 | Fragmentation/KeySetsContainer.hpp \
|
---|
| 93 | Fragmentation/parseKeySetFile.hpp
|
---|
[a9b86d] | 94 |
|
---|
| 95 | ## Define the source file list for the "libexample-@MOLECUILDER_API_VERSION@.la"
|
---|
| 96 | ## target. Note that @MOLECUILDER_API_VERSION@ is not interpreted by Automake and
|
---|
| 97 | ## will therefore be treated as if it were literally part of the target name,
|
---|
| 98 | ## and the variable name derived from that.
|
---|
| 99 | ## The file extension .cc is recognized by Automake, and makes it produce
|
---|
| 100 | ## rules which invoke the C++ compiler to produce a libtool object file (.lo)
|
---|
| 101 | ## from each source file. Note that it is not necessary to list header files
|
---|
| 102 | ## which are already listed elsewhere in a _HEADERS variable assignment.
|
---|
| 103 | libMolecuilderFragmentation_la_SOURCES = ${FRAGMENTATIONSOURCE}
|
---|
[fbf143] | 104 | libMolecuilderFragmentation_KeysetsContainer_la_SOURCES = \
|
---|
| 105 | Fragmentation/KeySetsContainer.cpp \
|
---|
| 106 | Fragmentation/parseKeySetFile.cpp
|
---|
[fe0355] | 107 | libMolecuilderFragmentation_getFromKeyset_la_SOURCES = \
|
---|
| 108 | Fragmentation/Homology/HomologyGraph_getFromKeyset.cpp
|
---|
| 109 | libMolecuilderFragmentation_getFromKeysetStub_la_SOURCES = \
|
---|
| 110 | Fragmentation/Homology/HomologyGraph_getFromKeysetStub.cpp
|
---|
[a9b86d] | 111 |
|
---|
| 112 | ## Instruct libtool to include ABI version information in the generated shared
|
---|
| 113 | ## library file (.so). The library ABI version is defined in configure.ac, so
|
---|
| 114 | ## that all version information is kept in one place.
|
---|
[fbf143] | 115 | libMolecuilderFragmentation_KeysetsContainer_la_LDFLAGS = -version-info $(MOLECUILDER_SO_VERSION)
|
---|
[a9b86d] | 116 |
|
---|
| 117 | ## The generated configuration header is installed in its own subdirectory of
|
---|
| 118 | ## $(libdir). The reason for this is that the configuration information put
|
---|
| 119 | ## into this header file describes the target platform the installed library
|
---|
| 120 | ## has been built for. Thus the file must not be installed into a location
|
---|
| 121 | ## intended for architecture-independent files, as defined by the Filesystem
|
---|
| 122 | ## Hierarchy Standard (FHS).
|
---|
| 123 | ## The nodist_ prefix instructs Automake to not generate rules for including
|
---|
| 124 | ## the listed files in the distribution on 'make dist'. Files that are listed
|
---|
| 125 | ## in _HEADERS variables are normally included in the distribution, but the
|
---|
| 126 | ## configuration header file is generated at configure time and should not be
|
---|
| 127 | ## shipped with the source tarball.
|
---|
[fbf143] | 128 | libMolecuilderFragmentation_KeysetsContainer_libincludedir = $(libdir)/MoleCuilder/include
|
---|
| 129 | nodist_libMolecuilderFragmentation_KeysetsContainer_libinclude_HEADERS = $(top_builddir)/libmolecuilder_config.h
|
---|
[a9b86d] | 130 |
|
---|
| 131 | ## Install the generated pkg-config file (.pc) into the expected location for
|
---|
| 132 | ## architecture-dependent package configuration information. Occasionally,
|
---|
| 133 | ## pkg-config files are also used for architecture-independent data packages,
|
---|
| 134 | ## in which case the correct install location would be $(datadir)/pkgconfig.
|
---|
| 135 | #pkgconfigdir = $(libdir)/pkgconfig
|
---|
| 136 | #pkgconfig_DATA = $(top_builddir)/MoleCuilder.pc
|
---|