gtk/gdk/linux-fb/Makefile.am

59 lines
1.1 KiB
Makefile
Raw Normal View History

2000-05-31 21:50:38 +00:00
## Process this file with automake to produce Makefile.in
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-06-20 20:20:38 +00:00
libgdk_linux_fb_la_SOURCES = \
2000-05-31 21:50:38 +00:00
gdkcolor-fb.c \
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 \
miarc.c \
midash.c \
mifillarc.c \
mifpolycon.c \
mipoly.c \
mipolygen.c \
mipolyutil.c \
miwideline.c \
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