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

4.104.114.84.95
Last change on this file since 6ce2a66 was dbe8e519, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 04:19:28

Cleanups

  • Property mode set to 100644
File size: 960 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
17if INLINE
[8b273c2]18include_rtems_HEADERS += inline/rtems/extension.inl
[8a61c2a]19else
[8b273c2]20include_rtems_HEADERS += macros/rtems/extension.inl
[f117cafc]21endif
22
23## src
24AM_CPPFLAGS += -D__RTEMS_INSIDE__
25
[846a4af]26noinst_LIBRARIES = libsapi.a
[97f2e1c]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
[a369ade]30libsapi_a_CPPFLAGS = $(AM_CPPFLAGS)
[f117cafc]31
[846a4af]32all-local: $(PREINSTALL_FILES)
[e1d8abb]33
[6265b83]34include $(srcdir)/preinstall.am
[fed6210d]35include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.