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