summaryrefslogblamecommitdiffstats
path: root/c/src/make/Makefile.am
blob: c8d8869f79423f75833b34593efdd3b554f0c16a (plain) (tree)
1
2
3
4
5
6
7
8
9


       
 
                                          
 
                              
 
                        
 
                                         
 
                                                
 
                      
                     
 
                         
                                      
                             
 
                                        
                                        
 
                  

                                                                    

     

                                                      
                                                    

                                                                 
                                          
##
## $Id$
##

ACLOCAL_AMFLAGS = -I aclocal -I ../aclocal

rtems_makedir = $(prefix)/make

GENERIC_FILES = host.cfg

MAKE_FILES = README directory.cfg lib.cfg

rtems_make_DATA = $(MAKE_FILES) $(GENERIC_FILES)

noinst_DATA = leaf.cfg
EXTRA_DIST = leaf.cfg

rtemsdir = $(exec_prefix)
rtems_bspdir = $(rtemsdir)/@RTEMS_BSP@
rtems_bsp_DATA = Makefile.inc

rtems_bsp_makedir = $(rtems_bspdir)/make
rtems_bsp_make_DATA = bsp.cfg target.cfg

if MAINTAINER_MODE
$(srcdir)/host.cfg.in: $(top_srcdir)/@RTEMS_TOPdir@/make/host.cfg.in
	cp $< $@
endif

## At the moment all actively supported configurations
## use gcc-target-default.cfg only.
rtems_make_compilersdir = $(rtems_makedir)/compilers
dist_rtems_make_compilers_DATA = compilers/gcc-target-default.cfg

include $(top_srcdir)/../automake/local.am