summaryrefslogtreecommitdiff
path: root/src/examples/ethumb_client
Commit message (Collapse)AuthorAgeFilesLines
* autotools: REMOVAL!Marcel Hollerbach2019-06-181-14/+0
| | | | | | | | | | | Get your seatbelt fastend! It is happening! AUTOTOOLS IS GONE NOW! All praise to meson! This time the final version, ci has been adjusted, and now does not try anymore to build a removed buildsystem. However, the scripts in there need cleaning up. Differential Revision: https://phab.enlightenment.org/D9027
* Revert "autotools: REMOVAL!"Marcel Hollerbach2019-06-181-0/+14
| | | | | | This reverts commit e8c69667b01e2795c1e4ead0536652f935ffa674. git push on a wrong branch, sorry. This will land today, but not now.
* autotools: REMOVAL!Marcel Hollerbach2019-06-181-14/+0
| | | | | | | Get your seatbelt fastend! It is happening! AUTOTOOLS IS GONE NOW! All praise to meson! Differential Revision: https://phab.enlightenment.org/D9027
* here comes mesonMarcel Hollerbach2018-10-021-0/+10
| | | | | | | | | | | | | | | | | | | | | | | a new shiny buildtool that currently completes in the total of ~ 4 min.. 1 min. conf time 2:30 min. build time Where autotools takes: 1:50 min. conf time 3:40 min. build time. meson was taken because it went quite good for enlightenment, and is a traction gaining system that is also used by other mayor projects. Additionally, the DSL that is defined my meson makes the configuration of the builds a lot easier to read. Further informations can be gathered from the README.meson Right now, bindings & windows support are missing. It is highly recommented to use meson 0.48 due to optimizations in meson that reduced the time the meson call would need. Co-authored-by: Mike Blumenkrantz <zmike@samsung.com> Differential Revision: https://phab.enlightenment.org/D7012 Depends on D7011
* build: move src/examples/ to a single makefileMike Blumenkrantz2018-08-031-63/+0
| | | | | | | | | | | this greatly improves build times by improving parallelizing, though it does introduce more BUILT_SOURCES usage which causes builds with cxx bindings to take significantly longer fix T7157 ref T7154 Differential Revision: https://phab.enlightenment.org/D6633
* efl: remove inclusion of dirent.h where it is not usedVincent Torri2018-01-121-1/+0
| | | | | | | | | | | | Test Plan: compilation Reviewers: cedric Subscribers: jpeg Differential Revision: https://phab.enlightenment.org/D5733 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* examples: add DESTDIR support for install.Cedric BAIL2016-04-141-3/+3
|
* build: Unify use of $(MKDIR_P) for creating a dir within the build systemStefan Schmidt2015-02-251-1/+1
| | | | | | | While we used different variation of mkdir -p all over we also had spots where we did not use the option. This is one step in trying to make our build system ready for parallel install. Using something like -j 10 even for the install should help to speed up our jenkins jobs as well as distcheck.
* autotools: Fixed 'make examples' and 'make examples-install'Savio Sena2014-07-021-1/+1
| | | | | It was broken in set-ups with ($(builddir) != $(srcdir)) && ($(builddir) != $(srcdir)/build)
* Split .gitignore into multiple filesEduardo Lima (Etrunko)2013-06-111-0/+1
| | | | Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
* fix examples makefiles to find Efl_Config.hCarsten Haitzler (Rasterman)2013-04-251-0/+1
|
* efl: add makefile.examples to each libRicardo de Almeida Gonzaga2013-02-082-2/+20
| | | | | | | | Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi> SVN revision: 83795
* efl: add and fix some gcc lines and fix some examples. Its not possible to ↵Ricardo de Almeida Gonzaga2013-02-081-0/+2
| | | | | | | | | | build from outside the directory with eina_prefix, the build still depends on PACKAGE_DATA_DIR Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi> SVN revision: 83794
* fix directory structure: move ethumd_client out of ethumb.Gustavo Sverzut Barbieri2013-01-152-0/+186
it's another library, do not mix stuff as it used to be. SVN revision: 82835