source: rtems/cpukit/Makefile.am @ 6e4bc7c

4.104.114.84.95
Last change on this file since 6e4bc7c was 6e4bc7c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/09/07 at 16:28:48

2007-05-09 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Add include/rtems/endian.h.
  • 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
65include_rtems_HEADERS += include/rtems/endian.h
66
67## should be conditional and only installed for PowerPC, x86, and ARM
68include_rtems_HEADERS += include/rtems/irq.h
69
70## libfs
71include_rtems_HEADERS += libfs/src/imfs/imfs.h
72
73if LIBDOSFS
74include_rtems_HEADERS += libfs/src/dosfs/dosfs.h
75endif
76
77## libblock
78if !UNIX
79include_rtems_HEADERS += libblock/include/rtems/bdbuf.h \
80    libblock/include/rtems/blkdev.h libblock/include/rtems/diskdevs.h \
81    libblock/include/rtems/ramdisk.h \
82    libblock/include/rtems/ide_part_table.h
83endif
84
85## ftpd
86if LIBNETWORKING
87include_rtems_HEADERS += ftpd/ftpd.h
88endif
89
90## capture
91include_rtems_HEADERS += libmisc/capture/capture.h \
92    libmisc/capture/capture-cli.h
93
94## cpuuse
95include_rtems_HEADERS += libmisc/cpuuse/cpuuse.h
96
97## devnull
98include_rtems_HEADERS += libmisc/devnull/devnull.h
99
100## dumpbuf
101include_rtems_HEADERS += libmisc/dumpbuf/dumpbuf.h
102
103## monitor
104include_rtems_HEADERS += libmisc/monitor/monitor.h
105
106## mw-fb
107include_rtems_HEADERS += libmisc/mw-fb/mw_fb.h libmisc/mw-fb/mw_uid.h
108
109## shell
110if LIBSHELL
111include_rtems_HEADERS += libmisc/shell/shell.h
112endif
113
114## rtmonuse
115include_rtems_HEADERS += libmisc/rtmonuse/rtmonuse.h
116
117## i2c
118include_rtems_HEADERS += libi2c/libi2c.h
119
120## serdbg
121if LIBSERDBG
122include_rtems_HEADERS += libmisc/serdbg/serdbgcnf.h libmisc/serdbg/serdbg.h \
123    libmisc/serdbg/termios_printk_cnf.h libmisc/serdbg/termios_printk.h
124endif
125
126## stackchk
127include_rtems_HEADERS += libmisc/stackchk/stackchk.h
128
129## libuntar
130include_rtems_HEADERS += libmisc/untar/untar.h
131
132## fsmount
133include_rtems_HEADERS += libmisc/fsmount/fsmount.h
134
135include $(srcdir)/preinstall.am
136include $(top_srcdir)/automake/subdirs.am
137include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.