From 283d72854148a4f210d12805c2fe60a351e36fe2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 16 Dec 1998 00:01:08 +0000 Subject: Patch from Ralf Corsepius heading toward automake: Notes: * I didn't yet touch the cpu subdirectory. I still need some time to think on how to handle them. * I probably will wait for the next snapshot before mailing more patches (I still have some pending), giving you a chance to apply them and me a chance to become target of the bullets which will probably be aimed at me after these modifications. --- c/src/exec/score/macros/Makefile.in | 14 ++++++++++++++ c/src/exec/score/macros/rtems/Makefile.in | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 c/src/exec/score/macros/rtems/Makefile.in (limited to 'c/src/exec/score/macros') diff --git a/c/src/exec/score/macros/Makefile.in b/c/src/exec/score/macros/Makefile.in index 228ef54748..f21b40f456 100644 --- a/c/src/exec/score/macros/Makefile.in +++ b/c/src/exec/score/macros/Makefile.in @@ -8,6 +8,20 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg +include $(RTEMS_ROOT)/make/directory.cfg + +SUB_DIRS=rtems +# +# $Id$ +# + +@SET_MAKE@ +srcdir = @srcdir@ +VPATH = @srcdir@ +RTEMS_ROOT = @top_srcdir@ +PROJECT_ROOT = @PROJECT_ROOT@ + # We only build multiprocessing related files if HAS_MP was defined MP_PIECES_yes_V = mppkt objectmp threadmp MP_PIECES = $(MP_PIECES_$(HAS_MP)_V) diff --git a/c/src/exec/score/macros/rtems/Makefile.in b/c/src/exec/score/macros/rtems/Makefile.in new file mode 100644 index 0000000000..9793eb1590 --- /dev/null +++ b/c/src/exec/score/macros/rtems/Makefile.in @@ -0,0 +1,14 @@ +# +# $Id$ +# + +@SET_MAKE@ +srcdir = @srcdir@ +VPATH = @srcdir@ +RTEMS_ROOT = @top_srcdir@ +PROJECT_ROOT = @PROJECT_ROOT@ + +include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg +include $(RTEMS_ROOT)/make/directory.cfg + +SUB_DIRS=score -- cgit v1.2.3