source: src/Makefile.am@ 807d91

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 807d91 was 2d31e1, checked in by Frederik Heber <heber@…>, 14 years ago

Python tests are now launched via small script run.in.

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