source: src/Makefile.am@ e355762

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 e355762 was 8009ce, checked in by Frederik Heber <heber@…>, 14 years ago

Rewrote OutputTemperature into a functor in Dynamics/

  • 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
[e5bf2b]4SUBDIRS = \
5 Exceptions \
[1ee3b8d]6 RandomNumbers \
[e5bf2b]7 Parser \
8 LinearAlgebra \
9 Shapes \
10 Actions \
11 UIElements
[5079a0]12
[a0064e]13AM_CPPFLAGS = ${BOOST_CPPFLAGS} ${CodePatterns_CFLAGS}
[d5240d]14
[efc3cb]15ATOMSOURCE = \
16 atom.cpp \
[e41c48]17 AtomicInfo.cpp \
[efc3cb]18 atom_atominfo.cpp \
19 atom_bondedparticle.cpp \
20 atom_bondedparticleinfo.cpp \
21 atom_graphnode.cpp \
22 atom_graphnodeinfo.cpp \
[6625c3]23 atom_particleinfo.cpp
[efc3cb]24ATOMHEADER = \
25 atom.hpp \
[e41c48]26 AtomicInfo.hpp \
[efc3cb]27 atom_atominfo.hpp \
28 atom_bondedparticle.hpp \
29 atom_bondedparticleinfo.hpp \
30 atom_graphnode.hpp \
31 atom_graphnodeinfo.hpp \
[6625c3]32 atom_particleinfo.hpp
[efc3cb]33
34ANALYSISSOURCE = \
35 analysis_bonds.cpp \
36 analysis_correlation.cpp
37ANALYSISHEADER = \
38 analysis_bonds.hpp \
39 analysis_correlation.hpp
[96c961]40
[5079a0]41ACTIONSSOURCE = \
42 Actions/Action.cpp \
[efc3cb]43 Actions/ActionHistory.cpp \
44 Actions/ActionRegistry.cpp \
45 Actions/ActionSequence.cpp \
[e4afb4]46 Actions/ActionTraits.cpp \
[efc3cb]47 Actions/ErrorAction.cpp \
48 Actions/MakroAction.cpp \
49 Actions/ManipulateAtomsProcess.cpp \
50 Actions/MethodAction.cpp \
[e4afb4]51 Actions/OptionRegistry.cpp \
52 Actions/OptionTrait.cpp \
[efc3cb]53 Actions/Process.cpp
54
[5079a0]55ACTIONSHEADER = \
56 Actions/Action.hpp \
[efc3cb]57 Actions/ActionHistory.hpp \
58 Actions/ActionRegistry.hpp \
59 Actions/ActionSequence.hpp \
[e4afb4]60 Actions/ActionTraits.hpp \
[efc3cb]61 Actions/Calculation.hpp \
62 Actions/Calculation_impl.hpp \
63 Actions/ErrorAction.hpp \
64 Actions/MakroAction.hpp \
65 Actions/ManipulateAtomsProcess.hpp \
66 Actions/MethodAction.hpp \
[e4afb4]67 Actions/OptionRegistry.hpp \
68 Actions/OptionTrait.hpp \
[efc3cb]69 Actions/Process.hpp
[456341]70
[efc3cb]71
[c42e60]72DESCRIPTORSOURCE = \
73 Descriptors/AtomDescriptor.cpp \
[efc3cb]74 Descriptors/AtomIdDescriptor.cpp \
[c42e60]75 Descriptors/AtomOfMoleculeSelectionDescriptor.cpp \
[48dcbd]76 Descriptors/AtomSelectionDescriptor.cpp \
[6d858c]77 Descriptors/AtomShapeDescriptor.cpp \
[efc3cb]78 Descriptors/AtomTypeDescriptor.cpp \
79 Descriptors/MoleculeDescriptor.cpp \
[6e7147]80 Descriptors/MoleculeFormulaDescriptor.cpp \
[e05826]81 Descriptors/MoleculeIdDescriptor.cpp \
[e6317b]82 Descriptors/MoleculeNameDescriptor.cpp \
[c42e60]83 Descriptors/MoleculeOfAtomSelectionDescriptor.cpp \
[92d756]84 Descriptors/MoleculeOrderDescriptor.cpp \
[cf0ca1]85 Descriptors/MoleculePtrDescriptor.cpp \
86 Descriptors/MoleculeSelectionDescriptor.cpp
[57adc7]87
[75ac0c]88
[c42e60]89DESCRIPTORHEADER = \
90 Descriptors/AtomDescriptor.hpp \
[efc3cb]91 Descriptors/AtomIdDescriptor.hpp \
[c42e60]92 Descriptors/AtomOfMoleculeSelectionDescriptor.hpp \
[48dcbd]93 Descriptors/AtomSelectionDescriptor.hpp \
[6d858c]94 Descriptors/AtomShapeDescriptor.hpp \
[efc3cb]95 Descriptors/AtomTypeDescriptor.hpp \
96 Descriptors/MoleculeDescriptor.hpp \
[6e7147]97 Descriptors/MoleculeFormulaDescriptor.hpp \
[e30ce8]98 Descriptors/MoleculeIdDescriptor.hpp \
[31b09e]99 Descriptors/MoleculeNameDescriptor.hpp \
[c42e60]100 Descriptors/MoleculeOfAtomSelectionDescriptor.hpp \
[92d756]101 Descriptors/MoleculeOrderDescriptor.hpp \
[cf0ca1]102 Descriptors/MoleculePtrDescriptor.hpp \
[c42e60]103 Descriptors/MoleculeSelectionDescriptor.hpp
104
105DESCRIPTORIMPLHEADER = \
106 Descriptors/AtomDescriptor_impl.hpp \
107 Descriptors/AtomIdDescriptor_impl.hpp \
108 Descriptors/AtomOfMoleculeSelectionDescriptor_impl.hpp \
109 Descriptors/AtomSelectionDescriptor_impl.hpp \
110 Descriptors/AtomShapeDescriptor_impl.hpp \
111 Descriptors/AtomTypeDescriptor_impl.hpp \
112 Descriptors/MoleculeDescriptor_impl.hpp \
113 Descriptors/MoleculeFormulaDescriptor_impl.hpp \
114 Descriptors/MoleculeIdDescriptor_impl.hpp \
115 Descriptors/MoleculeNameDescriptor_impl.hpp \
116 Descriptors/MoleculeOfAtomSelectionDescriptor_impl.hpp \
117 Descriptors/MoleculeOrderDescriptor_impl.hpp \
118 Descriptors/MoleculePtrDescriptor_impl.hpp \
119 Descriptors/MoleculeSelectionDescriptor_impl.hpp
[3f9eba]120
[9e23a3]121DYNAMICSSOURCE = \
122 Dynamics/MinimiseConstrainedPotential.cpp
123
124DYNAMICSHEADER = \
[20943b]125 Dynamics/LinearInterpolationBetweenSteps.hpp \
[8009ce]126 Dynamics/MinimiseConstrainedPotential.hpp \
127 Dynamics/OutputTemperature.hpp
[9e23a3]128
[632508]129GRAPHSOURCE = \
130 Graph/BondGraph.cpp
131
132GRAPHHEADER = \
133 Graph/BondGraph.hpp
134
[194649]135THERMOSTATSOURCE = \
136 Thermostats/Berendsen.cpp \
137 Thermostats/GaussianThermostat.cpp \
138 Thermostats/Langevin.cpp \
139 Thermostats/NoseHoover.cpp \
140 Thermostats/NoThermostat.cpp \
141 Thermostats/Thermostat.cpp \
142 Thermostats/Woodcock.cpp
[d193a2]143
[194649]144THERMOSTATHEADER = \
145 Thermostats/Berendsen.hpp \
146 Thermostats/GaussianThermostat.hpp \
147 Thermostats/Langevin.hpp \
148 Thermostats/NoseHoover.hpp \
149 Thermostats/NoThermostat.hpp \
150 Thermostats/Thermostat.hpp \
151 Thermostats/Woodcock.hpp
[d193a2]152
[d74077]153TESSELATIONSOURCE = \
154 BoundaryLineSet.cpp \
155 BoundaryPointSet.cpp \
156 BoundaryPolygonSet.cpp \
157 BoundaryTriangleSet.cpp \
158 CandidateForTesselation.cpp \
159 tesselation.cpp \
[8f4df1]160 tesselationhelpers.cpp \
[d74077]161 TesselPoint.cpp
162
163TESSELATIONHEADER = \
164 BoundaryLineSet.hpp \
165 BoundaryPointSet.hpp \
166 BoundaryPolygonSet.hpp \
167 BoundaryTriangleSet.hpp \
168 CandidateForTesselation.hpp \
[34c43a]169 IPointCloud.hpp \
170 PointCloudAdaptor.hpp \
[d74077]171 tesselation.hpp \
[8f4df1]172 tesselationhelpers.hpp \
[d74077]173 TesselPoint.hpp
174
[255971]175MOLECUILDERSOURCE = \
[efc3cb]176 ${ANALYSISSOURCE} \
[5079a0]177 ${ACTIONSSOURCE} \
[efc3cb]178 ${ATOMSOURCE} \
179 ${DESCRIPTORSOURCE} \
[9e23a3]180 ${DYNAMICSSOURCE} \
[632508]181 ${GRAPHSOURCE} \
[3f9eba]182 ${RANDOMSOURCE} \
[194649]183 ${THERMOSTATSOURCE} \
[d74077]184 ${TESSELATIONSOURCE} \
[a0064e]185 Helpers/defs.cpp \
186 Helpers/helpers.cpp \
[efc3cb]187 bond.cpp \
188 boundary.cpp \
[83c09a]189 Box.cpp \
[efc3cb]190 config.cpp \
[88104f]191 ConfigFileBuffer.cpp \
[efc3cb]192 element.cpp \
[5079a0]193 elements_db.cpp \
[efc3cb]194 ellipsoid.cpp \
[6f43ab]195 Formula.cpp \
[efc3cb]196 graph.cpp \
197 linkedcell.cpp \
198 moleculelist.cpp \
199 molecule.cpp \
200 molecule_dynamics.cpp \
201 molecule_fragmentation.cpp \
202 molecule_geometry.cpp \
203 molecule_graph.cpp \
204 parser.cpp \
205 periodentafel.cpp \
[a3fded]206 ThermoStatContainer.cpp \
[efc3cb]207 triangleintersectionlist.cpp \
[112f90]208 UIElements/UIFactory.cpp \
[f649de]209 World.cpp \
210 WorldTime.cpp
[5f612ee]211
[255971]212MOLECUILDERHEADER = \
[efc3cb]213 ${ANALYSISHEADER} \
[5079a0]214 ${ACTIONSHEADER} \
[efc3cb]215 ${ATOMHEADER} \
216 ${DESCRIPTORHEADER} \
[c42e60]217 ${DESCRIPTORIMPLHEADER} \
[9e23a3]218 ${DYNAMICSHEADER} \
[632508]219 ${GRAPHHEADER} \
[3f9eba]220 ${RANDOMSOURCE} \
[194649]221 ${THERMOSTATHEADER} \
[d74077]222 ${TESSELATIONHEADER} \
[a0064e]223 Helpers/defs.hpp \
224 Helpers/fast_functions.hpp \
225 Helpers/helpers.hpp \
[efc3cb]226 bond.hpp \
227 boundary.hpp \
[83c09a]228 Box.hpp \
[efc3cb]229 config.hpp \
[88104f]230 ConfigFileBuffer.hpp \
[efc3cb]231 element.hpp \
[5079a0]232 elements_db.hpp \
[efc3cb]233 ellipsoid.hpp \
[6f43ab]234 Formula.hpp \
[efc3cb]235 graph.hpp \
236 linkedcell.hpp \
237 molecule.hpp \
238 parser.hpp \
239 periodentafel.hpp \
[a3fded]240 ThermoStatContainer.hpp \
[efc3cb]241 triangleintersectionlist.hpp \
[112f90]242 UIElements/UIFactory.hpp \
[6bb605]243 World.hpp \
[f649de]244 WorldTime.hpp
[3027f8]245
[acbe1b]246lib_LTLIBRARIES = libMolecuilder.la
[e5bf2b]247libMolecuilder_la_includedir = $(includedir)/MoleCuilder/
248libMolecuilder_la_LIBADD = \
[acbe1b]249 LinearAlgebra/libMolecuilderLinearAlgebra.la \
[a0064e]250 ${CodePatterns_LIBS} \
[255971]251 ${BOOST_PROGRAM_OPTIONS_LIB}
252
[e5bf2b]253nobase_libMolecuilder_la_include_HEADERS = ${MOLECUILDERHEADER}
[255971]254
255## Define the source file list for the "libexample-@MOLECUILDER_API_VERSION@.la"
256## target. Note that @MOLECUILDER_API_VERSION@ is not interpreted by Automake and
257## will therefore be treated as if it were literally part of the target name,
258## and the variable name derived from that.
259## The file extension .cc is recognized by Automake, and makes it produce
260## rules which invoke the C++ compiler to produce a libtool object file (.lo)
261## from each source file. Note that it is not necessary to list header files
262## which are already listed elsewhere in a _HEADERS variable assignment.
[acbe1b]263libMolecuilder_la_SOURCES = ${MOLECUILDERSOURCE} $(srcdir)/version.c
[255971]264
265## Instruct libtool to include ABI version information in the generated shared
266## library file (.so). The library ABI version is defined in configure.ac, so
267## that all version information is kept in one place.
[acbe1b]268libMolecuilder_la_LDFLAGS = -version-info $(MOLECUILDER_SO_VERSION)
[255971]269
270## The generated configuration header is installed in its own subdirectory of
271## $(libdir). The reason for this is that the configuration information put
272## into this header file describes the target platform the installed library
273## has been built for. Thus the file must not be installed into a location
274## intended for architecture-independent files, as defined by the Filesystem
275## Hierarchy Standard (FHS).
276## The nodist_ prefix instructs Automake to not generate rules for including
277## the listed files in the distribution on 'make dist'. Files that are listed
278## in _HEADERS variables are normally included in the distribution, but the
279## configuration header file is generated at configure time and should not be
280## shipped with the source tarball.
[e5bf2b]281libMolecuilder_la_libincludedir = $(libdir)/MoleCuilder/include
282nodist_libMolecuilder_la_libinclude_HEADERS = $(top_builddir)/libmolecuilder_config.h
[255971]283
284## Install the generated pkg-config file (.pc) into the expected location for
285## architecture-dependent package configuration information. Occasionally,
286## pkg-config files are also used for architecture-independent data packages,
287## in which case the correct install location would be $(datadir)/pkgconfig.
288pkgconfigdir = $(libdir)/pkgconfig
[acbe1b]289pkgconfig_DATA = $(top_builddir)/MoleCuilder.pc
[255971]290
[ef9df36]291
[d5240d]292BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(BOOST_THREAD_LIB)
[5079a0]293INCLUDES = -I$(top_srcdir)/src/unittests -I$(top_srcdir)/src/Actions -I$(top_srcdir)/src/UIElements
[ef9df36]294
[255971]295noinst_LIBRARIES = libmenu.a
[e828c0]296bin_PROGRAMS = molecuilder molecuildergui joiner analyzer SubspaceFactorizer
[796aa6]297EXTRA_PROGRAMS = unity
[04488a]298
[14de469]299molecuilderdir = ${bindir}
[b1d8092]300
[9fe36b]301libmenu_a_SOURCES = ${UISOURCE} ${UIHEADER}
[b1d8092]302
[6ac7ee]303molecuilder_DATA = elements.db valence.db orbitals.db Hbonddistance.db Hbondangle.db
[b1d8092]304
[e828c0]305SubspaceFactorizer_CXXFLAGS = $(BOOST_CPPFLAGS)
[a0064e]306SubspaceFactorizer_SOURCES = SubspaceFactorizer.cpp Helpers/defs.cpp Helpers/defs.hpp Helpers/helpers.cpp Helpers/helpers.hpp
[e828c0]307SubspaceFactorizer_LDADD = \
[acbe1b]308 LinearAlgebra/libMolecuilderLinearAlgebra.la \
309 Exceptions/libMolecuilderExceptions.la \
[a0064e]310 ${CodePatterns_LIBS} \
[e828c0]311 $(GSLLIB) \
312 $(BOOST_LIB)
313
[4d9c01]314molecuilder_CXXFLAGS = $(BOOST_CPPFLAGS)
315#molecuilder_CXXFLAGS += -DNO_CACHING
[9fe36b]316molecuilder_LDFLAGS = $(BOOST_LIB)
[f4d063]317molecuilder_SOURCES = builder.cpp builder_init.cpp builder_init.hpp
[952f38]318molecuilder_LDADD = \
[acbe1b]319 UIElements/libMolecuilderUI.la \
320 Actions/libMolecuilderActions.la \
321 libMolecuilder.la \
322 Parser/libMolecuilderParser.la \
[6d2207]323 Shapes/libMolecuilderShapes.la \
[acbe1b]324 LinearAlgebra/libMolecuilderLinearAlgebra.la \
325 Exceptions/libMolecuilderExceptions.la \
[1ee3b8d]326 RandomNumbers/libMolecuilderRandomNumbers.la \
[a0064e]327 ${CodePatterns_LIBS} \
[e4decc]328 $(BOOST_LIB)
[b1d8092]329
[4cf323d]330#Stuff for building the GUI using Qt
[f4d063]331molecuildergui_SOURCES = builder.cpp builder_init.cpp builder_init.hpp
[d5240d]332molecuildergui_CXXFLAGS = $(BOOST_CPPFLAGS) -DUSE_GUI_QT
333molecuildergui_LDFLAGS = $(BOOST_LIB)
[b1d8092]334
[d223d5]335unity_SOURCES = unity.cpp
[e4decc]336unity_LDADD = $(BOOST_LIB)
[796aa6]337
[952f38]338molecuildergui_LDADD = \
[acbe1b]339 UIElements/libMolecuilderUI.la \
340 UIElements/libMolecuilderQtUI.la \
341 Actions/libMolecuilderActions.la \
342 libMolecuilder.la \
343 Parser/libMolecuilderParser.la \
[6d2207]344 Shapes/libMolecuilderShapes.la \
[acbe1b]345 LinearAlgebra/libMolecuilderLinearAlgebra.la \
346 Exceptions/libMolecuilderExceptions.la \
[1ee3b8d]347 RandomNumbers/libMolecuilderRandomNumbers.la \
[a0064e]348 ${CodePatterns_LIBS} \
[952f38]349 $(BOOST_LIB) \
350 ${GUI_LIBS}
[b1d8092]351
[255971]352joiner_SOURCES = joiner.cpp datacreator.cpp datacreator.hpp periodentafel.hpp
353joiner_LDADD = \
[acbe1b]354 UIElements/libMolecuilderUI.la \
355 Actions/libMolecuilderActions.la \
356 libMolecuilder.la \
357 Parser/libMolecuilderParser.la \
[6d2207]358 Shapes/libMolecuilderShapes.la \
[acbe1b]359 LinearAlgebra/libMolecuilderLinearAlgebra.la \
360 Exceptions/libMolecuilderExceptions.la \
[1ee3b8d]361 RandomNumbers/libMolecuilderRandomNumbers.la \
[a0064e]362 ${CodePatterns_LIBS} \
[e4decc]363 $(BOOST_LIB)
[b1d8092]364
[255971]365analyzer_SOURCES = analyzer.cpp datacreator.cpp periodentafel.hpp datacreator.hpp
366analyzer_LDADD = \
[acbe1b]367 UIElements/libMolecuilderUI.la \
368 Actions/libMolecuilderActions.la \
369 libMolecuilder.la \
370 Parser/libMolecuilderParser.la \
[6d2207]371 Shapes/libMolecuilderShapes.la \
[acbe1b]372 LinearAlgebra/libMolecuilderLinearAlgebra.la \
373 Exceptions/libMolecuilderExceptions.la \
[1ee3b8d]374 RandomNumbers/libMolecuilderRandomNumbers.la \
[a0064e]375 ${CodePatterns_LIBS} \
[e4decc]376 $(BOOST_LIB)
[14de469]377
[c111db]378#EXTRA_DIST = ${molecuilder_DATA}
[65b6e0]379
[a8eb4a]380FORCE:
381$(srcdir)/.git-version: FORCE
[f8be39]382 @if (test -d $(top_srcdir)/.git && cd $(srcdir) \
383 && { git describe --dirty --always || git describe; } ) > .git-version-t 2>/dev/null \
[a8eb4a]384 && ! diff .git-version-t $(srcdir)/.git-version >/dev/null 2>&1; then \
385 mv -f .git-version-t $(srcdir)/.git-version; \
386 else \
387 rm -f .git-version-t; \
388 fi
389
390EXTRA_DIST = $(srcdir)/.git-version
391
392$(srcdir)/version.c: $(srcdir)/.git-version
[5f8660a]393 echo "const char *MOLECUILDERVERSION = \"$(PACKAGE_NAME) version "`cat $(srcdir)/.git-version`"\";" > $@
[a8eb4a]394
[b8d1aeb]395
[d223d5]396unity.cpp: ${MOLECUILDERSOURCE} ${MOLECUILDERHEADER}
[b0b086]397 echo "#include \"$(srcdir)/Helpers/MemDebug.cpp\"" > unity.cpp; \
[d223d5]398 list='$(MOLECUILDERSOURCE)'; for file in $$list; do \
[b0b086]399 echo "#include \"$(srcdir)/$$file\"" >> unity.cpp; \
[d223d5]400 done; \
401 subdirs='$(SUBDIRS)';for directory in $$subdirs; do\
402 olddir=$$PWD;\
403 cd $$directory && make unity.cpp;\
404 cd $$olddir;\
405 echo "#include \"$$directory/unity.cpp\"" >> unity.cpp;\
406 done;\
407 echo "#include \"$(srcdir)/builder.cpp\"" >> unity.cpp;
408 echo "#include \"$(srcdir)/version.c\"" >> unity.cpp;
409
[1ee3b8d]410MOSTLYCLEANFILES = unity.cpp
411
Note: See TracBrowser for help on using the repository browser.