mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-28 07:10:03 +08:00
13 lines
217 B
Makefile
13 lines
217 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
|
|
SUBDIRS = node1 node2
|
|
|
|
EXTRA_DIST = apptask.c init.c system.h
|
|
|
|
include $(top_srcdir)/../../../../automake/subdirs.am
|
|
include $(top_srcdir)/../../../../automake/local.am
|