[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 \
|
---|
| 52 | Parameters/Validators/Specific/FilePresentValidator.hpp \
|
---|
[23958d] | 53 | Parameters/Validators/Specific/FileSuffixValidator.hpp \
|
---|
| 54 | Parameters/Validators/Specific/FormulaValidator.hpp \
|
---|
| 55 | Parameters/Validators/Specific/KeyValueValidator.hpp \
|
---|
| 56 | Parameters/Validators/Specific/MoleculeIdValidator.hpp \
|
---|
| 57 | Parameters/Validators/Specific/ParserFileValidator.hpp \
|
---|
| 58 | Parameters/Validators/Specific/ParserTypeValidator.hpp \
|
---|
| 59 | Parameters/Validators/Specific/RandomNumberValidators.hpp \
|
---|
| 60 | Parameters/Validators/Specific/RealSpaceMatrixInvertibleValidator.hpp \
|
---|
| 61 | Parameters/Validators/Specific/RealSpaceMatrixSymmetricValidator.hpp \
|
---|
| 62 | Parameters/Validators/Specific/RotationAngleValidator.hpp \
|
---|
[98d03b] | 63 | Parameters/Validators/Specific/ShapeNameValidator.hpp \
|
---|
[cf373b] | 64 | Parameters/Validators/Specific/ShapeOpValidator.hpp \
|
---|
[4cd00e] | 65 | Parameters/Validators/Specific/ShapeTypeValidator.hpp \
|
---|
[23958d] | 66 | Parameters/Validators/Specific/TimeStepPresentValidator.hpp \
|
---|
[7a1e7d] | 67 | Parameters/Validators/Specific/VectorNotZeroValidator.hpp \
|
---|
[23958d] | 68 | Parameters/Validators/Specific/VectorPositiveComponentsValidator.hpp \
|
---|
| 69 | Parameters/Validators/Specific/VectorZeroOneComponentsValidator.hpp \
|
---|
[345883] | 70 | Parameters/ContinuousValue.hpp \
|
---|
| 71 | Parameters/ContinuousValue_impl.hpp \
|
---|
[8453b3] | 72 | Parameters/Value.hpp \
|
---|
| 73 | Parameters/Value_impl.hpp \
|
---|
[2665d3] | 74 | Parameters/Value_string.hpp \
|
---|
[8453b3] | 75 | Parameters/ValueAsString.hpp \
|
---|
| 76 | Parameters/ValueInterface.hpp
|
---|
| 77 |
|
---|
| 78 | noinst_LTLIBRARIES += libMolecuilderParameters.la
|
---|
| 79 | libMolecuilderParameters_la_includedir = $(includedir)/MoleCuilder/Parameters/
|
---|
| 80 |
|
---|
| 81 | nobase_libMolecuilderParameters_la_include_HEADERS = ${PARAMETERHEADER}
|
---|
| 82 |
|
---|
| 83 | ## Define the source file list for the "libexample-@MOLECUILDER_API_VERSION@.la"
|
---|
| 84 | ## target. Note that @MOLECUILDER_API_VERSION@ is not interpreted by Automake and
|
---|
| 85 | ## will therefore be treated as if it were literally part of the target name,
|
---|
| 86 | ## and the variable name derived from that.
|
---|
| 87 | ## The file extension .cc is recognized by Automake, and makes it produce
|
---|
| 88 | ## rules which invoke the C++ compiler to produce a libtool object file (.lo)
|
---|
| 89 | ## from each source file. Note that it is not necessary to list header files
|
---|
| 90 | ## which are already listed elsewhere in a _HEADERS variable assignment.
|
---|
| 91 | libMolecuilderParameters_la_SOURCES = ${PARAMETERSOURCE}
|
---|
| 92 |
|
---|
| 93 | ## Instruct libtool to include ABI version information in the generated shared
|
---|
| 94 | ## library file (.so). The library ABI version is defined in configure.ac, so
|
---|
| 95 | ## that all version information is kept in one place.
|
---|
| 96 | #libMolecuilderParameters_la_LDFLAGS = -version-info $(MOLECUILDER_SO_VERSION)
|
---|
| 97 |
|
---|
| 98 | ## The generated configuration header is installed in its own subdirectory of
|
---|
| 99 | ## $(libdir). The reason for this is that the configuration information put
|
---|
| 100 | ## into this header file describes the target platform the installed library
|
---|
| 101 | ## has been built for. Thus the file must not be installed into a location
|
---|
| 102 | ## intended for architecture-independent files, as defined by the Filesystem
|
---|
| 103 | ## Hierarchy Standard (FHS).
|
---|
| 104 | ## The nodist_ prefix instructs Automake to not generate rules for including
|
---|
| 105 | ## the listed files in the distribution on 'make dist'. Files that are listed
|
---|
| 106 | ## in _HEADERS variables are normally included in the distribution, but the
|
---|
| 107 | ## configuration header file is generated at configure time and should not be
|
---|
| 108 | ## shipped with the source tarball.
|
---|
| 109 | #libMolecuilderParameters_libincludedir = $(libdir)/MoleCuilder/include
|
---|
| 110 | #nodist_libMolecuilderParameters_libinclude_HEADERS = $(top_builddir)/libmolecuilder_config.h
|
---|
| 111 |
|
---|
| 112 | ## Install the generated pkg-config file (.pc) into the expected location for
|
---|
| 113 | ## architecture-dependent package configuration information. Occasionally,
|
---|
| 114 | ## pkg-config files are also used for architecture-independent data packages,
|
---|
| 115 | ## in which case the correct install location would be $(datadir)/pkgconfig.
|
---|
| 116 | #pkgconfigdir = $(libdir)/pkgconfig
|
---|
| 117 | #pkgconfig_DATA = $(top_builddir)/MoleCuilder.pc
|
---|