From db0b36999d611a0e4b555cde9dc3210e41d5e1bc Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 29 Sep 2003 13:11:22 +0000 Subject: 2003-09-29 Ralf Corsepius * Makefile.am: Merge-in include/Makefile.am. Reflect changes to bsp.am. * include/Makefile.am: Remove. * configure.ac: Reflect changes above. --- .../lib/libbsp/powerpc/mbx8xx/include/Makefile.am | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 c/src/lib/libbsp/powerpc/mbx8xx/include/Makefile.am (limited to 'c/src/lib/libbsp/powerpc/mbx8xx/include/Makefile.am') diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/include/Makefile.am b/c/src/lib/libbsp/powerpc/mbx8xx/include/Makefile.am deleted file mode 100644 index 712cebaa6f..0000000000 --- a/c/src/lib/libbsp/powerpc/mbx8xx/include/Makefile.am +++ /dev/null @@ -1,30 +0,0 @@ -## -## $Id$ -## - - -include_bspdir = $(includedir)/bsp - -include_HEADERS = bsp.h coverhd.h bspopts.h -include_bsp_HEADERS = mbx.h commproc.h 8xx_immap.h - -$(PROJECT_INCLUDE): - $(mkinstalldirs) $@ - -$(PROJECT_INCLUDE)/bsp: - $(mkinstalldirs) $@ - -$(PROJECT_INCLUDE)/%.h: %.h - $(INSTALL_DATA) $< $@ - -$(PROJECT_INCLUDE)/bsp/%.h : %.h - $(INSTALL_DATA) $< $@ - -TMPINSTALL_FILES = $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp \ - $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \ - $(include_bsp_HEADERS:%=$(PROJECT_INCLUDE)/bsp/%) - -all-local: $(TMPINSTALL_FILES) - -include $(top_srcdir)/../../../../automake/force-preinstall.am -include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3