mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-08 16:43:25 +00:00
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* sapi/Makefile.am: Install confdefs.h to $(includedir)/rtems.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* sapi/Makefile.am: Install confdefs.h to $(includedir)/rtems.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Add backward/*.h headers.
|
* Makefile.am: Add backward/*.h headers.
|
||||||
|
|||||||
@@ -5,11 +5,10 @@
|
|||||||
include $(top_srcdir)/automake/multilib.am
|
include $(top_srcdir)/automake/multilib.am
|
||||||
include $(top_srcdir)/automake/compile.am
|
include $(top_srcdir)/automake/compile.am
|
||||||
|
|
||||||
include_HEADERS = include/confdefs.h
|
|
||||||
|
|
||||||
include_rtemsdir = $(includedir)/rtems
|
include_rtemsdir = $(includedir)/rtems
|
||||||
|
|
||||||
include_rtems_HEADERS = include/rtems/config.h include/rtems/extension.h \
|
include_rtems_HEADERS = include/confdefs.h
|
||||||
|
include_rtems_HEADERS += include/rtems/config.h include/rtems/extension.h \
|
||||||
include/rtems/fatal.h include/rtems/init.h include/rtems/io.h \
|
include/rtems/fatal.h include/rtems/init.h include/rtems/io.h \
|
||||||
include/rtems/mptables.h include/rtems/sptables.h
|
include/rtems/mptables.h include/rtems/sptables.h
|
||||||
|
|
||||||
@@ -46,20 +45,15 @@ all-local: $(PREINSTALL_FILES) libsapi$(LIB_VARIANT).a
|
|||||||
PREINSTALL_DIRS =
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/confdefs.h: include/confdefs.h $(PROJECT_INCLUDE)/$(dirstamp)
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/confdefs.h
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/confdefs.h
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/rtems/confdefs.h: include/confdefs.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/confdefs.h
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/confdefs.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/config.h: include/rtems/config.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/config.h: include/rtems/config.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/config.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/config.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/config.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/config.h
|
||||||
|
|||||||
Reference in New Issue
Block a user