[8453b3] | 1 | # PLEASE adhere to the alphabetical ordering in this Makefile!
|
---|
| 2 | # Also indentation by a single tab
|
---|
| 3 |
|
---|
| 4 |
|
---|
| 5 | PARAMETERSOURCE = \
|
---|
[ab2ebe] | 6 | Parameters/Validators/Specific/ActionNameValidator.cpp \
|
---|
[9e6a39] | 7 | Parameters/Validators/Specific/AtomDataValidator.cpp \
|
---|
[0d0b4d] | 8 | Parameters/Validators/Specific/AtomIdValidator.cpp \
|
---|
[de2031] | 9 | Parameters/Validators/Specific/BoundaryConditionValidator.cpp \
|
---|
[361805] | 10 | Parameters/Validators/Specific/BoxLengthValidator.cpp \
|
---|
[b2e31a] | 11 | Parameters/Validators/Specific/BoxVectorValidator.cpp \
|
---|
[4475b2] | 12 | Parameters/Validators/Specific/FileSuffixValidator.cpp \
|
---|
[4d177e] | 13 | Parameters/Validators/Specific/FormulaValidator.cpp \
|
---|
[770ec6] | 14 | Parameters/Validators/Specific/KeyValueValidator.cpp \
|
---|
[ae1fd1] | 15 | Parameters/Validators/Specific/MoleculeIdValidator.cpp \
|
---|
[44b626] | 16 | Parameters/Validators/Specific/ParserFileValidator.cpp \
|
---|
[897fdd] | 17 | Parameters/Validators/Specific/ParserTypeValidator.cpp \
|
---|
[8ccd44] | 18 | Parameters/Validators/Specific/RandomNumberValidators.cpp \
|
---|
[551074] | 19 | Parameters/Validators/Specific/RealSpaceMatrixInvertibleValidator.cpp \
|
---|
[b19405] | 20 | Parameters/Validators/Specific/RealSpaceMatrixSymmetricValidator.cpp \
|
---|
[98d03b] | 21 | Parameters/Validators/Specific/ShapeNameValidator.cpp \
|
---|
[cf373b] | 22 | Parameters/Validators/Specific/ShapeOpValidator.cpp \
|
---|
[4cd00e] | 23 | Parameters/Validators/Specific/ShapeTypeValidator.cpp \
|
---|
[4d4777] | 24 | Parameters/Validators/Specific/TimeStepPresentValidator.cpp \
|
---|
[7a1e7d] | 25 | Parameters/Validators/Specific/VectorNotZeroValidator.cpp \
|
---|
[180421] | 26 | Parameters/Validators/Specific/VectorPositiveComponentsValidator.cpp \
|
---|
[2665d3] | 27 | Parameters/Validators/Specific/VectorZeroOneComponentsValidator.cpp \
|
---|
| 28 | Parameters/Value_string.cpp
|
---|
[8453b3] | 29 |
|
---|
| 30 | PARAMETERHEADER = \
|
---|
| 31 | Parameters/Parameter.hpp \
|
---|
| 32 | Parameters/Parameter_impl.hpp \
|
---|
| 33 | Parameters/ParameterInterface.hpp \
|
---|
| 34 | Parameters/Validators/DiscreteValidator.hpp \
|
---|
| 35 | Parameters/Validators/DiscreteValidator_impl.hpp \
|
---|
[23958d] | 36 | Parameters/Validators/DummyValidator.hpp \
|
---|
| 37 | Parameters/Validators/GenericValidators.hpp \
|
---|
[8453b3] | 38 | Parameters/Validators/Ops_Validator.hpp \
|
---|
| 39 | Parameters/Validators/Ops_Validator_impl.hpp \
|
---|
| 40 | Parameters/Validators/RangeValidator.hpp \
|
---|
| 41 | Parameters/Validators/RangeValidator_impl.hpp \
|
---|
| 42 | Parameters/Validators/STLVectorValidator.hpp \
|
---|
[23958d] | 43 | Parameters/Validators/UniqueValidator.hpp \
|
---|
[8453b3] | 44 | Parameters/Validators/Validator.hpp \
|
---|
[23958d] | 45 | Parameters/Validators/Specific/ActionNameValidator.hpp \
|
---|
| 46 | Parameters/Validators/Specific/AtomDataValidator.hpp \
|
---|
| 47 | Parameters/Validators/Specific/AtomIdValidator.hpp \
|
---|
[de2031] | 48 | Parameters/Validators/Specific/BoundaryConditionValidator.hpp \
|
---|
[8453b3] | 49 | Parameters/Validators/Specific/BoxLengthValidator.hpp \
|
---|
[23958d] | 50 | Parameters/Validators/Specific/BoxVectorValidator.hpp \
|
---|
[8453b3] | 51 | Parameters/Validators/Specific/ElementValidator.hpp \
|
---|
[a315e8] | 52 | Parameters/Validators/Specific/EmptyStringValidator.hpp \
|
---|
[8453b3] | 53 | Parameters/Validators/Specific/FilePresentValidator.hpp \
|
---|
[23958d] | 54 | Parameters/Validators/Specific/FileSuffixValidator.hpp \
|
---|
| 55 | Parameters/Validators/Specific/FormulaValidator.hpp \
|
---|
| 56 | Parameters/Validators/Specific/KeyValueValidator.hpp \
|
---|
| 57 | Parameters/Validators/Specific/MoleculeIdValidator.hpp \
|
---|
| 58 | Parameters/Validators/Specific/ParserFileValidator.hpp \
|
---|
| 59 | Parameters/Validators/Specific/ParserTypeValidator.hpp \
|
---|
| 60 | Parameters/Validators/Specific/RandomNumberValidators.hpp \
|
---|
| 61 | Parameters/Validators/Specific/RealSpaceMatrixInvertibleValidator.hpp \
|
---|
| 62 | Parameters/Validators/Specific/RealSpaceMatrixSymmetricValidator.hpp \
|
---|
| 63 | Parameters/Validators/Specific/RotationAngleValidator.hpp \
|
---|
[98d03b] | 64 | Parameters/Validators/Specific/ShapeNameValidator.hpp \
|
---|
[cf373b] | 65 | Parameters/Validators/Specific/ShapeOpValidator.hpp \
|
---|
[4cd00e] | 66 | Parameters/Validators/Specific/ShapeTypeValidator.hpp \
|
---|
[23958d] | 67 | Parameters/Validators/Specific/TimeStepPresentValidator.hpp \
|
---|
[7a1e7d] | 68 | Parameters/Validators/Specific/VectorNotZeroValidator.hpp \
|
---|
[23958d] | 69 | Parameters/Validators/Specific/VectorPositiveComponentsValidator.hpp \
|
---|
| 70 | Parameters/Validators/Specific/VectorZeroOneComponentsValidator.hpp \
|
---|
[345883] | 71 | Parameters/ContinuousValue.hpp \
|
---|
| 72 | Parameters/ContinuousValue_impl.hpp \
|
---|
[8453b3] | 73 | Parameters/Value.hpp \
|
---|
| 74 | Parameters/Value_impl.hpp \
|
---|
[2665d3] | 75 | Parameters/Value_string.hpp \
|
---|
[8453b3] | 76 | Parameters/ValueAsString.hpp \
|
---|
| 77 | Parameters/ValueInterface.hpp
|
---|
| 78 |
|
---|
[24ac59] | 79 | if CONDLEVMAR
|
---|
| 80 | PARAMETERSOURCE += \
|
---|
| 81 | Parameters/Validators/Specific/PotentialTypeValidator.cpp
|
---|
| 82 | PARAMETERHEADER += \
|
---|
| 83 | Parameters/Validators/Specific/PotentialTypeValidator.hpp
|
---|
| 84 | endif
|
---|
| 85 |
|
---|
[8453b3] | 86 | noinst_LTLIBRARIES += libMolecuilderParameters.la
|
---|
[214240] | 87 | libMolecuilderParameters_la_includedir = $(includedir)/MoleCuilder/
|
---|
[8453b3] | 88 |
|
---|
| 89 | nobase_libMolecuilderParameters_la_include_HEADERS = ${PARAMETERHEADER}
|
---|
| 90 |
|
---|
| 91 | ## Define the source file list for the "libexample-@MOLECUILDER_API_VERSION@.la"
|
---|
| 92 | ## target. Note that @MOLECUILDER_API_VERSION@ is not interpreted by Automake and
|
---|
| 93 | ## will therefore be treated as if it were literally part of the target name,
|
---|
| 94 | ## and the variable name derived from that.
|
---|
| 95 | ## The file extension .cc is recognized by Automake, and makes it produce
|
---|
| 96 | ## rules which invoke the C++ compiler to produce a libtool object file (.lo)
|
---|
| 97 | ## from each source file. Note that it is not necessary to list header files
|
---|
| 98 | ## which are already listed elsewhere in a _HEADERS variable assignment.
|
---|
| 99 | libMolecuilderParameters_la_SOURCES = ${PARAMETERSOURCE}
|
---|
| 100 |
|
---|
| 101 | ## Instruct libtool to include ABI version information in the generated shared
|
---|
| 102 | ## library file (.so). The library ABI version is defined in configure.ac, so
|
---|
| 103 | ## that all version information is kept in one place.
|
---|
| 104 | #libMolecuilderParameters_la_LDFLAGS = -version-info $(MOLECUILDER_SO_VERSION)
|
---|
| 105 |
|
---|
| 106 | ## The generated configuration header is installed in its own subdirectory of
|
---|
| 107 | ## $(libdir). The reason for this is that the configuration information put
|
---|
| 108 | ## into this header file describes the target platform the installed library
|
---|
| 109 | ## has been built for. Thus the file must not be installed into a location
|
---|
| 110 | ## intended for architecture-independent files, as defined by the Filesystem
|
---|
| 111 | ## Hierarchy Standard (FHS).
|
---|
| 112 | ## The nodist_ prefix instructs Automake to not generate rules for including
|
---|
| 113 | ## the listed files in the distribution on 'make dist'. Files that are listed
|
---|
| 114 | ## in _HEADERS variables are normally included in the distribution, but the
|
---|
| 115 | ## configuration header file is generated at configure time and should not be
|
---|
| 116 | ## shipped with the source tarball.
|
---|
| 117 | #libMolecuilderParameters_libincludedir = $(libdir)/MoleCuilder/include
|
---|
| 118 | #nodist_libMolecuilderParameters_libinclude_HEADERS = $(top_builddir)/libmolecuilder_config.h
|
---|
| 119 |
|
---|
| 120 | ## Install the generated pkg-config file (.pc) into the expected location for
|
---|
| 121 | ## architecture-dependent package configuration information. Occasionally,
|
---|
| 122 | ## pkg-config files are also used for architecture-independent data packages,
|
---|
| 123 | ## in which case the correct install location would be $(datadir)/pkgconfig.
|
---|
| 124 | #pkgconfigdir = $(libdir)/pkgconfig
|
---|
| 125 | #pkgconfig_DATA = $(top_builddir)/MoleCuilder.pc
|
---|