forked from Imagelibrary/rtems
* Makefile.am: Add compilers/*. * compilers/Makefile.am: Remove. * lib.cfg: Remove. * directory.cfg: Remove. * README: Remove.
29 lines
559 B
Makefile
29 lines
559 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
|
|
rtems_makedir = $(prefix)/make
|
|
|
|
rtems_make_DATA = main.cfg leaf.cfg
|
|
|
|
EXTRA_DIST = host.cfg.in leaf.cfg
|
|
|
|
rtems_make_Templatesdir = $(rtems_makedir)/Templates
|
|
|
|
rtems_make_Templates_DATA = \
|
|
Templates/Makefile.dir \
|
|
Templates/Makefile.leaf \
|
|
Templates/Makefile.lib
|
|
|
|
EXTRA_DIST += \
|
|
compilers/gcc-no_bsp.cfg \
|
|
compilers/gcc-portsw.cfg \
|
|
compilers/gcc-target-default.cfg
|
|
|
|
SUBDIRS = custom
|
|
|
|
## -------------------------------------------------------
|
|
include $(top_srcdir)/automake/subdirs.am
|
|
include $(top_srcdir)/automake/host.am
|