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