2003-09-04 07:26:39 -04:00
|
|
|
SUBDIRS = xaw motif .
|
2003-09-03 18:00:01 -04:00
|
|
|
|
2003-08-25 14:28:02 -04:00
|
|
|
NULL =
|
|
|
|
|
2003-09-04 08:44:54 -04:00
|
|
|
#include ../xlib/Include.am
|
2003-08-25 14:28:02 -04:00
|
|
|
|
2003-08-28 05:40:34 -04:00
|
|
|
EXTRA_DIST = MISSING mkwidget.scm
|
2003-08-25 14:28:02 -04:00
|
|
|
|
2003-09-06 07:15:57 -04:00
|
|
|
pkglib_LTLIBRARIES = $(xaw_xt_la) $(motif_xt_la)
|
|
|
|
|
|
|
|
if HAVE_XAW
|
|
|
|
xaw_xt_la = xaw-xt.la
|
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_MOTIF
|
|
|
|
motif_xt_la = motif-xt.la
|
|
|
|
endif
|
2003-08-25 14:28:02 -04:00
|
|
|
|
2003-09-04 08:44:54 -04:00
|
|
|
xaw_xt_la_SOURCES = $(SOURCES_XT)
|
|
|
|
xaw_xt_la_CFLAGS = -I$(srcdir)/../xlib @XAW_CFLAGS@
|
2003-09-19 04:54:08 -04:00
|
|
|
xaw_xt_la_LDFLAGS = -module -avoid-version -no-undefined
|
2003-09-04 08:44:54 -04:00
|
|
|
xaw_xt_la_LIBADD = $(top_builddir)/src/libelk.la @XAW_LIBS@
|
2003-08-28 05:40:34 -04:00
|
|
|
|
2003-09-04 08:44:54 -04:00
|
|
|
motif_xt_la_SOURCES = $(SOURCES_XT)
|
2003-09-06 07:15:57 -04:00
|
|
|
motif_xt_la_CFLAGS = -I$(srcdir)/../xlib @MOTIF_CFLAGS@
|
2003-09-19 04:54:08 -04:00
|
|
|
motif_xt_la_LDFLAGS = -module -avoid-version -no-undefined
|
2003-09-06 07:15:57 -04:00
|
|
|
motif_xt_la_LIBADD = $(top_builddir)/src/libelk.la @MOTIF_LIBS@
|
2003-08-25 14:28:02 -04:00
|
|
|
|
|
|
|
extensions_HEADERS = xt.h
|
|
|
|
extensionsdir = $(pkgincludedir)/extensions
|
|
|
|
|
2003-09-03 18:56:02 -04:00
|
|
|
SOURCES_XT = \
|
|
|
|
accelerator.c \
|
|
|
|
action.c \
|
|
|
|
callback.c \
|
|
|
|
class.c \
|
|
|
|
classname.c \
|
|
|
|
context.c \
|
|
|
|
converter.c \
|
|
|
|
function.c \
|
|
|
|
identifier.c \
|
|
|
|
popup.c \
|
|
|
|
resource.c \
|
|
|
|
translation.c \
|
|
|
|
widget.c \
|
|
|
|
xterror.c \
|
|
|
|
xtinit.c \
|
|
|
|
xtobjects.c \
|
|
|
|
$(NULL)
|
|
|
|
|