forked from Imagelibrary/rtems
2000-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-top.m4: Add ENDIF-hack. * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2000-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* aclocal/rtems-top.m4: Add ENDIF-hack.
|
||||||
|
* automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
|
||||||
|
|
||||||
2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
|
* aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
|
||||||
|
|||||||
@@ -11,6 +11,10 @@ AC_CHECK_PROGS(MAKE, gmake make)
|
|||||||
AC_BEFORE([$0], [AC_CONFIG_AUX_DIR])dnl
|
AC_BEFORE([$0], [AC_CONFIG_AUX_DIR])dnl
|
||||||
AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl
|
AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl
|
||||||
|
|
||||||
|
## HACK to allow gnu-make conditionals in automake-Makefiles.
|
||||||
|
ENDIF=endif
|
||||||
|
AC_SUBST(ENDIF)
|
||||||
|
|
||||||
AC_ARG_WITH(target-subdir,
|
AC_ARG_WITH(target-subdir,
|
||||||
[ --with-target-subdir=DIR],
|
[ --with-target-subdir=DIR],
|
||||||
TARGET_SUBDIR="$withval",
|
TARGET_SUBDIR="$withval",
|
||||||
|
|||||||
@@ -175,6 +175,12 @@ depend-am: $(C_FILES) $(CC_FILES) $(S_FILES)
|
|||||||
mv $(DEPEND).tmp $(DEPEND)
|
mv $(DEPEND).tmp $(DEPEND)
|
||||||
depend: depend-am
|
depend: depend-am
|
||||||
|
|
||||||
|
# pull in dependencies if they exist
|
||||||
|
ifeq (${DEPEND},$(wildcard ${DEPEND}))
|
||||||
|
include ${DEPEND}
|
||||||
|
@ENDIF@
|
||||||
|
|
||||||
|
|
||||||
# spell out all the LINK_FILE's, rather than using -lbsp, so
|
# spell out all the LINK_FILE's, rather than using -lbsp, so
|
||||||
# that $(LINK_FILES) can be a dependency
|
# that $(LINK_FILES) can be a dependency
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user