summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/tx39/include
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-10-23 13:55:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-10-23 13:55:49 +0000
commit1b4a37ad587423fc980472c6a6e67d9ceb25cd31 (patch)
tree443a561cbca2d5764238f62ffcb4519e0e6dcdd6 /c/src/lib/libcpu/mips/tx39/include
parent2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-1b4a37ad587423fc980472c6a6e67d9ceb25cd31.tar.bz2
2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mongoosev/Makefile.am: Rework preinstall rules. * mongoosev/duart/Makefile.am: Rework preinstall rules. * tx39/include/Makefile.am: Remove. * tx39/Makefile.am: Merge-in tx39/include/Makefile.am. * configure.ac: Remove tx39/include/Makefile.
Diffstat (limited to 'c/src/lib/libcpu/mips/tx39/include')
-rw-r--r--c/src/lib/libcpu/mips/tx39/include/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/c/src/lib/libcpu/mips/tx39/include/Makefile.am b/c/src/lib/libcpu/mips/tx39/include/Makefile.am
deleted file mode 100644
index 06b812a035..0000000000
--- a/c/src/lib/libcpu/mips/tx39/include/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-##
-## $Id$
-##
-
-
-include_libcpudir = $(includedir)/libcpu
-
-include_libcpu_HEADERS = tx3904.h
-
-$(PROJECT_INCLUDE)/libcpu:
- $(mkinstalldirs) $@
-
-$(PROJECT_INCLUDE)/libcpu/%.h: %.h
- $(INSTALL_DATA) $< $@
-
-TMPINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
- $(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
-
-all-local: $(TMPINSTALL_FILES)
-
-EXTRA_DIST = tx3904.h
-
-include $(top_srcdir)/../../../automake/local.am