From 9a874631f6840740fad93b32f9c5e4f07f7e65a0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 18 Jan 2004 09:18:06 +0000 Subject: 2004-01-18 Ralf Corsepius * clock/Makefile.am: Convert to using automake compilation rules. * mongoosev/Makefile.am: Ditto. * r46xx/Makefile.am: Ditto. * shared/Makefile.am: Ditto. * timer/Makefile.am: Ditto. * tx39/Makefile.am: Ditto. * Makefile.am: Remove conditional subdirs. * configure.ac: Add subdir-object to AUTOMAKE_OPTIONS. Require automake-1.8.2. Add AM_PROG_CC_C_O. --- c/src/lib/libcpu/mips/Makefile.am | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'c/src/lib/libcpu/mips/Makefile.am') diff --git a/c/src/lib/libcpu/mips/Makefile.am b/c/src/lib/libcpu/mips/Makefile.am index d7958eb1b5..9460e8d36f 100644 --- a/c/src/lib/libcpu/mips/Makefile.am +++ b/c/src/lib/libcpu/mips/Makefile.am @@ -4,21 +4,7 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal -SHARED_LIB = shared - -if mongoosev -CPU_SUBDIR = mongoosev -endif - -if tx39 -CPU_SUBDIR = tx39 -endif - -if r46xx -CPU_SUBDIR = clock timer r46xx -endif - -SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR) +SUBDIRS = shared mongoosev tx39 clock timer r46xx include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3