source: rtems/cpukit/Makefile.am @ 622e09b

Last change on this file since 622e09b was c0e38d1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/20/06 at 05:59:19

2006-11-20 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove ampolish3.
  • Property mode set to 100644
File size: 4.0 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
76include_HEADERS += libcsupport/include/tar.h
77
78include_sys_HEADERS += libcsupport/include/sys/ioccom.h \
79    libcsupport/include/sys/filio.h libcsupport/include/sys/ioctl.h \
80    libcsupport/include/sys/sockio.h libcsupport/include/sys/ttycom.h \
81    libcsupport/include/sys/termios.h libcsupport/include/sys/utsname.h \
82    libcsupport/include/sys/cdefs.h
83
84if HAS_NETWORKING
85include_rtems_bsdnetdir = $(includedir)/rtems/bsdnet
86include_rtems_bsdnet_HEADERS = libnetworking/rtems/bsdnet/servers.h
87include_rtems_bsdnet_HEADERS += libnetworking/rtems/bsdnet/_types.h
88endif
89endif
90
91include_rtems_HEADERS += include/rtems/bspIo.h include/rtems/userenv.h \
92    include/rtems/fs.h include/rtems/pci.h include/rtems/stdint.h \
93    include/rtems/concat.h include/rtems/tar.h
94
95## should be conditional and only installed for PowerPC, x86, and ARM
96include_rtems_HEADERS += include/rtems/irq.h
97
98## libfs
99include_rtems_HEADERS += libfs/src/imfs/imfs.h
100
101if !UNIX
102include_rtems_HEADERS += libfs/src/dosfs/dosfs.h
103endif
104
105## libblock
106if !UNIX
107include_rtems_HEADERS += libblock/include/rtems/bdbuf.h \
108    libblock/include/rtems/blkdev.h libblock/include/rtems/diskdevs.h \
109    libblock/include/rtems/ramdisk.h \
110    libblock/include/rtems/ide_part_table.h
111endif
112
113## ftpd
114if HAS_NETWORKING
115include_rtems_HEADERS += ftpd/ftpd.h
116endif
117
118## capture
119include_rtems_HEADERS += libmisc/capture/capture.h \
120    libmisc/capture/capture-cli.h
121
122## cpuuse
123include_rtems_HEADERS += libmisc/cpuuse/cpuuse.h
124
125## devnull
126include_rtems_HEADERS += libmisc/devnull/devnull.h
127
128## dumpbuf
129include_rtems_HEADERS += libmisc/dumpbuf/dumpbuf.h
130
131## monitor
132include_rtems_HEADERS += libmisc/monitor/monitor.h
133
134## mw-fb
135include_rtems_HEADERS += libmisc/mw-fb/mw_fb.h libmisc/mw-fb/mw_uid.h
136
137## shell
138if LIBSHELL
139include_rtems_HEADERS += libmisc/shell/shell.h
140endif
141
142## rtmonuse
143include_rtems_HEADERS += libmisc/rtmonuse/rtmonuse.h
144
145## i2c
146include_rtems_HEADERS += libi2c/libi2c.h
147
148## serdbg
149if LIBSERDBG
150include_rtems_HEADERS += libmisc/serdbg/serdbgcnf.h libmisc/serdbg/serdbg.h \
151    libmisc/serdbg/termios_printk_cnf.h libmisc/serdbg/termios_printk.h
152endif
153
154## stackchk
155include_rtems_HEADERS += libmisc/stackchk/stackchk.h
156
157## libuntar
158include_rtems_HEADERS += libmisc/untar/untar.h
159
160## fsmount
161include_rtems_HEADERS += libmisc/fsmount/fsmount.h
162
163include $(srcdir)/preinstall.am
164include $(top_srcdir)/automake/subdirs.am
165include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.