2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Include $(top_srcdir)/automake/*.am.
This commit is contained in:
Ralf Corsepius
2002-06-17 09:27:44 +00:00
parent 2f6261d731
commit fed6210d43
36 changed files with 68 additions and 68 deletions

View File

@@ -23,4 +23,4 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -5,5 +5,5 @@
SUBDIRS = include inline macros src
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am

View File

@@ -44,4 +44,4 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems \
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -24,4 +24,4 @@ endif
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -24,4 +24,4 @@ endif
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -3,9 +3,9 @@
##
include $(top_srcdir)/../../../automake/multilib.am
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am
# We only build multiprocessing related files if HAS_MP was defined
MP_C_FILES = eventmp.c mp.c msgmp.c partmp.c regionmp.c semmp.c signalmp.c \
@@ -76,4 +76,4 @@ all-local: ${ARCH} ${OBJS}
EXTRA_DIST = $(STD_C_FILES) $(MP_C_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -5,5 +5,5 @@
SUBDIRS = include inline macros src
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am

View File

@@ -31,4 +31,4 @@ rtems/sptables.h: $(top_builddir)/config.status $(top_srcdir)/sapi/include/rtems
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -19,4 +19,4 @@ endif
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -19,4 +19,4 @@ endif
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -11,9 +11,9 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
OBJS = $(C_O_FILES)
include $(top_srcdir)/../../../automake/multilib.am
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am
#
# Add local stuff here using +=
@@ -25,4 +25,4 @@ all-local: ${ARCH} ${OBJS}
EXTRA_DIST = $(C_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -5,5 +5,5 @@
SUBDIRS = include inline macros cpu src
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am

View File

@@ -9,5 +9,5 @@ SUBDIRS = $(RTEMS_CPU)
## DIST_SUBDIRS = \
## a29k hppa1.1 i386 i960 m68k mips64orion no_cpu powerpc sh sparc unix
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am

View File

@@ -61,4 +61,4 @@ rtems/score/cpuopts.h: rtems/score/cpuopts-tmp.h
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -40,4 +40,4 @@ all-local: $(PREINSTALL_FILES)
EXTRA_DIST = $(STD_I_FILES) $(MP_I_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -40,4 +40,4 @@ all-local: $(PREINSTALL_FILES)
EXTRA_DIST = $(STD_I_FILES) $(MP_I_FILES) README
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -3,9 +3,9 @@
##
include $(top_srcdir)/../../../automake/multilib.am
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am
# We only build multiprocessing related files if HAS_MP was defined
MP_C_FILES = mpci.c objectmp.c threadmp.c
@@ -77,4 +77,4 @@ all-local: ${ARCH} ${OBJS}
EXTRA_DIST = $(STD_C_FILES) $(MP_C_FILES) Unlimited.txt
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -6,9 +6,9 @@
LIBNAME = librtemscpu
LIB = $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/$(LIBNAME)$(LIB_VARIANT).a
include $(top_srcdir)/../../../automake/multilib.am
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am
CPU_OBJS = $(wildcard ../score/cpu/$(RTEMS_CPU)/$(ARCH)/*.rel)
CORE_OBJS = $(wildcard ../score/src/$(ARCH)/*.o)
@@ -83,4 +83,4 @@ install-hook: $(LIB)
all-local: ${ARCH} $(TMPINSTALL_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -23,4 +23,4 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -5,5 +5,5 @@
SUBDIRS = include inline macros src
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am

View File

@@ -44,4 +44,4 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems \
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -24,4 +24,4 @@ endif
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -24,4 +24,4 @@ endif
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -3,9 +3,9 @@
##
include $(top_srcdir)/../../../automake/multilib.am
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am
# We only build multiprocessing related files if HAS_MP was defined
MP_C_FILES = eventmp.c mp.c msgmp.c partmp.c regionmp.c semmp.c signalmp.c \
@@ -76,4 +76,4 @@ all-local: ${ARCH} ${OBJS}
EXTRA_DIST = $(STD_C_FILES) $(MP_C_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -5,5 +5,5 @@
SUBDIRS = include inline macros src
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am

View File

@@ -31,4 +31,4 @@ rtems/sptables.h: $(top_builddir)/config.status $(top_srcdir)/sapi/include/rtems
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -19,4 +19,4 @@ endif
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -19,4 +19,4 @@ endif
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -11,9 +11,9 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
OBJS = $(C_O_FILES)
include $(top_srcdir)/../../../automake/multilib.am
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am
#
# Add local stuff here using +=
@@ -25,4 +25,4 @@ all-local: ${ARCH} ${OBJS}
EXTRA_DIST = $(C_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -5,5 +5,5 @@
SUBDIRS = include inline macros cpu src
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am

View File

@@ -9,5 +9,5 @@ SUBDIRS = $(RTEMS_CPU)
## DIST_SUBDIRS = \
## a29k hppa1.1 i386 i960 m68k mips64orion no_cpu powerpc sh sparc unix
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am

View File

@@ -61,4 +61,4 @@ rtems/score/cpuopts.h: rtems/score/cpuopts-tmp.h
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -40,4 +40,4 @@ all-local: $(PREINSTALL_FILES)
EXTRA_DIST = $(STD_I_FILES) $(MP_I_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -40,4 +40,4 @@ all-local: $(PREINSTALL_FILES)
EXTRA_DIST = $(STD_I_FILES) $(MP_I_FILES) README
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -3,9 +3,9 @@
##
include $(top_srcdir)/../../../automake/multilib.am
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am
# We only build multiprocessing related files if HAS_MP was defined
MP_C_FILES = mpci.c objectmp.c threadmp.c
@@ -77,4 +77,4 @@ all-local: ${ARCH} ${OBJS}
EXTRA_DIST = $(STD_C_FILES) $(MP_C_FILES) Unlimited.txt
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -6,9 +6,9 @@
LIBNAME = librtemscpu
LIB = $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/$(LIBNAME)$(LIB_VARIANT).a
include $(top_srcdir)/../../../automake/multilib.am
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am
CPU_OBJS = $(wildcard ../score/cpu/$(RTEMS_CPU)/$(ARCH)/*.rel)
CORE_OBJS = $(wildcard ../score/src/$(ARCH)/*.o)
@@ -83,4 +83,4 @@ install-hook: $(LIB)
all-local: ${ARCH} $(TMPINSTALL_FILES)
include $(top_srcdir)/../../../automake/local.am
include $(top_srcdir)/automake/local.am