mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-10 17:43:21 +00:00
* configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS.
16 lines
225 B
Makefile
16 lines
225 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
ACLOCAL_AMFLAGS = -I ../../aclocal
|
|
|
|
rtems_makedir = $(exec_prefix)/make
|
|
|
|
GENERIC_FILES = target.cfg
|
|
|
|
rtems_make_DATA = $(GENERIC_FILES)
|
|
|
|
EXTRA_DIST = target.cfg.in
|
|
|
|
include $(top_srcdir)/../../automake/host.am
|