diff options
author | Rafael Antognolli <rafael.antognolli@intel.com> | 2013-10-11 14:10:30 -0300 |
---|---|---|
committer | Rafael Antognolli <rafael.antognolli@intel.com> | 2013-10-11 14:26:34 -0300 |
commit | c4f1e67686d05fa29215a173d40be6f973f91840 (patch) | |
tree | 0e23f0750b45867696c447435e9c05cd34815bdb /src/Makefile_Ecore_Wayland.am | |
parent | ac89c082a4962cae00e5d1b92e633bc0f36f5f34 (diff) |
ecore/wayland: Do not generate subsurface source files.
Add them to the tree, so they don't need to be generated again on each
build. Also remove the autofoo code used for generating them.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Ecore_Wayland.am | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/src/Makefile_Ecore_Wayland.am b/src/Makefile_Ecore_Wayland.am index b2c66a19cb..f11c3a5f74 100644 --- a/src/Makefile_Ecore_Wayland.am +++ b/src/Makefile_Ecore_Wayland.am | |||
@@ -15,29 +15,13 @@ lib/ecore_wayland/ecore_wl_input.c \ | |||
15 | lib/ecore_wayland/ecore_wl_output.c \ | 15 | lib/ecore_wayland/ecore_wl_output.c \ |
16 | lib/ecore_wayland/ecore_wl_window.c \ | 16 | lib/ecore_wayland/ecore_wl_window.c \ |
17 | lib/ecore_wayland/ecore_wl_subsurf.c \ | 17 | lib/ecore_wayland/ecore_wl_subsurf.c \ |
18 | lib/ecore_wayland/ecore_wl_private.h | 18 | lib/ecore_wayland/ecore_wl_private.h \ |
19 | |||
20 | lib_ecore_wayland_libecore_wayland_la_BUILT_SOURCES = \ | ||
21 | lib/ecore_wayland/subsurface-protocol.c \ | 19 | lib/ecore_wayland/subsurface-protocol.c \ |
22 | lib/ecore_wayland/subsurface-client-protocol.h | 20 | lib/ecore_wayland/subsurface-client-protocol.h |
23 | 21 | ||
24 | CLEANFILES += $(lib_ecore_wayland_libecore_wayland_la_BUILT_SOURCES) | ||
25 | |||
26 | lib_ecore_wayland_libecore_wayland_la_SOURCES += $(lib_ecore_wayland_libecore_wayland_la_BUILT_SOURCES) | ||
27 | |||
28 | BUILT_SOURCES += $(lib_ecore_wayland_libecore_wayland_la_BUILT_SOURCES) | ||
29 | |||
30 | lib_ecore_wayland_libecore_wayland_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl @ECORE_WAYLAND_CFLAGS@ | 22 | lib_ecore_wayland_libecore_wayland_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl @ECORE_WAYLAND_CFLAGS@ |
31 | lib_ecore_wayland_libecore_wayland_la_LIBADD = @ECORE_WAYLAND_LIBS@ | 23 | lib_ecore_wayland_libecore_wayland_la_LIBADD = @ECORE_WAYLAND_LIBS@ |
32 | lib_ecore_wayland_libecore_wayland_la_DEPENDENCIES = @ECORE_WAYLAND_INTERNAL_LIBS@ | 24 | lib_ecore_wayland_libecore_wayland_la_DEPENDENCIES = @ECORE_WAYLAND_INTERNAL_LIBS@ |
33 | lib_ecore_wayland_libecore_wayland_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ | 25 | lib_ecore_wayland_libecore_wayland_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ |
34 | 26 | ||
35 | wayland_protocoldir = $(top_srcdir)/data/ecore/ecore_wayland/protocol | ||
36 | |||
37 | lib/ecore_wayland/subsurface-protocol.c: $(wayland_protocoldir)/subsurface.xml | ||
38 | $(AM_V_GEN)$(wayland_scanner) code < $< > $@ | ||
39 | |||
40 | lib/ecore_wayland/subsurface-client-protocol.h: $(wayland_protocoldir)/subsurface.xml | ||
41 | $(AM_V_GEN)$(wayland_scanner) client-header < $< > $@ | ||
42 | |||
43 | endif | 27 | endif |