2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/rtems++/Makefile.am: Apply include_*HEADERS instead of
	H_FILES.
This commit is contained in:
Joel Sherrill
2001-02-05 18:23:49 +00:00
parent 1db8d62fb8
commit 80847a343d
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems++/Makefile.am: Apply include_*HEADERS instead of
H_FILES.
2001-01-08 Joel Sherrill <joel@OARcorp.com> 2001-01-08 Joel Sherrill <joel@OARcorp.com>
* src/rtemsInterrupt.cc: Allocated interrupt_table since since * src/rtemsInterrupt.cc: Allocated interrupt_table since since

View File

@@ -5,13 +5,12 @@
AUTOMAKE_OPTIONS = foreign 1.4 AUTOMAKE_OPTIONS = foreign 1.4
if HAS_CXX if HAS_CXX
H_FILES = rtemsEvent.h rtemsInterrupt.h rtemsMessageQueue.h rtemsSemaphore.h \ include_rtems__dir = $(includedir)/rtems++
include_rtems___HEADERS = rtemsEvent.h rtemsInterrupt.h rtemsMessageQueue.h rtemsSemaphore.h \
rtemsStatusCode.h rtemsTask.h rtemsTaskMode.h rtemsTimer.h rtemsStatusCode.h rtemsTask.h rtemsTaskMode.h rtemsTimer.h
noinst_HEADERS = $(H_FILES)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems++ \ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems++ \
$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems++/%) $(include_rtems___HEADERS:%=$(PROJECT_INCLUDE)/rtems++/%)
$(PROJECT_INCLUDE)/rtems++: $(PROJECT_INCLUDE)/rtems++:
@$(mkinstalldirs) $@ @$(mkinstalldirs) $@