2002-10-07 08:41:03 +04:00
|
|
|
AM_CFLAGS = $(GLIB_CFLAGS) -Iinclude
|
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 \
|
|
|
|
include/sllimits.h
|
|
|
|
|
|
|
|
libmcslang_a_SOURCES = \
|
|
|
|
sldisply.c \
|
|
|
|
slerr.c \
|
|
|
|
slgetkey.c \
|
|
|
|
slmisc.c \
|
|
|
|
slsignal.c \
|
|
|
|
slsmg.c \
|
|
|
|
sltermin.c \
|
|
|
|
slutty.c \
|
|
|
|
$(SLANG_INCLUDES)
|
2001-08-25 09:07:31 +04:00
|
|
|
|
2002-01-21 10:52:46 +03:00
|
|
|
EXTRASRC = slvideo.c slw32tty.c
|
2001-08-25 09:07:31 +04:00
|
|
|
EXTRADOCS = ChangeLog README
|
|
|
|
|
|
|
|
EXTRA_DIST = $(EXTRASRC) $(EXTRADOCS)
|