2004-11-29 11:11:47 +00:00
|
|
|
AM_CFLAGS = $(GLIB_CFLAGS)
|
|
|
|
AM_CPPFLAGS = -I$(srcdir)/include
|
2001-08-25 05:07:31 +00:00
|
|
|
|
|
|
|
if INCLUDED_SLANG
|
2001-08-26 16:43:28 +00:00
|
|
|
noinst_LIBRARIES = libmcslang.a
|
2001-08-25 05:07:31 +00:00
|
|
|
else
|
2001-08-26 16:43:28 +00:00
|
|
|
noinst_LIBRARIES =
|
2001-08-25 05:07:31 +00:00
|
|
|
endif
|
|
|
|
|
2002-10-07 04:41:03 +00: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 05:07:31 +00:00
|
|
|
|
2002-01-21 07:52:46 +00:00
|
|
|
EXTRASRC = slvideo.c slw32tty.c
|
2001-08-25 05:07:31 +00:00
|
|
|
EXTRADOCS = ChangeLog README
|
|
|
|
|
|
|
|
EXTRA_DIST = $(EXTRASRC) $(EXTRADOCS)
|