source: rtems/c/src/exec/itron/macros/rtems/itron/Makefile.am @ 9fae0f87

4.104.114.84.95
Last change on this file since 9fae0f87 was 9fae0f87, checked in by Joel Sherrill <joel.sherrill@…>, on 02/05/01 at 18:31:00

2001-02-03 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am, include/itronsys/Makefile.am, include/rtems/itron/Makefile.am, inline/rtems/itron/Makefile.am, macros/rtems/itron/Makefile.am: Apply include_*HEADERS instead of H_FILES.
  • Property mode set to 100644
File size: 673 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7include_rtems_itrondir = $(includedir)/rtems/itron
8
9I_FILES = eventflags.inl fmempool.inl intr.inl mbox.inl msgbuffer.inl \
10    network.inl port.inl semaphore.inl sysmgmt.inl task.inl time.inl \
11    vmempool.inl
12
13if MACROS
14include_rtems_itron_HEADERS = $(I_FILES)
15
16PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/itron \
17    $(include_rtems_itron_HEADERS:%=$(PROJECT_INCLUDE)/rtems/itron/%)
18
19$(PROJECT_INCLUDE)/rtems/itron:
20        @$(mkinstalldirs) $@
21$(PROJECT_INCLUDE)/rtems/itron/%.inl: %.inl
22        $(INSTALL_DATA) $< $@
23endif
24
25all-local: $(PREINSTALL_FILES)
26
27EXTRA_DIST = $(I_FILES)
28
29include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.