summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg/include/rdbg/powerpc/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-13 13:15:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-13 13:15:15 +0000
commitb0837363631003090e8b9c8ccb61a10055d866f5 (patch)
treefcadd0b21781d8f844d4d126343a25a99ef76575 /c/src/librdbg/include/rdbg/powerpc/Makefile.am
parent2004-02-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b0837363631003090e8b9c8ccb61a10055d866f5.tar.bz2
2004-02-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* librdbg/include/Makefile.am: Merge-in librdbg/include/rdbg/i386/Makefile.am, librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/powerpc/Makefile.am. * librdbg/include/rdbg/i386/Makefile.am, librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/powerpc/Makefile.am: Remove. * configure.ac: Reflect changes above.
Diffstat (limited to '')
-rw-r--r--c/src/librdbg/include/rdbg/powerpc/Makefile.am30
1 files changed, 0 insertions, 30 deletions
diff --git a/c/src/librdbg/include/rdbg/powerpc/Makefile.am b/c/src/librdbg/include/rdbg/powerpc/Makefile.am
deleted file mode 100644
index 459e9d5787..0000000000
--- a/c/src/librdbg/include/rdbg/powerpc/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-##
-## $Id$
-##
-
-include_rdbgdir = $(includedir)/rdbg
-
-include_rdbg_HEADERS = rdbg_f.h reg.h
-
-all-local: $(PREINSTALL_FILES)
-
-PREINSTALL_DIRS =
-PREINSTALL_FILES =
-
-$(PROJECT_INCLUDE)/rdbg/$(dirstamp):
- @$(mkdir_p) $(PROJECT_INCLUDE)/rdbg
- @: > $(PROJECT_INCLUDE)/rdbg/$(dirstamp)
-PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rdbg/$(dirstamp)
-
-$(PROJECT_INCLUDE)/rdbg/rdbg_f.h: rdbg_f.h $(PROJECT_INCLUDE)/rdbg/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rdbg/rdbg_f.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg/rdbg_f.h
-
-$(PROJECT_INCLUDE)/rdbg/reg.h: reg.h $(PROJECT_INCLUDE)/rdbg/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rdbg/reg.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg/reg.h
-
-CLEANFILES = $(PREINSTALL_FILES)
-DISTCLEANFILES = $(PREINSTALL_DIRS)
-
-include $(top_srcdir)/automake/local.am