## Makefile.am -- Process this file with automake to produce Makefile.in
# $Id: Makefile.am,v 1.6 2005/08/19 17:51:25 ca Exp $
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = -I$(top_builddir) -I$(top_builddir)/include -I$(top_srcdir) -I$(top_srcdir)/include
IS = include/sm
ISM = $(top_srcdir)/include/sm
noinst_HEADERS = $(ISM)/check.h
noinst_PROGRAMS = noroot
noinst_LIBRARIES = libcheck.a
libcheck_a_SOURCES = test.c t-rcb-add.c prtbuf.c
# programs to compile and run
TESTP = noroot
# compile only, do not run
TESTC =
# programs to run
TESTSH =
# do not compile/run at all...
TESTDATA =
# list programs to run here
TESTS = $(TESTP) $(TESTSH)
# list programs to compile here
check_PROGRAMS = $(TESTP) $(TESTC)
syntax highlighted by Code2HTML, v. 0.9.1