You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					43 lines
				
				976 B
			
		
		
			
		
	
	
					43 lines
				
				976 B
			| 
											14 years ago
										 | AM_CPPFLAGS =					\
 | ||
| 
											13 years ago
										 | 	-I$(top_srcdir)/shared			\
 | ||
| 
											12 years ago
										 | 	-I$(top_srcdir)/src			\
 | ||
| 
											13 years ago
										 | 	-I$(top_builddir)/src			\
 | ||
| 
											12 years ago
										 | 	-I$(top_builddir)/xwayland		\
 | ||
| 
											14 years ago
										 | 	-DDATADIR='"$(datadir)"'		\
 | ||
|  | 	-DMODULEDIR='"$(moduledir)"'		\
 | ||
|  | 	-DLIBEXECDIR='"$(libexecdir)"'		\
 | ||
|  | 	-DXSERVER_PATH='"@XSERVER_PATH@"'
 | ||
|  | 
 | ||
|  | moduledir = @libdir@/weston
 | ||
| 
											14 years ago
										 | module_LTLIBRARIES = xwayland.la
 | ||
| 
											14 years ago
										 | 
 | ||
| 
											14 years ago
										 | xwayland = xwayland.la
 | ||
|  | xwayland_la_LDFLAGS = -module -avoid-version
 | ||
|  | xwayland_la_LIBADD =			\
 | ||
| 
											14 years ago
										 | 	$(XWAYLAND_LIBS)		\
 | ||
| 
											13 years ago
										 | 	$(top_builddir)/shared/libshared-cairo.la
 | ||
| 
											13 years ago
										 | xwayland_la_CFLAGS =				\
 | ||
|  | 	$(GCC_CFLAGS)				\
 | ||
|  | 	$(COMPOSITOR_CFLAGS)			\
 | ||
|  | 	$(PIXMAN_CFLAGS)			\
 | ||
|  | 	$(CAIRO_CFLAGS)
 | ||
| 
											14 years ago
										 | xwayland_la_SOURCES =				\
 | ||
|  | 	xwayland.h				\
 | ||
| 
											14 years ago
										 | 	window-manager.c			\
 | ||
| 
											14 years ago
										 | 	selection.c				\
 | ||
| 
											12 years ago
										 | 	dnd.c					\
 | ||
| 
											14 years ago
										 | 	launcher.c				\
 | ||
| 
											14 years ago
										 | 	xserver-protocol.c			\
 | ||
|  | 	xserver-server-protocol.h		\
 | ||
|  | 	hash.c					\
 | ||
|  | 	hash.h
 | ||
|  | 
 | ||
|  | BUILT_SOURCES =					\
 | ||
|  | 	xserver-protocol.c			\
 | ||
|  | 	xserver-server-protocol.h
 | ||
|  | 
 | ||
| 
											13 years ago
										 | CLEANFILES = $(BUILT_SOURCES)
 | ||
|  | 
 | ||
| 
											12 years ago
										 | wayland_protocoldir = $(top_srcdir)/protocol
 | ||
|  | include $(top_srcdir)/wayland-scanner.mk
 |