# # $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