]> Pileus Git - ~andy/gtk/blob - gdk/linux-fb/Makefile.am
c3a2ca45f75db835b10915932e6f0837c3c9aa8f
[~andy/gtk] / gdk / linux-fb / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 bin_PROGRAMS =
4
5 if ENABLE_FB_MANAGER
6 bin_PROGRAMS += gdkfbmanager gdkfbswitch
7 endif
8
9 libgdkincludedir = $(includedir)/gtk-2.0/gdk
10 libgdkfbincludedir = $(includedir)/gtk-2.0/gdk/linux-fb
11
12 INCLUDES = \
13         -DG_LOG_DOMAIN=\"Gdk\"  \
14         -DGDK_DATA_PREFIX=\"$(prefix)\" \
15         -I$(top_srcdir)         \
16         -I$(top_srcdir)/gdk     \
17         -I$(top_builddir)/gdk   \
18         -DGDK_PIXBUF_DISABLE_DEPRECATED \
19         $(GDK_DEP_CFLAGS)       \
20         $(GTK_DEBUG_FLAGS)
21
22 noinst_LTLIBRARIES = libgdk-linux-fb.la
23
24 libgdkinclude_HEADERS= \
25         gdkfb.h
26
27 libgdk_linux_fb_la_SOURCES =    \
28         gdkcolor-fb.c           \
29         gdkcursor-fb.c          \
30         gdkdisplay-fb.c         \
31         gdkdnd-fb.c             \
32         gdkdrawable-fb2.c       \
33         gdkevents-fb.c          \
34         gdkfbmanager.h          \
35         gdkfont-fb.c            \
36         gdkgc-fb.c              \
37         gdkgeometry-fb.c        \
38         gdkglobals-fb.c         \
39         gdkim-fb.c              \
40         gdkimage-fb.c           \
41         gdkinput.c              \
42         gdkinputprivate.h       \
43         gdkkeyboard-fb.c        \
44         gdkmain-fb.c            \
45         gdkmouse-fb.c           \
46         gdkpango-fb.c           \
47         gdkpixmap-fb.c          \
48         gdkprivate-fb.h         \
49         gdkproperty-fb.c        \
50         gdkrender-fb.c          \
51         gdkscreen-fb.c          \
52         gdkselection-fb.c       \
53         gdkspawn-fb.c           \
54         gdkvisual-fb.c          \
55         gdkwindow-fb.c          \
56         mi.h                    \
57         miarc.c                 \
58         midash.c                \
59         mifillarc.c             \
60         mifillarc.h             \
61         mifpoly.h               \
62         mifpolycon.c            \
63         miline.h                \
64         mipoly.c                \
65         mipoly.h                \
66         mipolygen.c             \
67         mipolyutil.c            \
68         miscanfill.h            \
69         mispans.c               \
70         mispans.h               \
71         mistruct.h              \
72         mitypes.h               \
73         miwideline.c            \
74         miwideline.h            \
75         mizerclip.c             \
76         mizerline.c
77
78 gdkfbmanager_sources = gdkfbmanager.c 
79 gdkfbmanager_LDFLAGS = $(GLIB_LIBS)
80 gdkfbswitch_sources = gdkfbswitch.c
81 gdkfbswitch_LDFLAGS = $(GLIB_LIBS)
82
83 EXTRA_DIST=x-cursors.xbm