From 4e36a2f133c68aaf637e166385eff1a05b59f38e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 31 Jan 2000 15:27:02 +0000 Subject: Patches rtems-rc-20000118-3.diff and rtems-rc-20000118-4.diff from Ralf Corsepius that contain: * Modifications, (minor) corrections, cleanups to most existing Makefile.ams * Adds automake support to all remaining BSPs which have not yet been converted to automake. * Makefile.am for all remaining wrapup/Makefile.ams --- cpukit/score/cpu/unix/Makefile.am | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'cpukit/score/cpu/unix') diff --git a/cpukit/score/cpu/unix/Makefile.am b/cpukit/score/cpu/unix/Makefile.am index d55b67a02c..e619852a38 100644 --- a/cpukit/score/cpu/unix/Makefile.am +++ b/cpukit/score/cpu/unix/Makefile.am @@ -12,19 +12,21 @@ SUBDIRS = rtems AM_CPPFLAGS = -DCPU_SYNC_IO $(LIBC_DEFINES) -# C source names, if any, go here -- minus the .c C_FILES = cpu.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) REL = $(ARCH)/rtems-cpu.rel -$(REL): $(C_O_FILES) +rtems_cpu_rel_OBJECTS = $(C_O_FILES) + +$(REL): $(rtems_cpu_rel_OBJECTS) $(make-rel) -all-local: $(ARCH) $(REL) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(rtems_cpu_rel_OBJECTS) $(REL) + +.PRECIOUS: $(REL) -EXTRA_DIST = \ -cpu.c +EXTRA_DIST = cpu.c include $(top_srcdir)/../../../../../../automake/subdirs.am include $(top_srcdir)/../../../../../../automake/local.am -- cgit v1.2.3