mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
2a1b3edd18
2000-06-18 Elliot Lee <sopwith@redhat.com> * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way. * gtk/gtk{plug,socket}.h: Missed commits from previous.
47 lines
920 B
Makefile
47 lines
920 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@ \
|
|
@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 \
|
|
gdkmain-nanox.c \
|
|
gdkpixmap-nanox.c \
|
|
gdkproperty-nanox.c \
|
|
gdkselection-nanox.c \
|
|
gdkvisual-nanox.c \
|
|
gdkwindow-nanox.c \
|
|
gdkprivate-nanox.h \
|
|
gdkinput-none.c
|