source: rtems/cpukit/libcsupport/Makefile.am @ 235aaf0

4.104.115
Last change on this file since 235aaf0 was 235aaf0, checked in by Joel Sherrill <joel.sherrill@…>, on 08/09/09 at 15:23:10

2009-08-09 Xi Yang <hiyangxi@…>

  • libcsupport/Makefile.am, posix/Makefile.am, rtems/Makefile.am, sapi/Makefile.am, score/Makefile.am, score/include/rtems/score/heap.h: HEAP_BLOCK_USED_OVERHEAD was under by one uint32_t. This showed up in the unlimited and heapwalk tests on ARM targets.
  • Property mode set to 100644
File size: 5.2 KB
Line 
1##
2##  $Id$
3##
4
5include $(top_srcdir)/automake/multilib.am
6include $(top_srcdir)/automake/compile.am
7
8project_lib_LIBRARIES = libcsupport.a
9noinst_LIBRARIES = libcsupport.a
10libcsupport_a_CPPFLAGS = $(AM_CPPFLAGS)
11
12include_rtemsdir = $(includedir)/rtems
13include_rtems_HEADERS = include/console.h include/clockdrv.h \
14    include/rtems/framebuffer.h include/iosupp.h include/ringbuf.h \
15    include/rtc.h include/spurious.h include/timerdrv.h include/vmeintr.h
16
17## motorola
18
19include_rtems_motoroladir = $(includedir)/rtems/motorola
20
21include_rtems_motorola_HEADERS = include/motorola/mc68230.h \
22    include/motorola/mc68681.h
23
24## rtems
25include_rtems_HEADERS += include/rtems/assoc.h include/rtems/error.h \
26    include/rtems/libcsupport.h include/rtems/libio.h include/rtems/libio_.h \
27    include/rtems/malloc.h include/rtems/termiostypes.h
28
29## zilog
30
31include_rtems_zilogdir = $(includedir)/rtems/zilog
32
33include_rtems_zilog_HEADERS = include/zilog/z8036.h include/zilog/z8530.h \
34    include/zilog/z8536.h
35
36##  General stuff
37ERROR_C_FILES = src/error.c src/__assert.c
38
39ASSOCIATION_C_FILES = src/assoclocalbyname.c \
40    src/assoclocalbyremotebitfield.c src/assoclocalbyremote.c \
41    src/assocnamebad.c src/assocnamebylocalbitfield.c \
42    src/assocnamebylocal.c src/assocnamebyremotebitfield.c \
43    src/assocnamebyremote.c src/assocptrbylocal.c src/assocptrbyname.c \
44    src/assocptrbyremote.c src/assocremotebylocalbitfield.c \
45    src/assocremotebylocal.c src/assocremotebyname.c
46
47BASE_FS_C_FILES = src/base_fs.c src/mount.c src/unmount.c src/libio.c \
48    src/libio_init.c \
49    src/libio_sockets.c src/eval.c src/fs_null_handlers.c src/privateenv.c \
50    src/open_dev_console.c src/__usrenv.c
51
52TERMIOS_C_FILES = src/cfgetispeed.c src/cfgetospeed.c src/cfsetispeed.c \
53    src/cfsetospeed.c src/tcgetattr.c src/tcsetattr.c src/tcdrain.c \
54    src/tcflow.c src/tcflush.c src/tcgetprgrp.c src/tcsendbreak.c \
55    src/tcsetpgrp.c src/termios.c src/termiosinitialize.c \
56    src/termios_baud2index.c src/termios_baud2num.c src/termios_num2baud.c \
57    src/termios_setinitialbaud.c
58
59SYSTEM_CALL_C_FILES = src/open.c src/close.c src/read.c src/write.c \
60    src/write_r.c \
61    src/lseek.c src/ioctl.c src/mkdir.c src/mknod.c src/mkfifo.c src/rmdir.c \
62    src/chdir.c src/chmod.c src/fchdir.c src/fchmod.c src/fchown.c src/chown.c \
63    src/link.c src/unlink.c src/umask.c src/ftruncate.c src/utime.c src/fstat.c \
64    src/fcntl.c src/fpathconf.c src/getdents.c src/fsync.c src/fdatasync.c \
65    src/pipe.c src/dup.c src/dup2.c src/symlink.c src/readlink.c src/creat.c \
66    src/chroot.c src/sync.c src/_rename_r.c
67
68## Until sys/uio.h is moved to libcsupport, we have to have networking
69## enabled to compile these.  Hopefully this is a temporary situation.
70if NEWLIB
71SYSTEM_CALL_C_FILES += src/readv.c src/writev.c
72endif
73
74DIRECTORY_SCAN_C_FILES =
75## 20 Nov 2008: Now using these from newlib's posix directory
76DIRECTORY_SCAN_C_FILES += src/opendir.c src/closedir.c src/readdir.c \
77     src/rewinddir.c src/scandir.c src/seekdir.c src/telldir.c
78## Newlib SHOULD have provided this one
79DIRECTORY_SCAN_C_FILES += src/readdir_r.c
80## Comment out when using these from newlib's unix directory
81DIRECTORY_SCAN_C_FILES += src/getcwd.c
82
83ID_C_FILES = src/getegid.c src/geteuid.c src/getgid.c src/getgroups.c \
84    src/getlogin.c src/getpgrp.c src/getpid.c src/getppid.c src/getuid.c \
85    src/setpgid.c src/setsid.c
86
87MALLOC_C_FILES = src/malloc_initialize.c src/calloc.c src/malloc.c \
88    src/realloc.c src/_calloc_r.c src/free.c src/_free_r.c src/_malloc_r.c \
89    src/_realloc_r.c src/__brk.c src/__sbrk.c src/mallocfreespace.c \
90    src/mallocinfo.c src/malloc_walk.c src/malloc_get_statistics.c \
91    src/malloc_report_statistics.c src/malloc_report_statistics_plugin.c \
92    src/malloc_statistics_helpers.c src/malloc_boundary.c \
93    src/posix_memalign.c src/rtems_memalign.c src/malloc_deferred.c \
94    src/malloc_sbrk_helpers.c src/malloc_dirtier.c src/malloc_p.h
95
96PASSWORD_GROUP_C_FILES = src/getpwent.c
97
98TERMINAL_IDENTIFICATION_C_FILES = src/ctermid.c
99## 20 Nov 2008: Now using these from newlib's posix directory
100TERMINAL_IDENTIFICATION_C_FILES += src/isatty.c src/isatty_r.c
101## Comment out when using these from newlib's unix directory
102TERMINAL_IDENTIFICATION_C_FILES += src/ttyname.c
103
104LIBC_GLUE_C_FILES = src/__getpid.c src/__gettod.c src/__times.c \
105    src/truncate.c src/access.c src/stat.c src/lstat.c src/pathconf.c \
106    src/newlibc_reent.c src/newlibc_init.c src/newlibc_exit.c src/no_posix.c \
107    src/no_libc.c src/utsname.c
108
109BSD_LIBC_C_FILES = src/strlcpy.c src/strlcat.c
110
111libcsupport_a_SOURCES = src/gxx_wrappers.c src/getchark.c src/printk.c \
112    src/printk_plugin.c src/putk.c src/vprintk.c \
113    $(BSD_LIBC_C_FILES) $(BASE_FS_C_FILES) $(MALLOC_C_FILES) \
114    $(ERROR_C_FILES) $(ASSOCIATION_C_FILES)
115
116libcsupport_a_SOURCES += src/end_profile.c
117
118if UNIX
119libcsupport_a_SOURCES += src/unixlibc.c src/unixlibc_io.c src/hosterr.c
120else
121libcsupport_a_SOURCES += $(LIBC_GLUE_C_FILES) $(PASSWORD_GROUP_C_FILES) \
122    $(TERMINAL_IDENTIFICATION_C_FILES) $(SYSTEM_CALL_C_FILES) \
123    $(DIRECTORY_SCAN_C_FILES) $(ID_C_FILES) src/envlock.c \
124    $(TERMIOS_C_FILES) src/getpagesize.c src/getrusage.c
125endif
126
127EXTRA_DIST = src/TODO src/CASES src/README
128
129include $(srcdir)/preinstall.am
130include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.