source: rtems/cpukit/sapi/Makefile.am @ 6f1384c

4.104.114.84.95
Last change on this file since 6f1384c was 6f1384c, checked in by Joel Sherrill <joel.sherrill@…>, on 05/21/07 at 23:19:36

Split Classic API data instantiation into individual files. This reduces the size of the BSS section when an optional manageer stub is used. Some tests showed about a 600 byte reduction in BSS size. Also eliminated the variables _RTEMS_tasks_User_initialization_tasks and _RTEMS_tasks_Number_of_initialization_tasks because they were only used in one place after initialized. It was a waste of space.

  • Property mode set to 100644
File size: 898 bytes
RevLine 
[811804fe]1##
2## $Id$
3##
[e1d8abb]4
[f117cafc]5include $(top_srcdir)/automake/multilib.am
[53fa63e]6include $(top_srcdir)/automake/compile.am
[e1d8abb]7
[f117cafc]8include_rtemsdir = $(includedir)/rtems
9
[08119f1]10include_rtems_HEADERS = include/confdefs.h
11include_rtems_HEADERS += include/rtems/config.h include/rtems/extension.h \
[8b273c2]12    include/rtems/fatal.h include/rtems/init.h include/rtems/io.h \
13    include/rtems/mptables.h include/rtems/sptables.h
[f117cafc]14
15EXTRA_DIST = include/rtems/README
16
[8b273c2]17include_rtems_HEADERS += inline/rtems/extension.inl
[f117cafc]18
19## src
20AM_CPPFLAGS += -D__RTEMS_INSIDE__
21
[846a4af]22noinst_LIBRARIES = libsapi.a
[97f2e1c]23libsapi_a_SOURCES = src/debug.c src/extension.c src/extensioncreate.c \
24    src/extensiondelete.c src/extensionident.c src/fatal.c src/exinit.c \
[6f1384c]25    src/exshutdown.c src/io.c src/itronapi.c src/posixapi.c src/rtemsapi.c \
26    src/extensiondata.c
[a369ade]27libsapi_a_CPPFLAGS = $(AM_CPPFLAGS)
[f117cafc]28
[6265b83]29include $(srcdir)/preinstall.am
[fed6210d]30include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.