forked from Imagelibrary/rtems
2005-04-30 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: fix evaluating --enable-ada. * ada/Makefile.am: Use preinstall.am * ada/preinstall.am: New.
This commit is contained in:
@@ -10,33 +10,9 @@ endif
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
PREINSTALL_DIRS =
|
|
||||||
PREINSTALL_FILES =
|
|
||||||
|
|
||||||
if RTEMS_ADA
|
|
||||||
$(PROJECT_INCLUDE)/adainclude/$(dirstamp):
|
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/adainclude
|
|
||||||
@: > $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/adainclude/rtems.adb: rtems.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.adb
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems.adb
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/adainclude/rtems.ads: rtems.ads $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.ads
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems.ads
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb: rtems-multiprocessing.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads: rtems-multiprocessing.ads $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads
|
|
||||||
endif
|
|
||||||
|
|
||||||
CLEANFILES = $(PREINSTALL_FILES)
|
CLEANFILES = $(PREINSTALL_FILES)
|
||||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
|
include $(srcdir)/preinstall.am
|
||||||
|
|
||||||
include $(top_srcdir)/automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
35
c/src/ada/preinstall.am
Normal file
35
c/src/ada/preinstall.am
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
## Automatically generated by ampolish3 - Do not edit
|
||||||
|
|
||||||
|
if AMPOLISH3
|
||||||
|
$(srcdir)/preinstall.am: Makefile.am
|
||||||
|
$(AMPOLISH3) $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
|
||||||
|
endif
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
|
DISTCLEANFILES += $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
|
PREINSTALL_FILES =
|
||||||
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
|
||||||
|
if RTEMS_ADA
|
||||||
|
$(PROJECT_INCLUDE)/adainclude/$(dirstamp):
|
||||||
|
@$(mkdir_p) $(PROJECT_INCLUDE)/adainclude
|
||||||
|
@: > $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||||
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/adainclude/rtems.adb: rtems.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.adb
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems.adb
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/adainclude/rtems.ads: rtems.ads $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.ads
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems.ads
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb: rtems-multiprocessing.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads: rtems-multiprocessing.ads $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads
|
||||||
|
endif
|
||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2005-04-30 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* configure.ac: fix evaluating --enable-ada.
|
||||||
|
* ada/Makefile.am: Use preinstall.am
|
||||||
|
* ada/preinstall.am: New.
|
||||||
|
|
||||||
2005-04-29 Jennifer Averett <jennifer.averett@oarcorp.com>
|
2005-04-29 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||||
|
|
||||||
* score/src/objectidtoname.c: Removed warnings
|
* score/src/objectidtoname.c: Removed warnings
|
||||||
|
|||||||
@@ -10,33 +10,9 @@ endif
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
PREINSTALL_DIRS =
|
|
||||||
PREINSTALL_FILES =
|
|
||||||
|
|
||||||
if RTEMS_ADA
|
|
||||||
$(PROJECT_INCLUDE)/adainclude/$(dirstamp):
|
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/adainclude
|
|
||||||
@: > $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/adainclude/rtems.adb: rtems.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.adb
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems.adb
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/adainclude/rtems.ads: rtems.ads $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.ads
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems.ads
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb: rtems-multiprocessing.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads: rtems-multiprocessing.ads $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads
|
|
||||||
endif
|
|
||||||
|
|
||||||
CLEANFILES = $(PREINSTALL_FILES)
|
CLEANFILES = $(PREINSTALL_FILES)
|
||||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
|
include $(srcdir)/preinstall.am
|
||||||
|
|
||||||
include $(top_srcdir)/automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
35
cpukit/ada/preinstall.am
Normal file
35
cpukit/ada/preinstall.am
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
## Automatically generated by ampolish3 - Do not edit
|
||||||
|
|
||||||
|
if AMPOLISH3
|
||||||
|
$(srcdir)/preinstall.am: Makefile.am
|
||||||
|
$(AMPOLISH3) $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
|
||||||
|
endif
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
|
DISTCLEANFILES += $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
|
PREINSTALL_FILES =
|
||||||
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
|
||||||
|
if RTEMS_ADA
|
||||||
|
$(PROJECT_INCLUDE)/adainclude/$(dirstamp):
|
||||||
|
@$(mkdir_p) $(PROJECT_INCLUDE)/adainclude
|
||||||
|
@: > $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||||
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/adainclude/rtems.adb: rtems.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.adb
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems.adb
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/adainclude/rtems.ads: rtems.ads $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.ads
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems.ads
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb: rtems-multiprocessing.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads: rtems-multiprocessing.ads $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads
|
||||||
|
endif
|
||||||
@@ -266,7 +266,7 @@ AM_CONDITIONAL(HAS_ITRON,test x"$rtems_cv_HAS_ITRON_API" = x"yes")
|
|||||||
AM_CONDITIONAL(HAS_NETWORKING,test x"$HAS_NETWORKING" = x"yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test x"$HAS_NETWORKING" = x"yes")
|
||||||
|
|
||||||
AM_CONDITIONAL(RTEMS_ADA,[test x"$enable_ada" = x"yes" \
|
AM_CONDITIONAL(RTEMS_ADA,[test x"$enable_ada" = x"yes" \
|
||||||
&& test x"$HAS_POSIX_API" = x"yes"])
|
&& test x"$rtems_cv_HAS_POSIX_API" = x"yes"])
|
||||||
|
|
||||||
AM_CONDITIONAL([NEED_SYS_CDEFS_H],[test x"$NEED_SYS_CDEFS_H" = x"yes"])
|
AM_CONDITIONAL([NEED_SYS_CDEFS_H],[test x"$NEED_SYS_CDEFS_H" = x"yes"])
|
||||||
AM_CONDITIONAL([NEED_SYS_QUEUE_H],[test x"$NEED_SYS_QUEUE_H" = x"yes"])
|
AM_CONDITIONAL([NEED_SYS_QUEUE_H],[test x"$NEED_SYS_QUEUE_H" = x"yes"])
|
||||||
|
|||||||
Reference in New Issue
Block a user