mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 04:24:45 +00:00
17 lines
261 B
Makefile
17 lines
261 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
|
|
|
rtems_makedir = $(prefix)/make
|
|
|
|
GENERIC_FILES = target.cfg
|
|
|
|
rtems_make_DATA = $(GENERIC_FILES)
|
|
|
|
EXTRA_DIST = target.cfg.in
|
|
|
|
include $(top_srcdir)/../../automake/host.am
|