summaryrefslogtreecommitdiffstats
path: root/cpukit/Makefile.am
blob: 636663e93efe60e95418a169f2f806e123af2b64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
ACLOCAL_AMFLAGS = -I aclocal

include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/multilib.am

# librtemscpu
_SUBDIRS = . score rtems sapi posix
_SUBDIRS += dev
_SUBDIRS += dtc/libfdt
_SUBDIRS += libcrypt
_SUBDIRS += libcsupport libblock libfs
_SUBDIRS += libdrvmgr
_SUBDIRS += libnetworking librpc
_SUBDIRS += libpci
_SUBDIRS += libi2c
_SUBDIRS += libmisc
_SUBDIRS += libmd
_SUBDIRS += libgnat
_SUBDIRS += libdl
_SUBDIRS += libstdthreads
_SUBDIRS += libdebugger
_SUBDIRS += wrapup

_SUBDIRS += zlib

# applications
_SUBDIRS += ftpd
_SUBDIRS += telnetd
_SUBDIRS += pppd
_SUBDIRS += mghttpd

if LIBNETWORKING
endif

if LIBDL
endif

if LIBDEBUGGER
endif

if !LIBPCI
endif
## should be conditional and only installed for PowerPC, x86, and ARM
## libfs
## POSIX FIFO/pipe
## devfs
if LIBDOSFS
endif

# RFS
# JFFS2
## libblock
## ftpd
if LIBNETWORKING
endif

## bspcmdline
## capture
# tracing headers
## cpuuse
## devnull
## dumpbuf
## rtemsfdt
## monitor
## fb
## mouse
## libqos
## redirector
## shell
if LIBSHELL
endif

## stringto
## testsupport
## i2c
## serdbg
if LIBSERDBG
endif

## stackchk
## libuntar
## fsmount
## Driver manager
if LIBDRVMGR
endif

if LIBGNAT
endif

## HACK: doxygen filter.
EXTRA_DIST = doxy-filter

include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am
include $(srcdir)/headers.am