mc/slang/Makefile.am
Pavel Roskin a0411b6b77 * slvideo.c: Remove, it's only used by the obsolete PC port.
* slw32tty.c: Likewise.
* Makefile.am: Adjust for the above.
2005-11-29 01:15:09 +00:00

39 lines
610 B
Makefile

AM_CFLAGS = $(GLIB_CFLAGS)
AM_CPPFLAGS = -I$(srcdir)/include
if INCLUDED_SLANG
noinst_LIBRARIES = libmcslang.a
else
noinst_LIBRARIES =
endif
SLANG_INCLUDES = \
include/_slang.h \
include/jdmacros.h \
include/sl-feat.h \
include/slang.h \
include/slinclud.h \
include/sllimits.h \
include/sllower.h \
include/slupper.h \
include/slwcwidth.h
libmcslang_a_SOURCES = \
slcommon.c \
sldisply.c \
slerr.c \
slgetkey.c \
sllower.c \
slmisc.c \
slsignal.c \
slsmg.c \
slstring.c \
sltermin.c \
slupper.c \
slutf8.c \
slutty.c \
slwcwidth.c \
$(SLANG_INCLUDES)
EXTRA_DIST = ChangeLog README