source: rtems/cpukit/Makefile.am @ 77fbbd6

5
Last change on this file since 77fbbd6 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: 1.3 KB
Line 
1ACLOCAL_AMFLAGS = -I aclocal
2
3include $(top_srcdir)/automake/compile.am
4include $(top_srcdir)/automake/multilib.am
5
6# librtemscpu
7_SUBDIRS = . score rtems sapi posix
8_SUBDIRS += dev
9_SUBDIRS += dtc/libfdt
10_SUBDIRS += libcrypt
11_SUBDIRS += libcsupport libblock libfs
12_SUBDIRS += libdrvmgr
13_SUBDIRS += libnetworking librpc
14_SUBDIRS += libpci
15_SUBDIRS += libi2c
16_SUBDIRS += libmisc
17_SUBDIRS += libmd
18_SUBDIRS += libgnat
19_SUBDIRS += libdl
20_SUBDIRS += libstdthreads
21_SUBDIRS += libdebugger
22_SUBDIRS += wrapup
23
24_SUBDIRS += zlib
25
26# applications
27_SUBDIRS += ftpd
28_SUBDIRS += telnetd
29_SUBDIRS += pppd
30_SUBDIRS += mghttpd
31
32if LIBNETWORKING
33endif
34
35if LIBDL
36endif
37
38if LIBDEBUGGER
39endif
40
41if !LIBPCI
42endif
43## should be conditional and only installed for PowerPC, x86, and ARM
44## libfs
45## POSIX FIFO/pipe
46## devfs
47if LIBDOSFS
48endif
49
50# RFS
51# JFFS2
52## libblock
53## ftpd
54if LIBNETWORKING
55endif
56
57## bspcmdline
58## capture
59# tracing headers
60## cpuuse
61## devnull
62## dumpbuf
63## rtemsfdt
64## monitor
65## fb
66## mouse
67## libqos
68## redirector
69## shell
70if LIBSHELL
71endif
72
73## stringto
74## testsupport
75## i2c
76## serdbg
77if LIBSERDBG
78endif
79
80## stackchk
81## libuntar
82## fsmount
83## Driver manager
84if LIBDRVMGR
85endif
86
87if LIBGNAT
88endif
89
90## HACK: doxygen filter.
91
92include $(top_srcdir)/automake/subdirs.am
93include $(top_srcdir)/automake/local.am
94include $(srcdir)/headers.am
Note: See TracBrowser for help on using the repository browser.