source: rtems/c/src/lib/libbsp/powerpc/mbx8xx/include/Makefile.am @ 35bb69b

4.104.114.84.95
Last change on this file since 35bb69b was 35bb69b, checked in by Joel Sherrill <joel.sherrill@…>, on 04/06/01 at 15:52:03

2001-03-30 Eric Valette <valette@…>

  • clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, include/8xx_immap.h, include/commproc.h, include/mbx.h, irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h, vectors/vectors_init.c: New files.
  • Makefile.am, configure.in, console/console.c, include/Makefile.am, network/network.c, startup/Makefile.am, startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds, startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am: The modifications to this BSP reflect the conversion of the mpc8xx CPU to the "new exception processing model."
  • Property mode set to 100644
File size: 846 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_FILES = bsp.h coverhd.h
8
9BSP_H_FILES = mbx.h commproc.h 8xx_immap.h
10
11$(PROJECT_INCLUDE):
12        $(mkinstalldirs) $@
13
14$(PROJECT_INCLUDE)/bsp:
15        $(mkinstalldirs) $@
16
17$(PROJECT_INCLUDE)/bsp.h: bsp.h
18        $(INSTALL_DATA) $< $@
19
20$(PROJECT_INCLUDE)/coverhd.h: coverhd.h
21        $(INSTALL_DATA) $< $@
22
23$(PROJECT_INCLUDE)/bsp/mbx.h : mbx.h
24        $(INSTALL_DATA) $< $@
25
26$(PROJECT_INCLUDE)/bsp/commproc.h : commproc.h
27        $(INSTALL_DATA) $< $@
28
29$(PROJECT_INCLUDE)/bsp/8xx_immap.h : 8xx_immap.h
30        $(INSTALL_DATA) $< $@
31
32PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp \
33        $(PROJECT_INCLUDE)/bsp.h \
34        $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/bsp/mbx.h \
35        $(PROJECT_INCLUDE)/bsp/commproc.h $(PROJECT_INCLUDE)/bsp/8xx_immap.h
36
37all-local: $(PREINSTALL_FILES)
38
39include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.