aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/Makefile.in
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-23 23:30:42 +1000
committerDavid Walter Seikel2012-01-23 23:30:42 +1000
commit825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch)
tree75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/ecore/Makefile.in
parentAdd ability to disable the test harness, or the Lua compile test. (diff)
downloadSledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.zip
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.gz
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.bz2
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.xz
Update the EFL to what I'm actually using, coz I'm using some stuff not yet released.
Diffstat (limited to 'libraries/ecore/Makefile.in')
-rw-r--r--libraries/ecore/Makefile.in36
1 files changed, 26 insertions, 10 deletions
diff --git a/libraries/ecore/Makefile.in b/libraries/ecore/Makefile.in
index e78b5dc..7ae3118 100644
--- a/libraries/ecore/Makefile.in
+++ b/libraries/ecore/Makefile.in
@@ -64,6 +64,7 @@ host_triplet = @host@
64@BUILD_ECORE_SDL_TRUE@am__append_17 = ecore-sdl.pc 64@BUILD_ECORE_SDL_TRUE@am__append_17 = ecore-sdl.pc
65@BUILD_ECORE_COCOA_TRUE@am__append_18 = ecore-cocoa.pc 65@BUILD_ECORE_COCOA_TRUE@am__append_18 = ecore-cocoa.pc
66@BUILD_ECORE_PSL1GHT_TRUE@am__append_19 = ecore-psl1ght.pc 66@BUILD_ECORE_PSL1GHT_TRUE@am__append_19 = ecore-psl1ght.pc
67@BUILD_ECORE_WAYLAND_TRUE@am__append_20 = ecore-wayland.pc
67subdir = . 68subdir = .
68DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 69DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
69 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 70 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
@@ -74,12 +75,12 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
74 $(srcdir)/ecore-imf.pc.in $(srcdir)/ecore-input-evas.pc.in \ 75 $(srcdir)/ecore-imf.pc.in $(srcdir)/ecore-input-evas.pc.in \
75 $(srcdir)/ecore-input.pc.in $(srcdir)/ecore-ipc.pc.in \ 76 $(srcdir)/ecore-input.pc.in $(srcdir)/ecore-ipc.pc.in \
76 $(srcdir)/ecore-psl1ght.pc.in $(srcdir)/ecore-sdl.pc.in \ 77 $(srcdir)/ecore-psl1ght.pc.in $(srcdir)/ecore-sdl.pc.in \
77 $(srcdir)/ecore-win32.pc.in $(srcdir)/ecore-wince.pc.in \ 78 $(srcdir)/ecore-wayland.pc.in $(srcdir)/ecore-win32.pc.in \
78 $(srcdir)/ecore-x.pc.in $(srcdir)/ecore.pc.in \ 79 $(srcdir)/ecore-wince.pc.in $(srcdir)/ecore-x.pc.in \
79 $(srcdir)/ecore.spec.in $(top_srcdir)/configure ABOUT-NLS \ 80 $(srcdir)/ecore.pc.in $(srcdir)/ecore.spec.in \
80 AUTHORS COPYING ChangeLog INSTALL NEWS TODO config.guess \ 81 $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
81 config.rpath config.sub depcomp install-sh ltmain.sh missing \ 82 INSTALL NEWS config.guess config.rpath config.sub depcomp \
82 mkinstalldirs 83 install-sh ltmain.sh missing mkinstalldirs
83ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \ 85am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \
85 $(top_srcdir)/m4/ac_path_generic.m4 \ 86 $(top_srcdir)/m4/ac_path_generic.m4 \
@@ -109,7 +110,8 @@ CONFIG_CLEAN_FILES = ecore-con.pc ecore-config.pc ecore-directfb.pc \
109 ecore-evas.pc ecore-fb.pc ecore-file.pc ecore-imf.pc \ 110 ecore-evas.pc ecore-fb.pc ecore-file.pc ecore-imf.pc \
110 ecore-imf-evas.pc ecore-ipc.pc ecore-x.pc ecore-input.pc \ 111 ecore-imf-evas.pc ecore-ipc.pc ecore-x.pc ecore-input.pc \
111 ecore-input-evas.pc ecore-win32.pc ecore-sdl.pc ecore-cocoa.pc \ 112 ecore-input-evas.pc ecore-win32.pc ecore-sdl.pc ecore-cocoa.pc \
112 ecore-psl1ght.pc ecore-wince.pc ecore.pc ecore.spec 113 ecore-psl1ght.pc ecore-wince.pc ecore-wayland.pc ecore.pc \
114 ecore.spec
113CONFIG_CLEAN_VPATH_FILES = 115CONFIG_CLEAN_VPATH_FILES =
114am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 116am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
115am__vpath_adj = case $$p in \ 117am__vpath_adj = case $$p in \
@@ -312,10 +314,10 @@ PATH_SEPARATOR = @PATH_SEPARATOR@
312PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ 314PIXMAN_CFLAGS = @PIXMAN_CFLAGS@
313PIXMAN_LIBS = @PIXMAN_LIBS@ 315PIXMAN_LIBS = @PIXMAN_LIBS@
314PKG_CONFIG = @PKG_CONFIG@ 316PKG_CONFIG = @PKG_CONFIG@
315PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
316PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
317POSUB = @POSUB@ 317POSUB = @POSUB@
318RANLIB = @RANLIB@ 318RANLIB = @RANLIB@
319SCIM_CFLAGS = @SCIM_CFLAGS@
320SCIM_LIBS = @SCIM_LIBS@
319SDL_CFLAGS = @SDL_CFLAGS@ 321SDL_CFLAGS = @SDL_CFLAGS@
320SDL_CONFIG = @SDL_CONFIG@ 322SDL_CONFIG = @SDL_CONFIG@
321SDL_LIBS = @SDL_LIBS@ 323SDL_LIBS = @SDL_LIBS@
@@ -334,6 +336,10 @@ TSLIB_LIBS = @TSLIB_LIBS@
334USE_NLS = @USE_NLS@ 336USE_NLS = @USE_NLS@
335VERSION = @VERSION@ 337VERSION = @VERSION@
336VMAJ = @VMAJ@ 338VMAJ = @VMAJ@
339WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
340WAYLAND_EGL_CFLAGS = @WAYLAND_EGL_CFLAGS@
341WAYLAND_EGL_LIBS = @WAYLAND_EGL_LIBS@
342WAYLAND_LIBS = @WAYLAND_LIBS@
337WIN32_CFLAGS = @WIN32_CFLAGS@ 343WIN32_CFLAGS = @WIN32_CFLAGS@
338WIN32_CPPFLAGS = @WIN32_CPPFLAGS@ 344WIN32_CPPFLAGS = @WIN32_CPPFLAGS@
339WIN32_LIBS = @WIN32_LIBS@ 345WIN32_LIBS = @WIN32_LIBS@
@@ -447,6 +453,8 @@ ecore_imf_cflags = @ecore_imf_cflags@
447ecore_imf_evas_cflags = @ecore_imf_evas_cflags@ 453ecore_imf_evas_cflags = @ecore_imf_evas_cflags@
448ecore_imf_evas_libs = @ecore_imf_evas_libs@ 454ecore_imf_evas_libs = @ecore_imf_evas_libs@
449ecore_imf_libs = @ecore_imf_libs@ 455ecore_imf_libs = @ecore_imf_libs@
456ecore_imf_scim_cflags = @ecore_imf_scim_cflags@
457ecore_imf_scim_libs = @ecore_imf_scim_libs@
450ecore_imf_xim_cflags = @ecore_imf_xim_cflags@ 458ecore_imf_xim_cflags = @ecore_imf_xim_cflags@
451ecore_imf_xim_libs = @ecore_imf_xim_libs@ 459ecore_imf_xim_libs = @ecore_imf_xim_libs@
452ecore_input_cflags = @ecore_input_cflags@ 460ecore_input_cflags = @ecore_input_cflags@
@@ -459,6 +467,8 @@ ecore_psl1ght_cflags = @ecore_psl1ght_cflags@
459ecore_psl1ght_libs = @ecore_psl1ght_libs@ 467ecore_psl1ght_libs = @ecore_psl1ght_libs@
460ecore_sdl_cflags = @ecore_sdl_cflags@ 468ecore_sdl_cflags = @ecore_sdl_cflags@
461ecore_sdl_libs = @ecore_sdl_libs@ 469ecore_sdl_libs = @ecore_sdl_libs@
470ecore_wayland_cflags = @ecore_wayland_cflags@
471ecore_wayland_libs = @ecore_wayland_libs@
462ecore_win32_cflags = @ecore_win32_cflags@ 472ecore_win32_cflags = @ecore_win32_cflags@
463ecore_win32_libs = @ecore_win32_libs@ 473ecore_win32_libs = @ecore_win32_libs@
464ecore_wince_cflags = @ecore_wince_cflags@ 474ecore_wince_cflags = @ecore_wince_cflags@
@@ -503,12 +513,14 @@ requirements_ecore_fb = @requirements_ecore_fb@
503requirements_ecore_file = @requirements_ecore_file@ 513requirements_ecore_file = @requirements_ecore_file@
504requirements_ecore_imf = @requirements_ecore_imf@ 514requirements_ecore_imf = @requirements_ecore_imf@
505requirements_ecore_imf_evas = @requirements_ecore_imf_evas@ 515requirements_ecore_imf_evas = @requirements_ecore_imf_evas@
516requirements_ecore_imf_scim = @requirements_ecore_imf_scim@
506requirements_ecore_imf_xim = @requirements_ecore_imf_xim@ 517requirements_ecore_imf_xim = @requirements_ecore_imf_xim@
507requirements_ecore_input = @requirements_ecore_input@ 518requirements_ecore_input = @requirements_ecore_input@
508requirements_ecore_input_evas = @requirements_ecore_input_evas@ 519requirements_ecore_input_evas = @requirements_ecore_input_evas@
509requirements_ecore_ipc = @requirements_ecore_ipc@ 520requirements_ecore_ipc = @requirements_ecore_ipc@
510requirements_ecore_psl1ght = @requirements_ecore_psl1ght@ 521requirements_ecore_psl1ght = @requirements_ecore_psl1ght@
511requirements_ecore_sdl = @requirements_ecore_sdl@ 522requirements_ecore_sdl = @requirements_ecore_sdl@
523requirements_ecore_wayland = @requirements_ecore_wayland@
512requirements_ecore_win32 = @requirements_ecore_win32@ 524requirements_ecore_win32 = @requirements_ecore_win32@
513requirements_ecore_wince = @requirements_ecore_wince@ 525requirements_ecore_wince = @requirements_ecore_wince@
514requirements_ecore_x = @requirements_ecore_x@ 526requirements_ecore_x = @requirements_ecore_x@
@@ -567,6 +579,7 @@ ecore-cocoa.pc.in \
567ecore-psl1ght.pc.in \ 579ecore-psl1ght.pc.in \
568ecore-input.pc.in \ 580ecore-input.pc.in \
569ecore-wince.pc.in \ 581ecore-wince.pc.in \
582ecore-wayland.pc.in \
570ecore.spec.in \ 583ecore.spec.in \
571ecore.spec \ 584ecore.spec \
572m4/ac_abstract_socket.m4 \ 585m4/ac_abstract_socket.m4 \
@@ -585,7 +598,8 @@ pkgconfig_DATA = ecore.pc $(am__append_3) $(am__append_4) \
585 $(am__append_8) $(am__append_9) $(am__append_10) \ 598 $(am__append_8) $(am__append_9) $(am__append_10) \
586 $(am__append_11) $(am__append_12) $(am__append_13) \ 599 $(am__append_11) $(am__append_12) $(am__append_13) \
587 $(am__append_14) $(am__append_15) $(am__append_16) \ 600 $(am__append_14) $(am__append_15) $(am__append_16) \
588 $(am__append_17) $(am__append_18) $(am__append_19) 601 $(am__append_17) $(am__append_18) $(am__append_19) \
602 $(am__append_20)
589all: config.h 603all: config.h
590 $(MAKE) $(AM_MAKEFLAGS) all-recursive 604 $(MAKE) $(AM_MAKEFLAGS) all-recursive
591 605
@@ -675,6 +689,8 @@ ecore-psl1ght.pc: $(top_builddir)/config.status $(srcdir)/ecore-psl1ght.pc.in
675 cd $(top_builddir) && $(SHELL) ./config.status $@ 689 cd $(top_builddir) && $(SHELL) ./config.status $@
676ecore-wince.pc: $(top_builddir)/config.status $(srcdir)/ecore-wince.pc.in 690ecore-wince.pc: $(top_builddir)/config.status $(srcdir)/ecore-wince.pc.in
677 cd $(top_builddir) && $(SHELL) ./config.status $@ 691 cd $(top_builddir) && $(SHELL) ./config.status $@
692ecore-wayland.pc: $(top_builddir)/config.status $(srcdir)/ecore-wayland.pc.in
693 cd $(top_builddir) && $(SHELL) ./config.status $@
678ecore.pc: $(top_builddir)/config.status $(srcdir)/ecore.pc.in 694ecore.pc: $(top_builddir)/config.status $(srcdir)/ecore.pc.in
679 cd $(top_builddir) && $(SHELL) ./config.status $@ 695 cd $(top_builddir) && $(SHELL) ./config.status $@
680ecore.spec: $(top_builddir)/config.status $(srcdir)/ecore.spec.in 696ecore.spec: $(top_builddir)/config.status $(srcdir)/ecore.spec.in