summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sparc/include/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-20 08:39:42 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-20 08:39:42 +0000
commit37474aa53ad7a073b2e807eb3a52393daef82d54 (patch)
tree042d296e0974f0f77c07bc3d0337ec231c6a572d /c/src/lib/libcpu/sparc/include/Makefile.am
parent2003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-37474aa53ad7a073b2e807eb3a52393daef82d54.tar.bz2
2003-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/erc32.h: Remove (Unused). * include/Makefile.am: Remove. * include/.cvsignore: Remove (Obsolete). * Makefile.am: Reflect changes above. * configure.ac: Reflect changes above.
Diffstat (limited to 'c/src/lib/libcpu/sparc/include/Makefile.am')
-rw-r--r--c/src/lib/libcpu/sparc/include/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/c/src/lib/libcpu/sparc/include/Makefile.am b/c/src/lib/libcpu/sparc/include/Makefile.am
deleted file mode 100644
index 878223bf28..0000000000
--- a/c/src/lib/libcpu/sparc/include/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-##
-## $Id$
-##
-
-
-include_HEADERS = erc32.h
-
-$(PROJECT_INCLUDE)/libcpu:
- $(mkinstalldirs) $@
-
-$(PROJECT_INCLUDE)/libcpu/%.h: %.h
- $(INSTALL_DATA) $< $@
-
-TMPINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
- $(include_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
-
-all-local: $(TMPINSTALL_FILES)
-
-EXTRA_DIST = erc32.h
-
-include $(top_srcdir)/../../../../../automake/local.am