forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user