source: rtems/cpukit/sapi/Makefile.am @ e307735

4.104.114.84.95
Last change on this file since e307735 was 4e97166, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 09:57:43

Remove all-local.

  • Property mode set to 100644
File size: 928 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/multilib.am
6include $(top_srcdir)/automake/compile.am
7
8include_rtemsdir = $(includedir)/rtems
9
10include_rtems_HEADERS = include/confdefs.h
11include_rtems_HEADERS += include/rtems/config.h include/rtems/extension.h \
12    include/rtems/fatal.h include/rtems/init.h include/rtems/io.h \
13    include/rtems/mptables.h include/rtems/sptables.h
14
15EXTRA_DIST = include/rtems/README
16
17if INLINE
18include_rtems_HEADERS += inline/rtems/extension.inl
19else
20include_rtems_HEADERS += macros/rtems/extension.inl
21endif
22
23## src
24AM_CPPFLAGS += -D__RTEMS_INSIDE__
25
26noinst_LIBRARIES = libsapi.a
27libsapi_a_SOURCES = src/debug.c src/extension.c src/extensioncreate.c \
28    src/extensiondelete.c src/extensionident.c src/fatal.c src/exinit.c \
29    src/io.c src/itronapi.c src/posixapi.c src/rtemsapi.c
30libsapi_a_CPPFLAGS = $(AM_CPPFLAGS)
31
32include $(srcdir)/preinstall.am
33include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.