forked from Imagelibrary/rtems
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in, Makefile.am: add exec to the GNU canonicalized subdirectories.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.in, Makefile.am: add exec to the GNU canonicalized
|
||||||
|
subdirectories.
|
||||||
|
|
||||||
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.in: add librtems++ to the GNU canonicalized subdirectories.
|
* configure.in: add librtems++ to the GNU canonicalized subdirectories.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
AUTOMAKE_OPTIONS = foreign 1.4
|
||||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
||||||
|
|
||||||
SUBDIRS = @cfg_subdirs@ @hst_subdirs@ wrapup tests
|
SUBDIRS = @cfg_subdirs1@ @hst_subdirs1@ @cfg_subdirs@ @hst_subdirs@ wrapup tests
|
||||||
|
|
||||||
rtems_bspdir = $(prefix)/@RTEMS_BSP@
|
rtems_bspdir = $(prefix)/@RTEMS_BSP@
|
||||||
|
|
||||||
|
|||||||
@@ -25,11 +25,11 @@ RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
|
|||||||
RTEMS_CHECK_NETWORKING(RTEMS_BSP)
|
RTEMS_CHECK_NETWORKING(RTEMS_BSP)
|
||||||
|
|
||||||
## Note: the order of the directories below is essential
|
## Note: the order of the directories below is essential
|
||||||
cfg_subdirs="make"
|
cfg_subdirs1="make"
|
||||||
|
|
||||||
## Exclude exec from building if multilibs are enabled
|
## Exclude exec from building if multilibs are enabled
|
||||||
if test x"$multilib" = x"no"; then
|
if test x"$multilib" = x"no"; then
|
||||||
cfg_subdirs="$cfg_subdirs exec"
|
hst_subdirs1="$hst_subdirs1 exec"
|
||||||
fi
|
fi
|
||||||
cfg_subdirs="$cfg_subdirs lib"
|
cfg_subdirs="$cfg_subdirs lib"
|
||||||
cfg_subdirs="$cfg_subdirs lib/libcpu lib/libbsp"
|
cfg_subdirs="$cfg_subdirs lib/libcpu lib/libbsp"
|
||||||
@@ -58,9 +58,13 @@ if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
|
|||||||
hst_subdirs="$hst_subdirs librtems++";
|
hst_subdirs="$hst_subdirs librtems++";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
RTEMS_CONFIG_HOST_SUBDIRS($hst_subdirs1)
|
||||||
|
AC_SUBST(hst_subdirs1)
|
||||||
RTEMS_CONFIG_HOST_SUBDIRS($hst_subdirs)
|
RTEMS_CONFIG_HOST_SUBDIRS($hst_subdirs)
|
||||||
AC_SUBST(hst_subdirs)
|
AC_SUBST(hst_subdirs)
|
||||||
|
|
||||||
|
AC_CONFIG_SUBDIRS($cfg_subdirs1)
|
||||||
|
AC_SUBST(cfg_subdirs1)
|
||||||
AC_CONFIG_SUBDIRS($cfg_subdirs)
|
AC_CONFIG_SUBDIRS($cfg_subdirs)
|
||||||
AC_SUBST(cfg_subdirs)
|
AC_SUBST(cfg_subdirs)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user