diff options
Diffstat (limited to '')
-rw-r--r-- | libraries/ecore/doc/Makefile.in | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/libraries/ecore/doc/Makefile.in b/libraries/ecore/doc/Makefile.in index 751df91..e71c120 100644 --- a/libraries/ecore/doc/Makefile.in +++ b/libraries/ecore/doc/Makefile.in | |||
@@ -188,10 +188,10 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ | |||
188 | PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ | 188 | PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ |
189 | PIXMAN_LIBS = @PIXMAN_LIBS@ | 189 | PIXMAN_LIBS = @PIXMAN_LIBS@ |
190 | PKG_CONFIG = @PKG_CONFIG@ | 190 | PKG_CONFIG = @PKG_CONFIG@ |
191 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | ||
192 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | ||
193 | POSUB = @POSUB@ | 191 | POSUB = @POSUB@ |
194 | RANLIB = @RANLIB@ | 192 | RANLIB = @RANLIB@ |
193 | SCIM_CFLAGS = @SCIM_CFLAGS@ | ||
194 | SCIM_LIBS = @SCIM_LIBS@ | ||
195 | SDL_CFLAGS = @SDL_CFLAGS@ | 195 | SDL_CFLAGS = @SDL_CFLAGS@ |
196 | SDL_CONFIG = @SDL_CONFIG@ | 196 | SDL_CONFIG = @SDL_CONFIG@ |
197 | SDL_LIBS = @SDL_LIBS@ | 197 | SDL_LIBS = @SDL_LIBS@ |
@@ -210,6 +210,10 @@ TSLIB_LIBS = @TSLIB_LIBS@ | |||
210 | USE_NLS = @USE_NLS@ | 210 | USE_NLS = @USE_NLS@ |
211 | VERSION = @VERSION@ | 211 | VERSION = @VERSION@ |
212 | VMAJ = @VMAJ@ | 212 | VMAJ = @VMAJ@ |
213 | WAYLAND_CFLAGS = @WAYLAND_CFLAGS@ | ||
214 | WAYLAND_EGL_CFLAGS = @WAYLAND_EGL_CFLAGS@ | ||
215 | WAYLAND_EGL_LIBS = @WAYLAND_EGL_LIBS@ | ||
216 | WAYLAND_LIBS = @WAYLAND_LIBS@ | ||
213 | WIN32_CFLAGS = @WIN32_CFLAGS@ | 217 | WIN32_CFLAGS = @WIN32_CFLAGS@ |
214 | WIN32_CPPFLAGS = @WIN32_CPPFLAGS@ | 218 | WIN32_CPPFLAGS = @WIN32_CPPFLAGS@ |
215 | WIN32_LIBS = @WIN32_LIBS@ | 219 | WIN32_LIBS = @WIN32_LIBS@ |
@@ -323,6 +327,8 @@ ecore_imf_cflags = @ecore_imf_cflags@ | |||
323 | ecore_imf_evas_cflags = @ecore_imf_evas_cflags@ | 327 | ecore_imf_evas_cflags = @ecore_imf_evas_cflags@ |
324 | ecore_imf_evas_libs = @ecore_imf_evas_libs@ | 328 | ecore_imf_evas_libs = @ecore_imf_evas_libs@ |
325 | ecore_imf_libs = @ecore_imf_libs@ | 329 | ecore_imf_libs = @ecore_imf_libs@ |
330 | ecore_imf_scim_cflags = @ecore_imf_scim_cflags@ | ||
331 | ecore_imf_scim_libs = @ecore_imf_scim_libs@ | ||
326 | ecore_imf_xim_cflags = @ecore_imf_xim_cflags@ | 332 | ecore_imf_xim_cflags = @ecore_imf_xim_cflags@ |
327 | ecore_imf_xim_libs = @ecore_imf_xim_libs@ | 333 | ecore_imf_xim_libs = @ecore_imf_xim_libs@ |
328 | ecore_input_cflags = @ecore_input_cflags@ | 334 | ecore_input_cflags = @ecore_input_cflags@ |
@@ -335,6 +341,8 @@ ecore_psl1ght_cflags = @ecore_psl1ght_cflags@ | |||
335 | ecore_psl1ght_libs = @ecore_psl1ght_libs@ | 341 | ecore_psl1ght_libs = @ecore_psl1ght_libs@ |
336 | ecore_sdl_cflags = @ecore_sdl_cflags@ | 342 | ecore_sdl_cflags = @ecore_sdl_cflags@ |
337 | ecore_sdl_libs = @ecore_sdl_libs@ | 343 | ecore_sdl_libs = @ecore_sdl_libs@ |
344 | ecore_wayland_cflags = @ecore_wayland_cflags@ | ||
345 | ecore_wayland_libs = @ecore_wayland_libs@ | ||
338 | ecore_win32_cflags = @ecore_win32_cflags@ | 346 | ecore_win32_cflags = @ecore_win32_cflags@ |
339 | ecore_win32_libs = @ecore_win32_libs@ | 347 | ecore_win32_libs = @ecore_win32_libs@ |
340 | ecore_wince_cflags = @ecore_wince_cflags@ | 348 | ecore_wince_cflags = @ecore_wince_cflags@ |
@@ -379,12 +387,14 @@ requirements_ecore_fb = @requirements_ecore_fb@ | |||
379 | requirements_ecore_file = @requirements_ecore_file@ | 387 | requirements_ecore_file = @requirements_ecore_file@ |
380 | requirements_ecore_imf = @requirements_ecore_imf@ | 388 | requirements_ecore_imf = @requirements_ecore_imf@ |
381 | requirements_ecore_imf_evas = @requirements_ecore_imf_evas@ | 389 | requirements_ecore_imf_evas = @requirements_ecore_imf_evas@ |
390 | requirements_ecore_imf_scim = @requirements_ecore_imf_scim@ | ||
382 | requirements_ecore_imf_xim = @requirements_ecore_imf_xim@ | 391 | requirements_ecore_imf_xim = @requirements_ecore_imf_xim@ |
383 | requirements_ecore_input = @requirements_ecore_input@ | 392 | requirements_ecore_input = @requirements_ecore_input@ |
384 | requirements_ecore_input_evas = @requirements_ecore_input_evas@ | 393 | requirements_ecore_input_evas = @requirements_ecore_input_evas@ |
385 | requirements_ecore_ipc = @requirements_ecore_ipc@ | 394 | requirements_ecore_ipc = @requirements_ecore_ipc@ |
386 | requirements_ecore_psl1ght = @requirements_ecore_psl1ght@ | 395 | requirements_ecore_psl1ght = @requirements_ecore_psl1ght@ |
387 | requirements_ecore_sdl = @requirements_ecore_sdl@ | 396 | requirements_ecore_sdl = @requirements_ecore_sdl@ |
397 | requirements_ecore_wayland = @requirements_ecore_wayland@ | ||
388 | requirements_ecore_win32 = @requirements_ecore_win32@ | 398 | requirements_ecore_win32 = @requirements_ecore_win32@ |
389 | requirements_ecore_wince = @requirements_ecore_wince@ | 399 | requirements_ecore_wince = @requirements_ecore_wince@ |
390 | requirements_ecore_x = @requirements_ecore_x@ | 400 | requirements_ecore_x = @requirements_ecore_x@ |