summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc860/include/Makefile.in
blob: 73e7f78eb95d21d36b8b4e1091f79fd4b371b1ca (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                


                                                
 

                   




                                         


                                   
                                                  




                                   
                                                             
                                                                     

            
                                                                            
 


                                                                              
#
#  $Id$
#
# Install any include files needed by libcpu.
# Mainly this just means bsp.h which would normally be installed
# after libcpu is built.
# This is a bit of a hack.

@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = ../../../../../../..
subdir = c/src/lib/libcpu/powerpc/mpc860/include

INSTALL = @INSTALL@

RTEMS_ROOT = $(top_srcdir)/@RTEMS_TOPdir@
PROJECT_ROOT = @PROJECT_ROOT@

VPATH = @srcdir@

H_FILES = $(wildcard $(srcdir)/*.h)
SRCS=$(H_FILES)

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

all:	install

install:
	$(RTEMS_ROOT)/mkinstalldirs $(PROJECT_INCLUDE)/mpc860
	$(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE)/mpc860

all: FORCEIT
	cd ../../../../libbsp/$(RTEMS_CPU)/${RTEMS_BSP}/include; $(MAKE) all

Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
	cd $(top_builddir) \
	 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status