source: src/Makefile.am@ 93fd43e

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 93fd43e was a564be, checked in by Frederik Heber <heber@…>, 15 years ago

Removed ancient StackClass, replaced by std::deque.

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