mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-09 17:12:58 +00:00
* Templates/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS. * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
17 lines
327 B
Makefile
17 lines
327 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
|
|
rtems_makedir = $(prefix)/make
|
|
|
|
rtems_make_DATA = main.cfg leaf.cfg
|
|
|
|
EXTRA_DIST = README directory.cfg host.cfg.in leaf.cfg lib.cfg
|
|
|
|
SUBDIRS = Templates custom compilers
|
|
|
|
## -------------------------------------------------------
|
|
include $(top_srcdir)/automake/subdirs.am
|
|
include $(top_srcdir)/automake/host.am
|