gtk2/gdk/nanox/Makefile.am
Owen Taylor 42cc312df6 Add dependency on Atk for accessibility support.
Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>

        * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
	dependency on Atk for accessibility support.

	* configure.in **/Makefile.am: Major reworking of substituted
	variables for CFLAGS/LIBS to make a lot more sane and
	keep the the compile/link lines a bit shorter.

	* gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
2001-05-03 20:11:14 +00:00

42 lines
846 B
Makefile

## 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@ \
@GDK_DEP_CFLAGS@ \
@STRIP_END@
LDADDS = @STRIP_BEGIN@ \
@GDK_DEP_LIBS@ \
@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