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