From 65918026faf730dfffff5190a1ad4917c2083259 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 2 Jan 2005 12:39:29 +0000 Subject: 2005-01-02 Ralf Corsepius * mpc505/Makefile.am, mpc5xx/Makefile.am, mpc6xx/Makefile.am, mpc8260/Makefile.am, mpc8xx/Makefile.am, ppc403/Makefile.am, shared/Makefile.am: Remove build-variant support. --- c/src/lib/libcpu/powerpc/mpc505/Makefile.am | 36 ++++------------------------- 1 file changed, 4 insertions(+), 32 deletions(-) (limited to 'c/src/lib/libcpu/powerpc/mpc505/Makefile.am') diff --git a/c/src/lib/libcpu/powerpc/mpc505/Makefile.am b/c/src/lib/libcpu/powerpc/mpc505/Makefile.am index 59dbcd4c57..610aeaefa7 100644 --- a/c/src/lib/libcpu/powerpc/mpc505/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc505/Makefile.am @@ -4,8 +4,7 @@ CLEANFILES = EXTRA_DIST = -EXTRA_PROGRAMS = -noinst_DATA = +noinst_PROGRAMS = include $(top_srcdir)/../../../automake/compile.am @@ -13,51 +12,24 @@ if mpc505 # ictrl include_HEADERS = ictrl/ictrl.h -EXTRA_PROGRAMS += ictrl.rel -CLEANFILES += ictrl.rel +noinst_PROGRAMS += ictrl.rel ictrl_rel_SOURCES = ictrl/ictrl.c ictrl_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) ictrl_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) -EXTRA_PROGRAMS += ictrl_g.rel -CLEANFILES += ictrl_g.rel -ictrl_g_rel_SOURCES = $(ictrl_rel_SOURCES) -ictrl_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V) -ictrl_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) - -noinst_DATA += ictrl$(LIB_VARIANT).rel - ## timer -EXTRA_PROGRAMS += timer.rel -CLEANFILES += timer.rel +noinst_PROGRAMS += timer.rel timer_rel_SOURCES = timer/timer.c timer_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) -EXTRA_PROGRAMS += timer_g.rel -CLEANFILES += timer_g.rel -timer_g_rel_SOURCES = $(timer_rel_SOURCES) -timer_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V) -timer_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) - -noinst_DATA += timer$(LIB_VARIANT).rel - ## vector vectors_S_FILES = vectors/vectors.S -EXTRA_PROGRAMS += vectors.rel -CLEANFILES += vectors.rel +noinst_PROGRAMS += vectors.rel vectors_rel_SOURCES = vectors/vectors.S vectors_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) vectors_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) - -EXTRA_PROGRAMS += vectors_g.rel -CLEANFILES += vectors_g.rel -vectors_g_rel_SOURCES = $(vectors_rel_SOURCES) -vectors_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V) -vectors_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) - -noinst_DATA += vectors$(LIB_VARIANT).rel endif ## -- -- cgit v1.2.3