source: rtems/c/src/lib/libcpu/mips/mongoosev/Makefile.am @ ff118d4b

4.104.114.84.95
Last change on this file since ff118d4b was ff118d4b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/02/02 at 14:33:39

2002-11-02 Ralf Corsepius <corsepiu@…>

  • mongoosev/Makefile.am: Merge-in mongoosev/include/Makefile.am. Install include/mongoose-v.h.
  • mongoosev/include/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 553 bytes
RevLine 
[acdb6558]1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
6
[ff118d4b]7SUBDIRS = duart vectorisrs
8
9include_mipsdir = $(includedir)/libcpu
10include_mips_HEADERS = include/mongoose-v.h
11
12$(PROJECT_INCLUDE)/libcpu:
13        $(mkinstalldirs) $@
14
15$(PROJECT_INCLUDE)/libcpu/%.h: include/%.h
16        $(INSTALL_DATA) $< $@
17
18TMPINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
19    $(include_mips_HEADERS:include/%.h=$(PROJECT_INCLUDE)/libcpu/%.h)
20
21all-local: $(TMPINSTALL_FILES)
[acdb6558]22
23include $(top_srcdir)/../../../../../automake/subdirs.am
24include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.