From 979657d21638fca5f19ba670ca5f71e0cd10cd9b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 26 Nov 2001 18:16:24 +0000 Subject: 2001-11-20 Joel Sherrill * acinclude.m4: papyrus reference removed. * papyrus/.cvsignore, papyrus/ChangeLog, papyrus/Makefile.am, papyrus/README, papyrus/bsp_specs, papyrus/configure.ac, papyrus/times, papyrus/dlentry/.cvsignore, papyrus/dlentry/Makefile.am, papyrus/dlentry/dlentry.S, papyrus/flashentry/.cvsignore, papyrus/flashentry/Makefile.am, papyrus/flashentry/flashentry.S, papyrus/include/.cvsignore, papyrus/include/Makefile.am, papyrus/include/bsp.h, papyrus/include/coverhd.h, papyrus/startup/.cvsignore, papyrus/startup/Makefile.am, papyrus/startup/bspclean.c, papyrus/startup/bspstart.c, papyrus/startup/linkcmds, papyrus/startup/setvec.c, papyrus/wrapup/.cvsignore, papyrus/wrapup/Makefile.am: Deleted. --- .../lib/libbsp/powerpc/papyrus/dlentry/Makefile.am | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 c/src/lib/libbsp/powerpc/papyrus/dlentry/Makefile.am (limited to 'c/src/lib/libbsp/powerpc/papyrus/dlentry/Makefile.am') diff --git a/c/src/lib/libbsp/powerpc/papyrus/dlentry/Makefile.am b/c/src/lib/libbsp/powerpc/papyrus/dlentry/Makefile.am deleted file mode 100644 index 62d8995315..0000000000 --- a/c/src/lib/libbsp/powerpc/papyrus/dlentry/Makefile.am +++ /dev/null @@ -1,33 +0,0 @@ -## -## $Id$ -## - -AUTOMAKE_OPTIONS = foreign 1.4 - -PGM = $(ARCH)/dlentry.rel - -S_FILES = dlentry.S -S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o) - -OBJS = $(S_O_FILES) - -include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg -include $(top_srcdir)/../../../../../../automake/compile.am -include $(top_srcdir)/../../../../../../automake/lib.am - -# -# (OPTIONAL) Add local stuff here using += -# - -$(PGM): $(OBJS) - $(make-rel) - -# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile - -all-local: $(ARCH) $(OBJS) $(PGM) - -.PRECIOUS: $(PGM) - -EXTRA_DIST = dlentry.S - -include $(top_srcdir)/../../../../../../automake/local.am -- cgit v1.2.3