2004-11-29 14:11:47 +03:00
|
|
|
AM_CFLAGS = $(GLIB_CFLAGS)
|
|
|
|
AM_CPPFLAGS = -I$(srcdir)/include
|
2001-08-25 09:07:31 +04:00
|
|
|
|
|
|
|
if INCLUDED_SLANG
|
2001-08-26 20:43:28 +04:00
|
|
|
noinst_LIBRARIES = libmcslang.a
|
2001-08-25 09:07:31 +04:00
|
|
|
else
|
2001-08-26 20:43:28 +04:00
|
|
|
noinst_LIBRARIES =
|
2001-08-25 09:07:31 +04:00
|
|
|
endif
|
|
|
|
|
2002-10-07 08:41:03 +04:00
|
|
|
SLANG_INCLUDES = \
|
|
|
|
include/_slang.h \
|
|
|
|
include/jdmacros.h \
|
|
|
|
include/sl-feat.h \
|
|
|
|
include/slang.h \
|
|
|
|
include/slinclud.h \
|
2005-11-12 22:47:49 +03:00
|
|
|
include/sllimits.h \
|
|
|
|
include/sllower.h \
|
|
|
|
include/slupper.h \
|
|
|
|
include/slwcwidth.h
|
2002-10-07 08:41:03 +04:00
|
|
|
|
|
|
|
libmcslang_a_SOURCES = \
|
2005-11-12 22:47:49 +03:00
|
|
|
slcommon.c \
|
2002-10-07 08:41:03 +04:00
|
|
|
sldisply.c \
|
|
|
|
slerr.c \
|
|
|
|
slgetkey.c \
|
2005-11-12 22:47:49 +03:00
|
|
|
sllower.c \
|
2002-10-07 08:41:03 +04:00
|
|
|
slmisc.c \
|
|
|
|
slsignal.c \
|
|
|
|
slsmg.c \
|
2005-11-12 22:47:49 +03:00
|
|
|
slstring.c \
|
2002-10-07 08:41:03 +04:00
|
|
|
sltermin.c \
|
2005-11-12 22:47:49 +03:00
|
|
|
slupper.c \
|
|
|
|
slutf8.c \
|
2002-10-07 08:41:03 +04:00
|
|
|
slutty.c \
|
2005-11-12 22:47:49 +03:00
|
|
|
slwcwidth.c \
|
2002-10-07 08:41:03 +04:00
|
|
|
$(SLANG_INCLUDES)
|
2001-08-25 09:07:31 +04:00
|
|
|
|
2005-11-29 04:15:09 +03:00
|
|
|
EXTRA_DIST = ChangeLog README
|