From 9fae0f872d922e148b3d20837818aec343107755 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 5 Feb 2001 18:31:00 +0000 Subject: 2001-02-03 Ralf Corsepius * 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. --- c/src/exec/itron/macros/rtems/itron/Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'c/src/exec/itron/macros/rtems') diff --git a/c/src/exec/itron/macros/rtems/itron/Makefile.am b/c/src/exec/itron/macros/rtems/itron/Makefile.am index 45bee17d6f..3e62ebeac7 100644 --- a/c/src/exec/itron/macros/rtems/itron/Makefile.am +++ b/c/src/exec/itron/macros/rtems/itron/Makefile.am @@ -4,15 +4,17 @@ AUTOMAKE_OPTIONS = foreign 1.4 -if MACROS +include_rtems_itrondir = $(includedir)/rtems/itron + I_FILES = eventflags.inl fmempool.inl intr.inl mbox.inl msgbuffer.inl \ network.inl port.inl semaphore.inl sysmgmt.inl task.inl time.inl \ vmempool.inl -noinst_HEADERS = $(I_FILES) +if MACROS +include_rtems_itron_HEADERS = $(I_FILES) PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/itron \ - $(I_FILES:%=$(PROJECT_INCLUDE)/rtems/itron/%) + $(include_rtems_itron_HEADERS:%=$(PROJECT_INCLUDE)/rtems/itron/%) $(PROJECT_INCLUDE)/rtems/itron: @$(mkinstalldirs) $@ @@ -22,4 +24,6 @@ endif all-local: $(PREINSTALL_FILES) +EXTRA_DIST = $(I_FILES) + include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3