forked from Imagelibrary/rtems
21 lines
364 B
Makefile
21 lines
364 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
ACLOCAL_AMFLAGS = -I aclocal
|
|
|
|
DISTCLEANFILES =
|
|
CLEANFILES =
|
|
|
|
noinst_HEADERS =
|
|
noinst_HEADERS += support/include/buffer_test_io.h
|
|
noinst_HEADERS += support/include/test_support.h
|
|
noinst_HEADERS += support/include/tmacros.h
|
|
|
|
SUBDIRS = @subdirs@
|
|
|
|
EXTRA_DIST = PROBLEMS
|
|
|
|
include $(top_srcdir)/automake/subdirs.am
|
|
include $(top_srcdir)/automake/local.am
|