forked from Imagelibrary/rtems
12 lines
231 B
Makefile
12 lines
231 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
|
|
|
SUBDIRS = reg_win syscall
|
|
|
|
include $(top_srcdir)/../../../../../automake/subdirs.am
|
|
include $(top_srcdir)/../../../../../automake/local.am
|