forked from Imagelibrary/rtems
20 lines
345 B
Makefile
20 lines
345 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
|
|
|
if HAS_POSIX
|
|
POSIX_SUBDIRS = posix
|
|
endif
|
|
|
|
if HAS_ITRON
|
|
ITRON_SUBDIRS = itron
|
|
endif
|
|
|
|
SUBDIRS = score rtems $(POSIX_SUBDIRS) $(ITRON_SUBDIRS) sapi wrapup
|
|
|
|
include $(top_srcdir)/../../../automake/subdirs.am
|
|
include $(top_srcdir)/../../../automake/local.am
|