mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-01 02:59:03 +08:00
15 lines
226 B
Makefile
15 lines
226 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
ACLOCAL_AMFLAGS = -I ../aclocal
|
|
|
|
ITRON_DIRS = include tmitronsem01
|
|
|
|
SUBDIRS = $(ITRON_DIRS)
|
|
|
|
EXTRA_DIST = tmitrontests.am
|
|
|
|
include $(top_srcdir)/../automake/subdirs.am
|
|
include $(top_srcdir)/../automake/local.am
|