source: rtems/c/src/lib/libbsp/powerpc/shared/Makefile.am @ 55dfd4cd

4.104.114.84.95
Last change on this file since 55dfd4cd was 282e195d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/04/04 at 16:33:03

2004-02-04 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Don't install, just distribute the files.
  • Property mode set to 100644
File size: 1.2 KB
Line 
1##
2## $Id$
3##
4
5# FIXME: Herein lies madness ;)
6
7## include
8EXTRA_DIST = include/nvram.h include/bsp.h
9
10## bootloader
11EXTRA_DIST += bootloader/em86.c bootloader/lib.c bootloader/misc.c \
12    bootloader/mm.c bootloader/pci.c bootloader/zlib.c
13EXTRA_DIST += bootloader/bootldr.h bootloader/zlib.h bootloader/pci.h
14EXTRA_DIST += bootloader/em86real.S bootloader/exception.S \
15    bootloader/head.S
16EXTRA_DIST += bootloader/ppcboot.lds
17
18## clock
19EXTRA_DIST += clock/p_clock.c
20
21## console
22EXTRA_DIST += console/console.c console/inch.c console/polled_io.c \
23    console/uart.c console/reboot.c console/console.inl
24
25## motorola
26EXTRA_DIST += motorola/motorola.c
27
28## pci
29EXTRA_DIST += pci/pci.c pci/detect_raven_bridge.c pci/pcifinddevice.c
30
31## residual
32EXTRA_DIST += residual/residual.c
33
34## openpic
35EXTRA_DIST += openpic/openpic.c
36
37## irq
38EXTRA_DIST += irq/i8259.c irq/irq.c irq/irq_init.c irq/irq_asm.S
39
40## start
41EXTRA_DIST += start/start.S start/rtems_crti.S
42
43## startup
44EXTRA_DIST += startup/bspstart.c startup/pgtbl_setup.c \
45    startup/pgtbl_activate.c
46EXTRA_DIST += startup/linkcmds
47
48## vectors
49EXTRA_DIST += vectors/vectors_init.c vectors/vectors.S
50
51## vme
52EXTRA_DIST += vme/vmeconfig.c vme/VMEConfig.h vme/VME.h
53
54include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.