40 lines
		
	
	
		
			863 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			863 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| ## Process this file with automake to produce Makefile.in
 | |
| include $(top_srcdir)/Makefile.decl
 | |
| 
 | |
| libgdkincludedir = $(includedir)/gtk-3.0/gdk
 | |
| 
 | |
| AM_CPPFLAGS =					\
 | |
| 	-DG_LOG_DOMAIN=\"Gdk\"			\
 | |
| 	-DGDK_COMPILATION			\
 | |
| 	-I$(top_srcdir)				\
 | |
| 	-I$(top_srcdir)/gdk			\
 | |
| 	-I$(top_builddir)/gdk			\
 | |
| 	$(GTK_DEBUG_FLAGS)			\
 | |
| 	$(GDK_DEP_CFLAGS)
 | |
| 
 | |
| LDADDS = $(GDK_DEP_LIBS)
 | |
| 
 | |
| noinst_LTLIBRARIES =				\
 | |
| 	libgdk-wayland.la
 | |
| 
 | |
| libgdk_wayland_la_SOURCES =			\
 | |
| 	gdkapplaunchcontext-wayland.c		\
 | |
| 	gdkcursor-wayland.c			\
 | |
| 	gdkdevice-wayland.c			\
 | |
| 	gdkdisplay-wayland.c			\
 | |
| 	gdkdisplay-wayland.h			\
 | |
| 	gdkdisplaymanager-wayland.c		\
 | |
| 	gdkdnd-wayland.c			\
 | |
| 	gdkeventsource.c			\
 | |
| 	gdkkeys-wayland.c			\
 | |
| 	gdkscreen-wayland.c			\
 | |
| 	gdkselection-wayland.c			\
 | |
| 	gdkwindow-wayland.c			\
 | |
| 	gdkwayland.h				\
 | |
| 	gdkprivate-wayland.h
 | |
| 
 | |
| libgdkinclude_HEADERS =				\
 | |
| 	gdkwayland.h
 | |
| 
 | |
| -include $(top_srcdir)/git.mk
 | 
