X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senfscons%2FSENFSCons.py;h=767c03106cfd6bc4a965613ee819edf772bfeed2;hb=8b51cbcf5c5d3056e88e4b9d9939bcd2fab59f45;hp=176b8ea670ff190dcc104ed4fc2c6caab5b8221f;hpb=1a29b75bf774444ec182dfff8480a0c53597bf85;p=senf.git diff --git a/senfscons/SENFSCons.py b/senfscons/SENFSCons.py index 176b8ea..767c031 100644 --- a/senfscons/SENFSCons.py +++ b/senfscons/SENFSCons.py @@ -78,28 +78,6 @@ def Glob(env, exclude=[], subdirs=[]): return ( GlobSources(env, exclude, subdirs), GlobIncludes(env, exclude, subdirs) ) -## \brief Add generic standard targets for every module -# -# This target helper should be called in the top-level \c SConstruct file -# as well as in every module \c SConscipt file. It adds general -# targets. Right now, these are -# \li clean up \c .sconsign, \c .sconf_temp and \c config.log on -# scons -c all -# -# \ingroup target -def StandardTargets(env): - env.Clean(env.Alias('all'), [ '.sconsign', '.sconf_temp', 'config.log' ]) - -## \brief Add generic global targets -# -# This target helper should be called in the top-level \c SConstruct -# file. It adds general global targets. Right now theese are -# \li Make scons all build all targets. -# -# \ingroup target -def GlobalTargets(env): - env.Alias('all', [ 'default', 'all_tests', 'all_docs' ]) - ## \brief Return path of a built library within $LOCALLIBDIR # \internal def LibPath(lib): return '${LOCALLIBDIR}/${LIBPREFIX}%s${LIBADDSUFFIX}${LIBSUFFIX}' % lib