source: rtems/c/src/lib/libcpu/powerpc/mpc860/include/Makefile.in @ ee733965

4.104.114.84.95
Last change on this file since ee733965 was ee733965, checked in by Joel Sherrill <joel.sherrill@…>, on 02/17/99 at 20:24:53

Jay Monkman <jmonkman@…> submitted the eth_comm BSP for a PPC860
based board.

  • Property mode set to 100644
File size: 657 bytes
Line 
1#
2#  $Id$
3#
4# Install any include files needed by libcpu.
5# Mainly this just means bsp.h which would normally be installed
6# after libcpu is built.
7# This is a bit of a hack.
8
9@SET_MAKE@
10srcdir = @srcdir@
11VPATH = @srcdir@
12RTEMS_ROOT = @top_srcdir@
13PROJECT_ROOT = @PROJECT_ROOT@
14
15H_FILES = $(wildcard $(srcdir)/*.h)
16SRCS=$(H_FILES)
17
18include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
19include $(RTEMS_ROOT)/make/leaf.cfg
20
21all:    install
22
23install:
24        test -d $(PROJECT_INCLUDE)/mpc860 || $(MKDIR) $(PROJECT_INCLUDE)/mpc860
25        $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE)/mpc860
26
27all: FORCEIT
28        cd ../../../../libbsp/$(RTEMS_CPU)/$(RTEMS_BSP)/include; $(MAKE) all
29
Note: See TracBrowser for help on using the repository browser.