summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/mongoosev/include/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-02 14:33:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-02 14:33:39 +0000
commitff118d4bdc2a3370dd252bc07385bada53b87c4b (patch)
tree145e5daa289daf724efb918e4a3146652ce96ad8 /c/src/lib/libcpu/mips/mongoosev/include/Makefile.am
parent2002-11-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ff118d4bdc2a3370dd252bc07385bada53b87c4b.tar.bz2
2002-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mongoosev/Makefile.am: Merge-in mongoosev/include/Makefile.am. Install include/mongoose-v.h. * mongoosev/include/Makefile.am: Remove. * configure.ac: Reflect changes above.
Diffstat (limited to 'c/src/lib/libcpu/mips/mongoosev/include/Makefile.am')
-rw-r--r--c/src/lib/libcpu/mips/mongoosev/include/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/c/src/lib/libcpu/mips/mongoosev/include/Makefile.am b/c/src/lib/libcpu/mips/mongoosev/include/Makefile.am
deleted file mode 100644
index e29bef1726..0000000000
--- a/c/src/lib/libcpu/mips/mongoosev/include/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-##
-## $Id$
-##
-
-
-H_FILES = mongoose-v.h
-
-$(PROJECT_INCLUDE)/libcpu:
- $(mkinstalldirs) $@
-
-$(PROJECT_INCLUDE)/libcpu/%.h: %.h
- $(INSTALL_DATA) $< $@
-
-TMPINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
- $(H_FILES:%.h=$(PROJECT_INCLUDE)/libcpu/%.h)
-
-all-local: $(TMPINSTALL_FILES)
-
-EXTRA_DIST = mongoose-v.h
-
-include $(top_srcdir)/../../../../../automake/local.am