mc/slang/Makefile.am
Pavel Roskin b0b73df498 Update to S-Lang 1.4.5. Move include files to "include"
directory to avoid the need to rename slang.h.
* Makefile.am: Adjust file list.  Add "-Iinclude" to the
compiler flags.
* include/jdmacros.h: Rewrite to use glib.
* slmisc.c: Trim to include only needed functions.
2002-10-07 04:41:03 +00:00

32 lines
510 B
Makefile

AM_CFLAGS = $(GLIB_CFLAGS) -Iinclude
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
libmcslang_a_SOURCES = \
sldisply.c \
slerr.c \
slgetkey.c \
slmisc.c \
slsignal.c \
slsmg.c \
sltermin.c \
slutty.c \
$(SLANG_INCLUDES)
EXTRASRC = slvideo.c slw32tty.c
EXTRADOCS = ChangeLog README
EXTRA_DIST = $(EXTRASRC) $(EXTRADOCS)