summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips64orion/p4000/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/mips64orion/p4000/Makefile.am')
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/Makefile.am24
1 files changed, 0 insertions, 24 deletions
diff --git a/c/src/lib/libbsp/mips64orion/p4000/Makefile.am b/c/src/lib/libbsp/mips64orion/p4000/Makefile.am
deleted file mode 100644
index 45870ba0da..0000000000
--- a/c/src/lib/libbsp/mips64orion/p4000/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-##
-## $Id$
-##
-
-ACLOCAL_AMFLAGS = -I ../../../../aclocal
-
-# wrapup is the one that actually builds and installs the library
-# from the individual .rel files built in other directories
-SUBDIRS = . start startup console liblnk wrapup
-
-include $(top_srcdir)/../../bsp.am
-
-include_HEADERS += include/coverhd.h
-
-all-local: $(PREINSTALL_FILES)
-
-EXTRA_DIST = times
-
-$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/coverhd.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
-
-include $(top_srcdir)/../../../../automake/subdirs.am
-include $(top_srcdir)/../../../../automake/local.am