## $Header: /pub/cvsroot/yencode/lib/Makefile.am,v 1.5 2002/03/16 05:29:38 bboy Exp $

noinst_LIBRARIES = libmisc.a
INCLUDES = -I../intl
AM_CFLAGS = -Wall
libmisc_a_SOURCES =	misc.h \
							alloca.c xmalloc.c xstrdup.c \
							getopt1.c getopt.c getopt.h getoptstr.c \
							error.c \
							input.c \
							path.c \
							screen.c \
							string.c \
							timer.c

libmisc_a_LIBADD = @ALLOCA@
libmisc_a_DEPENDENCIES = $(libmisc_a_LIBADD)

EXTRA_DIST = README

ctags:
	ctags *.[chy]


syntax highlighted by Code2HTML, v. 0.9.1