source: rtems/cpukit/Makefile.am @ d506dff

4.104.114.84.95
Last change on this file since d506dff was 7ecaafa, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/06 at 07:21:53

Abandon DEPRECATED_TYPES.

  • Property mode set to 100644
File size: 3.2 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 NEWLIB
41include_sysdir = $(includedir)/sys
42include_sys_HEADERS =
43
44include_HEADERS += libnetworking/memory.h
45
46include_HEADERS += libcsupport/include/tar.h
47
48include_sys_HEADERS += libcsupport/include/sys/ioccom.h \
49    libcsupport/include/sys/filio.h libcsupport/include/sys/ioctl.h \
50    libcsupport/include/sys/sockio.h libcsupport/include/sys/ttycom.h \
51    libcsupport/include/sys/termios.h libcsupport/include/sys/utsname.h \
52    libcsupport/include/sys/cdefs.h
53
54if LIBNETWORKING
55include_rtems_bsdnetdir = $(includedir)/rtems/bsdnet
56include_rtems_bsdnet_HEADERS = libnetworking/rtems/bsdnet/servers.h
57include_rtems_bsdnet_HEADERS += libnetworking/rtems/bsdnet/_types.h
58endif
59endif
60
61include_rtems_HEADERS += include/rtems/bspIo.h include/rtems/userenv.h \
62    include/rtems/fs.h include/rtems/pci.h include/rtems/stdint.h \
63    include/rtems/concat.h include/rtems/tar.h
64
65## should be conditional and only installed for PowerPC, x86, and ARM
66include_rtems_HEADERS += include/rtems/irq.h
67
68## libfs
69include_rtems_HEADERS += libfs/src/imfs/imfs.h
70
71if LIBDOSFS
72include_rtems_HEADERS += libfs/src/dosfs/dosfs.h
73endif
74
75## libblock
76if !UNIX
77include_rtems_HEADERS += libblock/include/rtems/bdbuf.h \
78    libblock/include/rtems/blkdev.h libblock/include/rtems/diskdevs.h \
79    libblock/include/rtems/ramdisk.h \
80    libblock/include/rtems/ide_part_table.h
81endif
82
83## ftpd
84if LIBNETWORKING
85include_rtems_HEADERS += ftpd/ftpd.h
86endif
87
88## capture
89include_rtems_HEADERS += libmisc/capture/capture.h \
90    libmisc/capture/capture-cli.h
91
92## cpuuse
93include_rtems_HEADERS += libmisc/cpuuse/cpuuse.h
94
95## devnull
96include_rtems_HEADERS += libmisc/devnull/devnull.h
97
98## dumpbuf
99include_rtems_HEADERS += libmisc/dumpbuf/dumpbuf.h
100
101## monitor
102include_rtems_HEADERS += libmisc/monitor/monitor.h
103
104## mw-fb
105include_rtems_HEADERS += libmisc/mw-fb/mw_fb.h libmisc/mw-fb/mw_uid.h
106
107## shell
108if LIBSHELL
109include_rtems_HEADERS += libmisc/shell/shell.h
110endif
111
112## rtmonuse
113include_rtems_HEADERS += libmisc/rtmonuse/rtmonuse.h
114
115## i2c
116include_rtems_HEADERS += libi2c/libi2c.h
117
118## serdbg
119if LIBSERDBG
120include_rtems_HEADERS += libmisc/serdbg/serdbgcnf.h libmisc/serdbg/serdbg.h \
121    libmisc/serdbg/termios_printk_cnf.h libmisc/serdbg/termios_printk.h
122endif
123
124## stackchk
125include_rtems_HEADERS += libmisc/stackchk/stackchk.h
126
127## libuntar
128include_rtems_HEADERS += libmisc/untar/untar.h
129
130## fsmount
131include_rtems_HEADERS += libmisc/fsmount/fsmount.h
132
133include $(srcdir)/preinstall.am
134include $(top_srcdir)/automake/subdirs.am
135include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.