2000-05-31 21:50:38 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2000-07-31 17:18:36 +00:00
|
|
|
libgdkincludedir = $(includedir)/gtk-2.0/gdk
|
|
|
|
libgdkfbincludedir = $(includedir)/gtk-2.0/gdk/linux-fb
|
|
|
|
|
2000-05-31 21:50:38 +00:00
|
|
|
INCLUDES = @STRIP_BEGIN@ \
|
|
|
|
-DG_LOG_DOMAIN=\"Gdk\" \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_srcdir)/gdk \
|
|
|
|
-I$(top_builddir)/gdk \
|
|
|
|
@GTK_DEBUG_FLAGS@ \
|
|
|
|
@GTK_XIM_FLAGS@ \
|
|
|
|
@GTK_LOCALE_FLAGS@ \
|
|
|
|
@GLIB_CFLAGS@ \
|
2000-06-20 20:20:38 +00:00
|
|
|
@PANGO_CFLAGS@ \
|
2000-05-31 21:50:38 +00:00
|
|
|
@STRIP_END@
|
|
|
|
|
|
|
|
LDFLAGS = @STRIP_BEGIN@ \
|
|
|
|
@GLIB_LIBS@ \
|
2000-06-20 20:20:38 +00:00
|
|
|
@PANGO_CFLAGS@ \
|
|
|
|
-lfreetype \
|
2000-05-31 21:50:38 +00:00
|
|
|
-lm \
|
|
|
|
@STRIP_END@
|
|
|
|
|
2000-06-20 20:20:38 +00:00
|
|
|
noinst_LTLIBRARIES = libgdk-linux-fb.la
|
2000-05-31 21:50:38 +00:00
|
|
|
|
2000-07-31 17:18:36 +00:00
|
|
|
libgdkinclude_HEADERS= \
|
|
|
|
gdkfb.h
|
|
|
|
|
2000-08-04 01:30:54 +00:00
|
|
|
libgdk_linux_fb_la_SOURCES = \
|
2000-05-31 21:50:38 +00:00
|
|
|
gdkcolor-fb.c \
|
2000-08-04 01:30:54 +00:00
|
|
|
gdkcc-fb.c \
|
2000-05-31 21:50:38 +00:00
|
|
|
gdkcursor-fb.c \
|
|
|
|
gdkdnd-fb.c \
|
|
|
|
gdkdrawable-fb2.c \
|
|
|
|
gdkfont-fb.c \
|
|
|
|
gdkgc-fb.c \
|
|
|
|
gdkgeometry-fb.c \
|
|
|
|
gdkglobals-fb.c \
|
|
|
|
gdkim-fb.c \
|
|
|
|
gdkimage-fb.c \
|
|
|
|
gdkinput.c \
|
|
|
|
gdkmain-fb.c \
|
|
|
|
gdkpixmap-fb.c \
|
|
|
|
gdkproperty-fb.c \
|
|
|
|
gdkselection-fb.c \
|
|
|
|
gdkvisual-fb.c \
|
|
|
|
gdkwindow-fb.c \
|
|
|
|
gdkprivate-fb.h \
|
|
|
|
gdkinputprivate.h \
|
|
|
|
gdkinput-ps2.c \
|
|
|
|
gdkevents-fb.c \
|
2000-11-22 10:07:34 +00:00
|
|
|
gdkrender-fb.c \
|
2000-07-06 21:09:25 +00:00
|
|
|
mi.h \
|
2000-05-31 21:50:38 +00:00
|
|
|
miarc.c \
|
|
|
|
midash.c \
|
|
|
|
mifillarc.c \
|
2000-07-06 21:09:25 +00:00
|
|
|
mifillarc.h \
|
|
|
|
mifpoly.h \
|
2000-05-31 21:50:38 +00:00
|
|
|
mifpolycon.c \
|
2000-07-06 21:09:25 +00:00
|
|
|
miline.h \
|
2000-05-31 21:50:38 +00:00
|
|
|
mipoly.c \
|
2000-07-06 21:09:25 +00:00
|
|
|
mipoly.h \
|
2000-05-31 21:50:38 +00:00
|
|
|
mipolygen.c \
|
|
|
|
mipolyutil.c \
|
2000-07-06 21:09:25 +00:00
|
|
|
miscanfill.h \
|
|
|
|
mispans.h \
|
|
|
|
mistruct.h \
|
|
|
|
mitypes.h \
|
2000-05-31 21:50:38 +00:00
|
|
|
miwideline.c \
|
2000-07-06 21:09:25 +00:00
|
|
|
miwideline.h \
|
2000-05-31 21:50:38 +00:00
|
|
|
mizerclip.c \
|
|
|
|
mizerline.c \
|
2000-06-20 20:20:38 +00:00
|
|
|
mispans.c \
|
|
|
|
gdkpango-fb.c
|
2000-05-31 21:50:38 +00:00
|
|
|
mispans.c
|
2000-08-03 02:33:46 +00:00
|
|
|
|
|
|
|
EXTRA_DIST=x-cursors.xbm
|