diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-11-01 12:56:52 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-11-01 12:56:52 +0000 |
commit | 58a9a0ad574c417bbe56043f151fc91ceba78822 (patch) | |
tree | 7578110d789dfdd63bee714449f952bf13d27a23 /src/modules/eina | |
parent | ede6b6ba795c688c6b9555c741d7b06c3fa712ef (diff) | |
download | efl-58a9a0ad574c417bbe56043f151fc91ceba78822.tar.gz |
merge: don't use recursive subdirs. Compilation should be faster.
Please check.
note1: Only lib and bin for now, but should be extended to other stuff
note2: distcheck does not work because eo_suite is failing.
SVN revision: 78758
Diffstat (limited to 'src/modules/eina')
-rw-r--r-- | src/modules/eina/Makefile.am | 4 | ||||
-rw-r--r-- | src/modules/eina/mp/Makefile.am | 21 | ||||
-rw-r--r-- | src/modules/eina/mp/chained_pool/Makefile.am | 26 | ||||
-rw-r--r-- | src/modules/eina/mp/one_big/Makefile.am | 26 | ||||
-rw-r--r-- | src/modules/eina/mp/pass_through/Makefile.am | 25 |
5 files changed, 0 insertions, 102 deletions
diff --git a/src/modules/eina/Makefile.am b/src/modules/eina/Makefile.am deleted file mode 100644 index 53e28b7bf9..0000000000 --- a/src/modules/eina/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -SUBDIRS = mp - -MAINTAINERCLEANFILES = \ -Makefile.in
\ No newline at end of file diff --git a/src/modules/eina/mp/Makefile.am b/src/modules/eina/mp/Makefile.am deleted file mode 100644 index cb6d26de25..0000000000 --- a/src/modules/eina/mp/Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ -MAINTAINERCLEANFILES = Makefile.in - -SUBDIRS = - -if EINA_BUILD_CHAINED_POOL -if !EINA_STATIC_BUILD_CHAINED_POOL -SUBDIRS += chained_pool -endif -endif - -if EINA_BUILD_ONE_BIG -if !EINA_STATIC_BUILD_ONE_BIG -SUBDIRS += one_big -endif -endif - -if EINA_BUILD_PASS_THROUGH -if !EINA_STATIC_BUILD_PASS_THROUGH -SUBDIRS += pass_through -endif -endif diff --git a/src/modules/eina/mp/chained_pool/Makefile.am b/src/modules/eina/mp/chained_pool/Makefile.am deleted file mode 100644 index 48feb46b41..0000000000 --- a/src/modules/eina/mp/chained_pool/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -MAINTAINERCLEANFILES = Makefile.in - -AM_CPPFLAGS = \ --I. \ --I$(top_srcdir)/src/lib/eina \ --I$(top_builddir)/src/lib/eina \ --DEFL_EINA_BUILD \ -@VALGRIND_CFLAGS@ - -controllerdir = $(libdir)/eina/modules/mp/chained_pool/$(MODULE_ARCH) -controller_LTLIBRARIES = module.la - -module_la_SOURCES = eina_chained_mempool.c - -module_la_CFLAGS = @EINA_CFLAGS@ @EFL_PTHREAD_CFLAGS@ -module_la_LIBADD = $(top_builddir)/src/lib/eina/libeina.la @EINA_LIBS@ -module_la_LDFLAGS = -no-undefined -module -avoid-version @EFL_PTHREAD_LIBS@ -module_la_LIBTOOLFLAGS = --tag=disable-static - -install-data-hook: - rm -f $(DESTDIR)$(controllerdir)/$(controller_LTLIBRARIES) -uninstall-hook: - rm -f $(DESTDIR)$(controllerdir)/module.* - -clean-local: - rm -rf *.gcno diff --git a/src/modules/eina/mp/one_big/Makefile.am b/src/modules/eina/mp/one_big/Makefile.am deleted file mode 100644 index 3ca78e092d..0000000000 --- a/src/modules/eina/mp/one_big/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -MAINTAINERCLEANFILES = Makefile.in - -AM_CPPFLAGS = \ --I. \ --I$(top_srcdir)/src/lib/eina \ --I$(top_builddir)/src/lib/eina \ --DEFL_EINA_BUILD \ -@VALGRIND_CFLAGS@ - -controllerdir = $(libdir)/eina/modules/mp/one_big/$(MODULE_ARCH) -controller_LTLIBRARIES = module.la - -module_la_SOURCES = eina_one_big.c - -module_la_CFLAGS = @EINA_CFLAGS@ @EFL_PTHREAD_CFLAGS@ -module_la_LIBADD = $(top_builddir)/src/lib/eina/libeina.la @EINA_LIBS@ -module_la_LDFLAGS = -no-undefined -module -avoid-version @EFL_PTHREAD_LIBS@ -module_la_LIBTOOLFLAGS = --tag=disable-static - -install-data-hook: - rm -f $(DESTDIR)$(controllerdir)/$(controller_LTLIBRARIES) -uninstall-hook: - rm -f $(DESTDIR)$(controllerdir)/module.* - -clean-local: - rm -rf *.gcno diff --git a/src/modules/eina/mp/pass_through/Makefile.am b/src/modules/eina/mp/pass_through/Makefile.am deleted file mode 100644 index 19622f552e..0000000000 --- a/src/modules/eina/mp/pass_through/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -MAINTAINERCLEANFILES = Makefile.in - -AM_CPPFLAGS = \ --I. \ --I$(top_srcdir)/src/lib/eina \ --I$(top_builddir)/src/lib/eina \ --DEFL_EINA_BUILD - -controllerdir = $(libdir)//eina/modules/mp/pass_through/$(MODULE_ARCH) -controller_LTLIBRARIES = module.la - -module_la_SOURCES = eina_pass_through.c - -module_la_CFLAGS = @EINA_CFLAGS@ -module_la_LIBADD = $(top_builddir)/src/lib/eina/libeina.la @EINA_LIBS@ -module_la_LDFLAGS = -no-undefined -module -avoid-version -module_la_LIBTOOLFLAGS = --tag=disable-static - -install-data-hook: - rm -f $(DESTDIR)$(controllerdir)/$(controller_LTLIBRARIES) -uninstall-hook: - rm -f $(DESTDIR)$(controllerdir)/module.* - -clean-local: - rm -rf *.gcno |