source: rtems/c/src/exec/rtems/inline/Makefile.am @ 2f6261d

4.104.114.84.95
Last change on this file since 2f6261d was ef7ceb4, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:45:40

2002-03-27 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • src/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 798 bytes
Line 
1##
2## $Id$
3##
4
5
6include_rtems_rtemsdir = $(includedir)/rtems/rtems
7
8$(PROJECT_INCLUDE)/rtems/rtems:
9        @$(mkinstalldirs) $@
10$(PROJECT_INCLUDE)/%: %
11        $(INSTALL_DATA) $< $@
12
13if INLINE
14include_rtems_rtems_HEADERS = rtems/rtems/asr.inl rtems/rtems/attr.inl \
15    rtems/rtems/dpmem.inl rtems/rtems/event.inl rtems/rtems/eventset.inl \
16    rtems/rtems/message.inl rtems/rtems/modes.inl rtems/rtems/options.inl \
17    rtems/rtems/part.inl rtems/rtems/ratemon.inl rtems/rtems/region.inl \
18    rtems/rtems/sem.inl rtems/rtems/status.inl rtems/rtems/support.inl \
19    rtems/rtems/tasks.inl rtems/rtems/timer.inl
20
21PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/rtems \
22    $(include_rtems_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%)
23endif
24
25all-local: $(PREINSTALL_FILES)
26
27include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.