forked from Imagelibrary/rtems
12 lines
258 B
Makefile
12 lines
258 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
ACLOCAL_AMFLAGS = -I ../aclocal
|
|
|
|
SUBDIRS = itronhello itrontask01 itrontask02 itrontask03 itrontask04 \
|
|
itronmbf01 itronmbox01 itronsem01 itrontime01
|
|
|
|
include $(top_srcdir)/../automake/subdirs.am
|
|
include $(top_srcdir)/../automake/local.am
|