source: rtems/cpukit/Makefile.am @ ef60f1ef

4.104.114.84.95
Last change on this file since ef60f1ef was ef60f1ef, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/13/06 at 13:21:23

2006-01-13 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Remove doxygen support having accidentially slipped into, though yesterday's patch.
  • Property mode set to 100644
File size: 4.1 KB
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I aclocal
6
7include $(top_srcdir)/automake/compile.am
8include $(top_srcdir)/automake/multilib.am
9
10# librtemscpu
11SUBDIRS = . score rtems sapi posix itron
12SUBDIRS += libcsupport libblock libfs
13SUBDIRS += libnetworking librpc
14SUBDIRS += libi2c
15SUBDIRS += libmisc
16SUBDIRS += wrapup
17
18SUBDIRS += zlib
19
20# applications
21SUBDIRS += httpd
22SUBDIRS += ftpd
23SUBDIRS += telnetd
24SUBDIRS += pppd
25
26noinst_DATA = preinstall-stamp
27preinstall-stamp:
28        $(MAKE) $(AM_MAKEFLAGS) preinstall
29        touch preinstall-stamp
30CLEANFILES = preinstall-stamp
31
32include_HEADERS =
33
34include_rtemsdir = $(includedir)/rtems
35include_rtems_HEADERS =
36
37include_rtems_rtemsdir = $(includedir)/rtems/rtems
38include_rtems_rtems_HEADERS =
39
40if DEPRECATED
41include_HEADERS += backward/asm.h backward/chain.h backward/clockdrv.h \
42    backward/confdefs.h backward/console.h backward/imfs.h backward/iosupp.h \
43    backward/ringbuf.h backward/rtc.h backward/spurious.h \
44    backward/timerdrv.h backward/vmeintr.h
45
46if HAS_NETWORKING
47include_HEADERS += backward/ftpd.h
48
49include_HEADERS += backward/rtemspppd.h
50include_HEADERS += backward/rtemsdialer.h
51endif
52
53include_motoroladir = $(includedir)/motorola
54include_motorola_HEADERS = backward/motorola/mc68681.h \
55    backward/motorola/mc68230.h
56
57include_zilogdir = $(includedir)/zilog
58include_zilog_HEADERS = backward/zilog/z8536.h backward/zilog/z8036.h \
59    backward/zilog/z8030.h
60
61if !UNIX
62include_HEADERS += backward/dosfs.h
63endif
64
65if HAS_ITRON
66include_HEADERS += backward/itron.h
67endif
68endif
69
70if NEWLIB
71include_sysdir = $(includedir)/sys
72include_sys_HEADERS =
73
74include_HEADERS += libnetworking/memory.h
75
76if RTEMS_PROVIDES_STDINT_H
77include_HEADERS += libcsupport/include/stdint.h
78endif
79if RTEMS_PROVIDES_INTTYPES_H
80include_HEADERS += libcsupport/include/inttypes.h
81endif
82include_HEADERS += libcsupport/include/tar.h
83
84include_sys_HEADERS += libcsupport/include/sys/ioccom.h \
85    libcsupport/include/sys/filio.h libcsupport/include/sys/ioctl.h \
86    libcsupport/include/sys/sockio.h libcsupport/include/sys/ttycom.h \
87    libcsupport/include/sys/termios.h libcsupport/include/sys/utsname.h \
88    libcsupport/include/sys/cdefs.h
89
90if HAS_NETWORKING
91include_rtems_bsdnetdir = $(includedir)/rtems/bsdnet
92include_rtems_bsdnet_HEADERS = libnetworking/rtems/bsdnet/servers.h
93include_rtems_bsdnet_HEADERS += libnetworking/rtems/bsdnet/_types.h
94endif
95endif
96
97include_rtems_HEADERS += include/rtems/bspIo.h include/rtems/userenv.h \
98    include/rtems/fs.h include/rtems/pci.h include/rtems/stdint.h \
99    include/rtems/concat.h include/rtems/tar.h
100
101## should be conditional and only installed for PowerPC, x86, and ARM
102include_rtems_HEADERS += include/rtems/irq.h
103
104## libfs
105include_rtems_HEADERS += libfs/src/imfs/imfs.h
106
107if !UNIX
108include_rtems_HEADERS += libfs/src/dosfs/dosfs.h
109endif
110
111## libblock
112if !UNIX
113include_rtems_HEADERS += libblock/include/rtems/bdbuf.h \
114    libblock/include/rtems/blkdev.h libblock/include/rtems/diskdevs.h \
115    libblock/include/rtems/ramdisk.h \
116    libblock/include/rtems/ide_part_table.h
117endif
118
119## ftpd
120if HAS_NETWORKING
121include_rtems_HEADERS += ftpd/ftpd.h
122endif
123
124## capture
125include_rtems_HEADERS += libmisc/capture/capture.h \
126    libmisc/capture/capture-cli.h
127
128## cpuuse
129include_rtems_HEADERS += libmisc/cpuuse/cpuuse.h
130
131## devnull
132include_rtems_HEADERS += libmisc/devnull/devnull.h
133
134## dumpbuf
135include_rtems_HEADERS += libmisc/dumpbuf/dumpbuf.h
136
137## monitor
138include_rtems_HEADERS += libmisc/monitor/monitor.h
139
140## mw-fb
141include_rtems_HEADERS += libmisc/mw-fb/mw_fb.h libmisc/mw-fb/mw_uid.h
142
143## shell
144if LIBSHELL
145include_rtems_HEADERS += libmisc/shell/shell.h
146endif
147
148## rtmonuse
149include_rtems_HEADERS += libmisc/rtmonuse/rtmonuse.h
150
151## i2c
152include_rtems_HEADERS += libi2c/libi2c.h
153
154## serdbg
155if LIBSERDBG
156include_rtems_HEADERS += libmisc/serdbg/serdbgcnf.h libmisc/serdbg/serdbg.h \
157    libmisc/serdbg/termios_printk_cnf.h libmisc/serdbg/termios_printk.h
158endif
159
160## stackchk
161include_rtems_HEADERS += libmisc/stackchk/stackchk.h
162
163## libuntar
164include_rtems_HEADERS += libmisc/untar/untar.h
165
166## fsmount
167include_rtems_HEADERS += libmisc/fsmount/fsmount.h
168
169include $(srcdir)/preinstall.am
170include $(top_srcdir)/automake/subdirs.am
171include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.