source: src/Makefile.am@ 76163d

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 Candidate_v1.7.0 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 76163d was 6bb605, checked in by Frederik Heber <heber@…>, 15 years ago

Worldtime now has static CurrentTime and static (inline) getter/setter.

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