From f117cafc8a8e1361e9e34f1a38cf0edc2d8481ff Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 9 Dec 2002 07:29:18 +0000 Subject: 2002-12-09 Ralf Corsepius * include/Makefile.am: Remove. * inline/Makefile.am: Remove. * macros/Makefile.am: Remove. * src/Makefile.am: Remove. * Makefile.am: Merge-in removed Makefile.ams. --- cpukit/sapi/src/Makefile.am | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 cpukit/sapi/src/Makefile.am (limited to 'cpukit/sapi/src/Makefile.am') diff --git a/cpukit/sapi/src/Makefile.am b/cpukit/sapi/src/Makefile.am deleted file mode 100644 index de8da93902..0000000000 --- a/cpukit/sapi/src/Makefile.am +++ /dev/null @@ -1,32 +0,0 @@ -## -## $Id$ -## - -LIB=$(ARCH)/libsapi.a - -EXTENSION_FILES = extension.c extensioncreate.c extensiondelete.c \ - extensionident.c -C_FILES = debug.c $(EXTENSION_FILES) fatal.c exinit.c io.c \ - itronapi.c posixapi.c rtemsapi.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) - -OBJS = $(C_O_FILES) - -include $(top_srcdir)/automake/multilib.am -include $(top_srcdir)/automake/compile.am -include $(top_srcdir)/automake/lib.am - -# -# Add local stuff here using += -# - -AM_CPPFLAGS += -D__RTEMS_INSIDE__ - -all-local: ${ARCH} $(LIB) - -$(LIB): ${OBJS} - $(make-library) - -EXTRA_DIST = $(C_FILES) - -include $(top_srcdir)/automake/local.am -- cgit v1.2.3