Description Usage Arguments Details Value Note Author(s) See Also
Calling make
will build, clean or install your C/C++ library.
1 2 |
.Object |
S4 |
Operation |
the
|
Debug |
A |
Calling make
results in the project described by the Object
instance being transformed into a GNU makefile and then
GNU make being called with the appropriate operation as determined by the Operation
argument. The makefile will be
written to the sub-folder specified by the ObjName
attribute of the Object
instance. If the makefile already exists it
will only be re-created if the existing one in not in sync with the project definition. This is determined by an md5 digest of
the project definition which is stored as the header comment line in the makefile. If the makefile is re-written then a make clean
operation will be automatically carried out to ensure the built library remains in sync with the makefile.
This method returns an updated S4 BSysProject
object instance. If the any change to Debug
state is to be preserved then the
returned result should be assigned to the calling BSysProject
object instance passed in the Object
argument.
see BuildSys-package
for examples of use.
Paavo Jumppanen [aut, cre]
Maintainer: Paavo Jumppanen <paavo.jumppanen@csiro.au>
buildMakefile
initProjectFromFolder
BuildSys-package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.