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
RevLine 
[811804fe]1##
2## $Id$
3##
[e1d8abb]4
[54d540f]5ACLOCAL_AMFLAGS = -I aclocal
[e1d8abb]6
[2f4c86f]7include $(top_srcdir)/automake/compile.am
[54d540f]8include $(top_srcdir)/automake/multilib.am
[989b938]9
[aa40f6f]10# librtemscpu
[f554b02]11SUBDIRS = . score rtems sapi posix itron
[07da959]12SUBDIRS += libcsupport libblock libfs
[da0fc5d]13SUBDIRS += libnetworking librpc
[6339f467]14SUBDIRS += libi2c
[e30210ea]15SUBDIRS += libmisc
[aa40f6f]16SUBDIRS += wrapup
17
[fa645f6]18SUBDIRS += zlib
19
[aa40f6f]20# applications
[be4bd26]21SUBDIRS += httpd
[f26145b]22SUBDIRS += ftpd
[8280caa4]23SUBDIRS += telnetd
[c5bb2a4e]24SUBDIRS += pppd
[c16dcbc8]25
[6265b83]26noinst_DATA = preinstall-stamp
[c16dcbc8]27preinstall-stamp:
28        $(MAKE) $(AM_MAKEFLAGS) preinstall
29        touch preinstall-stamp
[dbe8e519]30CLEANFILES = preinstall-stamp
[e1d8abb]31
[f8284c95]32include_HEADERS =
33
[6265b83]34include_rtemsdir = $(includedir)/rtems
35include_rtems_HEADERS =
36
37include_rtems_rtemsdir = $(includedir)/rtems/rtems
38include_rtems_rtems_HEADERS =
39
[e18080ab]40if NEWLIB
41include_sysdir = $(includedir)/sys
42include_sys_HEADERS =
43
[66e365f]44include_HEADERS += libnetworking/memory.h
45
[e18080ab]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
[f9452cd]53
[3fe615ba]54if LIBNETWORKING
[f9452cd]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
[e18080ab]59endif
60
[6265b83]61include_rtems_HEADERS += include/rtems/bspIo.h include/rtems/userenv.h \
[2f4c86f]62    include/rtems/fs.h include/rtems/pci.h include/rtems/stdint.h \
[9d0e65ed]63    include/rtems/concat.h include/rtems/tar.h
64
[6e4bc7c]65include_rtems_HEADERS += include/rtems/endian.h
66
[e01c480d]67## should be conditional and only installed for PowerPC, x86, and ARM
68include_rtems_HEADERS += include/rtems/irq.h
69
[fa73ccb]70## libfs
71include_rtems_HEADERS += libfs/src/imfs/imfs.h
72
[10bf8e69]73if LIBDOSFS
[fa73ccb]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
[3fe615ba]86if LIBNETWORKING
[fa73ccb]87include_rtems_HEADERS += ftpd/ftpd.h
88endif
89
[9d0e65ed]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
[6339f467]117## i2c
118include_rtems_HEADERS += libi2c/libi2c.h
119
[9d0e65ed]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
[b6b3cf5]134
[dbe8e519]135include $(srcdir)/preinstall.am
[54d540f]136include $(top_srcdir)/automake/subdirs.am
137include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.