mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
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
|