2001-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de:

* include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
This commit is contained in:
Joel Sherrill
2001-03-05 22:46:48 +00:00
parent f010a5ee1a
commit 5ce7c34994
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2001-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de:
* include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -4,7 +4,9 @@
AUTOMAKE_OPTIONS = foreign 1.4
H_FILES = runway.h semaphore.h
include_hppa1_1dir = $(includedir)/hppa1.1
include_hppa1_1_HEADERS = runway.h semaphore.h
# NOTE: Unlike other CPUS, we install into a subdirectory to avoid
# file name conflicts
@@ -16,7 +18,7 @@ $(PROJECT_INCLUDE)/hppa1.1/%.h: %.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE)/hppa1.1 \
$(H_FILES:%.h=$(PROJECT_INCLUDE)/hppa1.1/%.h)
$(include_hppa1_1_HEADERS:%=$(PROJECT_INCLUDE)/hppa1.1/%)
all-local: $(TMPINSTALL_FILES)