source: rtems/c/src/exec/rtems/macros/Makefile.am @ 21a369d4

4.104.114.84.95
Last change on this file since 21a369d4 was 21a369d4, checked in by Joel Sherrill <joel.sherrill@…>, on 10/23/01 at 20:22:35

2001-10-23 Ralf Corsepius <corsepiu@…>

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