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

4.104.114.84.95
Last change on this file since 29993bb was 29993bb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:32:25

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
mongoosev/Makefile.am: Reflect having moved automake.
mongoosev/duart/Makefile.am: Reflect having moved automake.
mongoosev/vectorisrs/Makefile.am: Reflect having moved automake.
r46xx/Makefile.am: Reflect having moved automake.
r46xx/vectorisrs/Makefile.am: Reflect having moved automake.
shared/Makefile.am: Reflect having moved automake.
shared/cache/Makefile.am: Reflect having moved automake.
shared/interrupts/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.
tx39/Makefile.am: Reflect having moved automake.
tx39/include/Makefile.am: Reflect having moved automake.
tx39/vectorisrs/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 541 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
6
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
18PREINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
19    $(include_mips_HEADERS:include/%.h=$(PROJECT_INCLUDE)/libcpu/%.h)
20
21all-local: $(PREINSTALL_FILES)
22
23include $(top_srcdir)/../../../automake/subdirs.am
24include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.