summaryrefslogtreecommitdiff
path: root/gdk/nanox/Makefile.am
blob: c97dc39e4c46346c7221a4eccb05cae653204bc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
## Process this file with automake to produce Makefile.in

INCLUDES = @STRIP_BEGIN@ 	\
	-DG_LOG_DOMAIN=\"Gdk\"	\
	-I$(top_srcdir)		\
	-I$(top_srcdir)/gdk	\
	@GTK_DEBUG_FLAGS@ 	\
	@GTK_XIM_FLAGS@		\
	@GTK_LOCALE_FLAGS@	\
	@GLIB_CFLAGS@		\
	@more_cflags@ 		\
@STRIP_END@

LDADDS = @STRIP_BEGIN@ 	\
	@more_ldflags@	\
	@more_libs@	\
	@GLIB_LIBS@	\
	-lm		\
@STRIP_END@

noinst_LTLIBRARIES = libgdk-nanox.la

xinput_sources =	   \
	gdkinput-none.c

libgdk_nanox_la_SOURCES =    \
	gdkcc-nanox.c	   \
	gdkcolor-nanox.c	   \
	gdkcursor-nanox.c	   \
	gdkdnd-nanox.c	   \
	gdkdrawable-nanox.c  \
	gdkevents-nanox.c	   \
	gdkfont-nanox.c	   \
	gdkgc-nanox.c 	   \
	gdkglobals-nanox.c   \
	gdkim-nanox.c	   \
	gdkimage-nanox.c	   \
	gdkinput.c	   \
	gdkinputprivate.h	\
	gdkmain-nanox.c	   \
	gdkpixmap-nanox.c	   \
	gdkproperty-nanox.c  \
	gdkselection-nanox.c \
	gdkvisual-nanox.c	   \
	gdkwindow-nanox.c    \
	gdkprivate-nanox.h   \
	gdkinput-none.c