summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc860/include/Makefile.in
blob: faff98bb2802daa1487d3b18658306584b6ea492 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
#  $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@
VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@

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:
	test -d $(PROJECT_INCLUDE)/mpc860 || $(MKDIR) $(PROJECT_INCLUDE)/mpc860
	$(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE)/mpc860

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