source: rtems/c/src/lib/libbsp/powerpc/Makefile.am @ 66b99a1

5
Last change on this file since 66b99a1 was 2d0bc83, checked in by Sebastian Huber <sebastian.huber@…>, on 03/30/18 at 18:42:21

build: Remove EXTRA_DIST

A "make dist" is not supported. So, it makes no sense to have pure "make
dist" related stuff in the Makefile.am.

  • Property mode set to 100644
File size: 691 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../../../aclocal
2
3## Descend into the @RTEMS_BSP_FAMILY@ directory
4_SUBDIRS = @RTEMS_BSP_FAMILY@
5
6# FIXME: This does not work
7# DIST_SUBDIRS = @all_subdirs@ support/old_exception_processing \
8#    support/new_exception_processing
9
10# FIXME: Herein lies madness ;)
11
12## shared/include
13
14## shared/bootloader
15
16## shared/clock
17
18## shared/console
19
20## shared/flash
21
22## shared/motorola
23
24## shared/pci
25
26## shared/residual
27
28## shared/openpic
29
30## shared/irq
31
32## shared/start
33
34## shared/startup
35
36## shared/tod
37
38## shared/vme
39
40include $(top_srcdir)/../../../automake/subdirs.am
41include $(top_srcdir)/../../../automake/local.am
42include $(srcdir)/../../../../../bsps/powerpc/headers.am
Note: See TracBrowser for help on using the repository browser.