summaryrefslogblamecommitdiffstats
path: root/tools/cpu/generic/Makefile.in
blob: e5fdec7d7fae058dcb265ea3eea51cd578505bc5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                  
                
                         
                             
 
                                                  
                                   







                                  

           
                                        




                      
                                           
#
# $Id$
#
# RTEMS build tools
# NOTE: of course we can't use any of these tools
#		in this Makefile.  Most notably: install-if-change
#

@SET_MAKE@
srcdir = @srcdir@
VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@

include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/leaf.cfg

DESTDIR=$(PROJECT_RELEASE)/bin

PGMS=size_rtems

INSTALLED=$(PGMS:%=$(DESTDIR)/%)

all:	$(DESTDIR) $(PGMS) install

$(DESTDIR):
	$(BSDINSTALL) $(INSTDIRFLAGS) $@

install:  $(INSTALLED)

# Install the program
$(DESTDIR)/%: %
	$(BSDINSTALL) $(INSTBINFLAGS) $^ $@