source: src/Makefile.am@ 418b5e

Action_Thermostats Add_AtomRandomPerturbation Add_FitFragmentPartialChargesAction Add_RotateAroundBondAction Add_SelectAtomByNameAction Added_ParseSaveFragmentResults AddingActions_SaveParseParticleParameters Adding_Graph_to_ChangeBondActions Adding_MD_integration_tests Adding_ParticleName_to_Atom Adding_StructOpt_integration_tests AtomFragments Automaking_mpqc_open AutomationFragmentation_failures Candidate_v1.5.4 Candidate_v1.6.0 Candidate_v1.6.1 ChangeBugEmailaddress ChangingTestPorts ChemicalSpaceEvaluator CombiningParticlePotentialParsing Combining_Subpackages Debian_Package_split Debian_package_split_molecuildergui_only Disabling_MemDebug Docu_Python_wait EmpiricalPotential_contain_HomologyGraph EmpiricalPotential_contain_HomologyGraph_documentation Enable_parallel_make_install Enhance_userguide Enhanced_StructuralOptimization Enhanced_StructuralOptimization_continued Example_ManyWaysToTranslateAtom Exclude_Hydrogens_annealWithBondGraph FitPartialCharges_GlobalError Fix_BoundInBox_CenterInBox_MoleculeActions Fix_ChargeSampling_PBC Fix_ChronosMutex Fix_FitPartialCharges Fix_FitPotential_needs_atomicnumbers Fix_ForceAnnealing Fix_IndependentFragmentGrids Fix_ParseParticles Fix_ParseParticles_split_forward_backward_Actions Fix_PopActions Fix_QtFragmentList_sorted_selection Fix_Restrictedkeyset_FragmentMolecule Fix_StatusMsg Fix_StepWorldTime_single_argument Fix_Verbose_Codepatterns Fix_fitting_potentials Fixes ForceAnnealing_goodresults ForceAnnealing_oldresults ForceAnnealing_tocheck ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_continued ForceAnnealing_with_BondGraph_continued_betteresults ForceAnnealing_with_BondGraph_contraction-expansion FragmentAction_writes_AtomFragments FragmentMolecule_checks_bonddegrees GeometryObjects Gui_Fixes Gui_displays_atomic_force_velocity ImplicitCharges IndependentFragmentGrids IndependentFragmentGrids_IndividualZeroInstances IndependentFragmentGrids_IntegrationTest IndependentFragmentGrids_Sole_NN_Calculation JobMarket_RobustOnKillsSegFaults JobMarket_StableWorkerPool JobMarket_unresolvable_hostname_fix MoreRobust_FragmentAutomation ODR_violation_mpqc_open PartialCharges_OrthogonalSummation PdbParser_setsAtomName PythonUI_with_named_parameters QtGui_reactivate_TimeChanged_changes Recreated_GuiChecks Rewrite_FitPartialCharges RotateToPrincipalAxisSystem_UndoRedo SaturateAtoms_findBestMatching SaturateAtoms_singleDegree StoppableMakroAction Subpackage_CodePatterns Subpackage_JobMarket Subpackage_LinearAlgebra Subpackage_levmar Subpackage_mpqc_open Subpackage_vmg Switchable_LogView ThirdParty_MPQC_rebuilt_buildsystem TrajectoryDependenant_MaxOrder TremoloParser_IncreasedPrecision TremoloParser_MultipleTimesteps TremoloParser_setsAtomName Ubuntu_1604_changes stable
Last change on this file since 418b5e was a292f6, checked in by Frederik Heber <heber@…>, 13 years ago

DISTCHECKFIX: Forgot to add IdPool_policy.hpp to Makefile.am.

  • Property mode set to 100644
