forked from Imagelibrary/rtems
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
|