File size: 12.6 KB
RevLine 
[efc3cb]1# PLEASE adhere to the alphabetical ordering in this Makefile!
2# Also indentation by a single tab
3
[455573]4MOSTLYCLEANFILES =
5lib_LTLIBRARIES =
6noinst_LTLIBRARIES =
[2d31e1]7pyexec_LTLIBRARIES =
[aee2da]8BUILT_SOURCES =
[bd8788]9bin_PROGRAMS =
[455573]10
11include Actions/Makefile.am
[9b5a2c]12include Analysis/Makefile.am
[6f0841]13include Atom/Makefile.am
[3bdb6d]14include Element/Makefile.am
[d9a032]15include Fragmentation/Makefile.am
[455573]16include Graph/Makefile.am
[2fadb6f]17include Helpers/Makefile.am
[91f592]18include LinkedCell/Makefile.am
[455573]19include Parser/Makefile.am
20include RandomNumbers/Makefile.am
21include Shapes/Makefile.am
22include UIElements/Makefile.am
[5079a0]23
[f08ae7]24AM_LDFLAGS = -ldl ${BOOST_LDFLAGS}
[a0064e]25AM_CPPFLAGS = ${BOOST_CPPFLAGS} ${CodePatterns_CFLAGS}
[d5240d]26
[129204]27BONDSOURCE = \
28 Bond/bond.cpp \
[3f7587]29 Bond/bond_observable.cpp \
[129204]30 Bond/GraphEdge.cpp
31
32BONDHEADER = \
33 Bond/bond.hpp \
[3f7587]34 Bond/bond_observable.hpp \
[129204]35 Bond/GraphEdge.hpp
[efc3cb]36
[c42e60]37DESCRIPTORSOURCE = \
38 Descriptors/AtomDescriptor.cpp \
[efc3cb]39 Descriptors/AtomIdDescriptor.cpp \
[b49568]40 Descriptors/AtomOfMoleculeDescriptor.cpp \
[c42e60]41 Descriptors/AtomOfMoleculeSelectionDescriptor.cpp \
[48dcbd]42 Descriptors/AtomSelectionDescriptor.cpp \
[6d858c]43 Descriptors/AtomShapeDescriptor.cpp \
[efc3cb]44 Descriptors/AtomTypeDescriptor.cpp \
[7afb77]45 Descriptors/AtomsWithinDistanceOfDescriptor.cpp \
[efc3cb]46 Descriptors/MoleculeDescriptor.cpp \
[6e7147]47 Descriptors/MoleculeFormulaDescriptor.cpp \
[e05826]48 Descriptors/MoleculeIdDescriptor.cpp \
[e6317b]49 Descriptors/MoleculeNameDescriptor.cpp \
[c42e60]50 Descriptors/MoleculeOfAtomSelectionDescriptor.cpp \
[92d756]51 Descriptors/MoleculeOrderDescriptor.cpp \
[cf0ca1]52 Descriptors/MoleculePtrDescriptor.cpp \
53 Descriptors/MoleculeSelectionDescriptor.cpp
[57adc7]54
[75ac0c]55
[c42e60]56DESCRIPTORHEADER = \
57 Descriptors/AtomDescriptor.hpp \
[efc3cb]58 Descriptors/AtomIdDescriptor.hpp \
[b49568]59 Descriptors/AtomOfMoleculeDescriptor.hpp \
[c42e60]60 Descriptors/AtomOfMoleculeSelectionDescriptor.hpp \
[48dcbd]61 Descriptors/AtomSelectionDescriptor.hpp \
[6d858c]62 Descriptors/AtomShapeDescriptor.hpp \
[efc3cb]63 Descriptors/AtomTypeDescriptor.hpp \
[7afb77]64 Descriptors/AtomsWithinDistanceOfDescriptor.hpp \
[36f507]65 Descriptors/DescriptorBase.hpp \
[efc3cb]66 Descriptors/MoleculeDescriptor.hpp \
[6e7147]67 Descriptors/MoleculeFormulaDescriptor.hpp \
[e30ce8]68 Descriptors/MoleculeIdDescriptor.hpp \
[31b09e]69 Descriptors/MoleculeNameDescriptor.hpp \
[c42e60]70 Descriptors/MoleculeOfAtomSelectionDescriptor.hpp \
[92d756]71 Descriptors/MoleculeOrderDescriptor.hpp \
[cf0ca1]72 Descriptors/MoleculePtrDescriptor.hpp \
[36f507]73 Descriptors/MoleculeSelectionDescriptor.hpp \
74 Descriptors/SelectiveIterator.hpp
[c42e60]75
76DESCRIPTORIMPLHEADER = \
77 Descriptors/AtomDescriptor_impl.hpp \
78 Descriptors/AtomIdDescriptor_impl.hpp \
[b49568]79 Descriptors/AtomOfMoleculeDescriptor_impl.hpp \
[c42e60]80 Descriptors/AtomOfMoleculeSelectionDescriptor_impl.hpp \
81 Descriptors/AtomSelectionDescriptor_impl.hpp \
82 Descriptors/AtomShapeDescriptor_impl.hpp \
83 Descriptors/AtomTypeDescriptor_impl.hpp \
[7afb77]84 Descriptors/AtomsWithinDistanceOfDescriptor_impl.hpp \
[36f507]85 Descriptors/DescriptorBase_impl.hpp \
[c42e60]86 Descriptors/MoleculeDescriptor_impl.hpp \
87 Descriptors/MoleculeFormulaDescriptor_impl.hpp \
88 Descriptors/MoleculeIdDescriptor_impl.hpp \
89 Descriptors/MoleculeNameDescriptor_impl.hpp \
90 Descriptors/MoleculeOfAtomSelectionDescriptor_impl.hpp \
91 Descriptors/MoleculeOrderDescriptor_impl.hpp \
92 Descriptors/MoleculePtrDescriptor_impl.hpp \
[36f507]93 Descriptors/MoleculeSelectionDescriptor_impl.hpp \
94 Descriptors/SelectiveIterator_impl.hpp
[3f9eba]95
[9e23a3]96DYNAMICSSOURCE = \
97 Dynamics/MinimiseConstrainedPotential.cpp
98
99DYNAMICSHEADER = \
[20943b]100 Dynamics/LinearInterpolationBetweenSteps.hpp \
[8009ce]101 Dynamics/MinimiseConstrainedPotential.hpp \
[435065]102 Dynamics/OutputTemperature.hpp \
103 Dynamics/VerletForceIntegration.hpp
[9e23a3]104
[194649]105THERMOSTATSOURCE = \
106 Thermostats/Berendsen.cpp \
107 Thermostats/GaussianThermostat.cpp \
108 Thermostats/Langevin.cpp \
109 Thermostats/NoseHoover.cpp \
110 Thermostats/NoThermostat.cpp \
111 Thermostats/Thermostat.cpp \
[ab26c3]112 Thermostats/ThermoStatContainer.cpp \
[194649]113 Thermostats/Woodcock.cpp
[d193a2]114
[194649]115THERMOSTATHEADER = \
116 Thermostats/Berendsen.hpp \
117 Thermostats/GaussianThermostat.hpp \
118 Thermostats/Langevin.hpp \
119 Thermostats/NoseHoover.hpp \
120 Thermostats/NoThermostat.hpp \
121 Thermostats/Thermostat.hpp \
[262ecc]122 Thermostats/ThermoStatContainer.hpp \
[194649]123 Thermostats/Woodcock.hpp
[d193a2]124
[d74077]125TESSELATIONSOURCE = \
[d127c8]126 Tesselation/boundary.cpp \
127 Tesselation/BoundaryLineSet.cpp \
128 Tesselation/BoundaryPointSet.cpp \
129 Tesselation/BoundaryPolygonSet.cpp \
130 Tesselation/BoundaryTriangleSet.cpp \
131 Tesselation/CandidateForTesselation.cpp \
132 Tesselation/ellipsoid.cpp \
133 Tesselation/tesselation.cpp \
134 Tesselation/tesselationhelpers.cpp \
135 Tesselation/triangleintersectionlist.cpp
[d74077]136
137TESSELATIONHEADER = \
[d127c8]138 Tesselation/boundary.hpp \
139 Tesselation/BoundaryLineSet.hpp \
140 Tesselation/BoundaryMaps.hpp \
141 Tesselation/BoundaryPointSet.hpp \
142 Tesselation/BoundaryPolygonSet.hpp \
143 Tesselation/BoundaryTriangleSet.hpp \
144 Tesselation/CandidateForTesselation.hpp \
145 Tesselation/ellipsoid.hpp \
146 Tesselation/tesselation.hpp \
147 Tesselation/tesselationhelpers.hpp \
148 Tesselation/triangleintersectionlist.hpp
[d74077]149
[255971]150MOLECUILDERSOURCE = \
[129204]151 ${BONDSOURCE} \
[efc3cb]152 ${DESCRIPTORSOURCE} \
[9e23a3]153 ${DYNAMICSSOURCE} \
[194649]154 ${THERMOSTATSOURCE} \
[d74077]155 ${TESSELATIONSOURCE} \
[83c09a]156 Box.cpp \
[dd067a]157 Box_BoundaryConditions.cpp \
[efc3cb]158 config.cpp \
[6f43ab]159 Formula.cpp \
[d3abb1]160 MoleculeLeafClass.cpp \
[efc3cb]161 moleculelist.cpp \
162 molecule.cpp \
163 molecule_geometry.cpp \
164 molecule_graph.cpp \
[112f90]165 UIElements/UIFactory.cpp \
[9cd9ab]166 version.c \
[f649de]167 World.cpp \
168 WorldTime.cpp
[5f612ee]169
[255971]170MOLECUILDERHEADER = \
[129204]171 ${BONDHEADER} \
[efc3cb]172 ${DESCRIPTORHEADER} \
[c42e60]173 ${DESCRIPTORIMPLHEADER} \
[9e23a3]174 ${DYNAMICSHEADER} \
[194649]175 ${THERMOSTATHEADER} \
[d74077]176 ${TESSELATIONHEADER} \
[83c09a]177 Box.hpp \
[dd067a]178 Box_BoundaryConditions.hpp \
[efc3cb]179 config.hpp \
[6f43ab]180 Formula.hpp \
[3e4fb6]181 IdPool.hpp \
182 IdPool_impl.hpp \
[a292f6]183 IdPool_policy.hpp \
[d3abb1]184 MoleculeLeafClass.hpp \
[262ecc]185 MoleculeListClass.hpp \
[efc3cb]186 molecule.hpp \
[36f507]187 types.hpp \
[112f90]188 UIElements/UIFactory.hpp \
[9cd9ab]189 version.h \
[6bb605]190 World.hpp \
[8544a33]191 World_calculations.hpp \
[f649de]192 WorldTime.hpp
[3027f8]193
[455573]194noinst_LTLIBRARIES += libMolecuilder.la
[e5bf2b]195libMolecuilder_la_includedir = $(includedir)/MoleCuilder/
[255971]196
[e5bf2b]197nobase_libMolecuilder_la_include_HEADERS = ${MOLECUILDERHEADER}
[255971]198
199## Define the source file list for the "libexample-@MOLECUILDER_API_VERSION@.la"
200## target. Note that @MOLECUILDER_API_VERSION@ is not interpreted by Automake and
201## will therefore be treated as if it were literally part of the target name,
202## and the variable name derived from that.
203## The file extension .cc is recognized by Automake, and makes it produce
204## rules which invoke the C++ compiler to produce a libtool object file (.lo)
205## from each source file. Note that it is not necessary to list header files
206## which are already listed elsewhere in a _HEADERS variable assignment.
[9cd9ab]207libMolecuilder_la_SOURCES = ${MOLECUILDERSOURCE}
[255971]208
209## Instruct libtool to include ABI version information in the generated shared
210## library file (.so). The library ABI version is defined in configure.ac, so
211## that all version information is kept in one place.
[455573]212#libMolecuilder_la_LDFLAGS = -version-info $(MOLECUILDER_SO_VERSION)
[255971]213
214## The generated configuration header is installed in its own subdirectory of
215## $(libdir). The reason for this is that the configuration information put
216## into this header file describes the target platform the installed library
217## has been built for. Thus the file must not be installed into a location
218## intended for architecture-independent files, as defined by the Filesystem
219## Hierarchy Standard (FHS).
220## The nodist_ prefix instructs Automake to not generate rules for including
221## the listed files in the distribution on 'make dist'. Files that are listed
222## in _HEADERS variables are normally included in the distribution, but the
223## configuration header file is generated at configure time and should not be
224## shipped with the source tarball.
[e5bf2b]225libMolecuilder_la_libincludedir = $(libdir)/MoleCuilder/include
226nodist_libMolecuilder_la_libinclude_HEADERS = $(top_builddir)/libmolecuilder_config.h
[255971]227
228## Install the generated pkg-config file (.pc) into the expected location for
229## architecture-dependent package configuration information. Occasionally,
230## pkg-config files are also used for architecture-independent data packages,
231## in which case the correct install location would be $(datadir)/pkgconfig.
232pkgconfigdir = $(libdir)/pkgconfig
[acbe1b]233pkgconfig_DATA = $(top_builddir)/MoleCuilder.pc
[255971]234
[ef9df36]235
[455573]236INCLUDES = -I$(top_srcdir)/src/unittests -I$(top_srcdir)/src/Actions -I$(top_srcdir)/src/UIElements -I$(top_srcdir)/LinearAlgebra/src
[ef9df36]237
[936a02]238libmenu_a_SOURCES = ${UISOURCE} ${UIHEADER}
[255971]239noinst_LIBRARIES = libmenu.a
[c015b3]240bin_PROGRAMS += molecuilder joiner analyzer
[796aa6]241EXTRA_PROGRAMS = unity
[04488a]242
[b1d8092]243
[936a02]244extrastuffdir = $(datadir)/@PACKAGE@/data
245databasedir = $(extrastuffdir)/databases
246database_DATA = \
247 ${top_srcdir}/data/databases/*.db
248
249bondtabledir = $(extrastuffdir)/bondtables
250bondtable_DATA = \
251 ${top_srcdir}/data/bondtables/*.dat
[b1d8092]252
[936a02]253moleculedir = $(extrastuffdir)/molecules
254molecule_DATA = \
255 ${top_srcdir}/data/molecules/*.pdb
[b1d8092]256
[c015b3]257if CONDPYTHON
[693a80]258pyexec_LTLIBRARIES += pyMoleCuilder.la
[949953]259pyMoleCuilder_la_SOURCES = \
260 cleanUp.cpp \
261 cleanUp.hpp \
[48d3c0]262 Actions/Action_impl_python.hpp \
263 Actions/GlobalListOfActions.hpp \
264 Actions/ActionHistory.hpp \
[949953]265 Actions/pyMoleCuilder.cpp
[693a80]266pyMoleCuilder_la_CPPFLAGS = ${BOOST_CPPFLAGS} ${CodePatterns_CFLAGS} -I$(PYTHON_INCLUDE_DIR)
267pyMoleCuilder_la_LDFLAGS = -module -avoid-version -shared
268pyMoleCuilder_la_LIBADD = \
269 libMolecuilderUI.la \
270 $(BOOST_PYTHON_LDFLAGS) $(BOOST_PYTHON_LIBS) \
271 ${CodePatterns_LIBS} \
272 -l$(PYTHON_LIB)
[c015b3]273endif
[693a80]274
[715085]275
[fec381]276molecuilder_CXXFLAGS = $(AM_CPPFLAGS)
[4d9c01]277#molecuilder_CXXFLAGS += -DNO_CACHING
[79de12]278molecuilder_LDFLAGS = $(AM_LDFLAGS) $(BOOST_FILESYSTEM_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LDFLAGS) $(BOOST_RANDOM_LDFLAGS) $(BOOST_SYSTEM_LDFLAGS) $(BOOST_THREAD_LDFLAGS)
[949953]279molecuilder_SOURCES = \
280 builder.cpp \
281 builder_init.cpp \
282 builder_init.hpp \
283 cleanUp.cpp \
284 cleanUp.hpp
[952f38]285molecuilder_LDADD = \
[455573]286 libMolecuilderUI.la \
[bf4b9f]287 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
[a0064e]288 ${CodePatterns_LIBS} \
[79de12]289 $(BOOST_THREAD_LIBS) \
290 $(BOOST_PROGRAM_OPTIONS_LIBS) \
291 $(BOOST_RANDOM_LIBS) \
292 $(BOOST_SYSTEM_LIBS) \
293 $(BOOST_FILESYSTEM_LIBS)
[b1d8092]294
[4cf323d]295#Stuff for building the GUI using Qt
[c015b3]296if CONDQTGUI
297bin_PROGRAMS += molecuildergui
[949953]298molecuildergui_SOURCES = \
299 builder.cpp \
300 builder_init.cpp \
301 builder_init.hpp \
302 cleanUp.cpp \
303 cleanUp.hpp
[79de12]304molecuildergui_CXXFLAGS = $(AM_CPPFLAGS) -DUSE_GUI_QT
305molecuildergui_LDFLAGS = $(AM_LDFLAGS) $(BOOST_FILESYSTEM_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LDFLAGS) $(BOOST_SYSTEM_LDFLAGS) $(BOOST_THREAD_LDFLAGS)
[952f38]306molecuildergui_LDADD = \
[455573]307 libMolecuilderQtUI.la \
308 libMolecuilderUI.la \
[bf4b9f]309 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
[a0064e]310 ${CodePatterns_LIBS} \
[79de12]311 $(BOOST_THREAD_LIBS) \
312 $(BOOST_PROGRAM_OPTIONS_LIBS) \
313 $(BOOST_RANDOM_LIBS) \
314 $(BOOST_SYSTEM_LIBS) \
315 $(BOOST_FILESYSTEM_LIBS) \
[455573]316 $(GUI_LIBS)
[c015b3]317endif
[b1d8092]318
[3bdb6d]319joiner_SOURCES = Fragmentation/joiner.cpp Fragmentation/datacreator.cpp Fragmentation/datacreator.hpp
[3b5fca]320joiner_CXXFLAGS = $(AM_CPPFLAGS)
321joiner_LDFLAGS = $(AM_LDFLAGS) $(BOOST_THREAD_LDFLAGS)
[255971]322joiner_LDADD = \
[a9b86d]323 libMolecuilderFragmentation.la \
[2fadb6f]324 libMolecuilderHelpers.la \
[3bdb6d]325 libMolecuilderElement.la \
[bf4b9f]326 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
[a0064e]327 ${CodePatterns_LIBS} \
[79de12]328 $(BOOST_THREAD_LIBS)
[b1d8092]329
[3bdb6d]330analyzer_SOURCES = Fragmentation/analyzer.cpp Fragmentation/datacreator.cpp Fragmentation/datacreator.hpp
[3b5fca]331analyzer_CXXFLAGS = $(AM_CPPFLAGS)
332analyzer_LDFLAGS = $(AM_LDFLAGS) $(BOOST_THREAD_LDFLAGS)
[255971]333analyzer_LDADD = \
[a9b86d]334 libMolecuilderFragmentation.la \
[2fadb6f]335 libMolecuilderHelpers.la \
[3bdb6d]336 libMolecuilderElement.la \
[bf4b9f]337 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
[a0064e]338 ${CodePatterns_LIBS} \
[79de12]339 $(BOOST_THREAD_LIBS)
[14de469]340
[455573]341unity_SOURCES = unity.cpp
[3b5fca]342unity_CXXFLAGS = $(AM_CPPFLAGS)
343unity_LDFLAGS = $(AM_LDFLAGS) $(BOOST_FILESYSTEM_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LDFLAGS) $(BOOST_RANDOM_LDFLAGS) $(BOOST_SYSTEM_LDFLAGS) $(BOOST_THREAD_LDFLAGS)
[79de12]344unity_LDADD = \
345 ${CodePatterns_LIBS} \
346 $(BOOST_THREAD_LIBS) \
347 $(BOOST_PROGRAM_OPTIONS_LIBS) \
348 $(BOOST_RANDOM_LIBS) \
349 $(BOOST_SYSTEM_LIBS) \
350 $(BOOST_FILESYSTEM_LIBS)
[455573]351
[65b6e0]352
[a8eb4a]353FORCE:
354$(srcdir)/.git-version: FORCE
[f8be39]355 @if (test -d $(top_srcdir)/.git && cd $(srcdir) \
356 && { git describe --dirty --always || git describe; } ) > .git-version-t 2>/dev/null \
[a8eb4a]357 && ! diff .git-version-t $(srcdir)/.git-version >/dev/null 2>&1; then \
358 mv -f .git-version-t $(srcdir)/.git-version; \
359 else \
360 rm -f .git-version-t; \
361 fi
362
[936a02]363EXTRA_DIST = \
364 $(srcdir)/.git-version \
365 $(bondtable_DATA) \
366 $(database_DATA) \
367 $(molecule_DATA)
[a8eb4a]368
369$(srcdir)/version.c: $(srcdir)/.git-version
[5f8660a]370 echo "const char *MOLECUILDERVERSION = \"$(PACKAGE_NAME) version "`cat $(srcdir)/.git-version`"\";" > $@
[a8eb4a]371
[b8d1aeb]372
[d223d5]373unity.cpp: ${MOLECUILDERSOURCE} ${MOLECUILDERHEADER}
374 list='$(MOLECUILDERSOURCE)'; for file in $$list; do \
[b0b086]375 echo "#include \"$(srcdir)/$$file\"" >> unity.cpp; \
[d223d5]376 done; \
377 subdirs='$(SUBDIRS)';for directory in $$subdirs; do\
378 olddir=$$PWD;\
379 cd $$directory && make unity.cpp;\
380 cd $$olddir;\
381 echo "#include \"$$directory/unity.cpp\"" >> unity.cpp;\
382 done;\
383 echo "#include \"$(srcdir)/builder.cpp\"" >> unity.cpp;
384 echo "#include \"$(srcdir)/version.c\"" >> unity.cpp;
385
[455573]386MOSTLYCLEANFILES += unity.cpp
[1ee3b8d]387
Note: See TracBrowser for help on using the repository browser.