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

Last change on this file since 948a069 was 99c79c3d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/03/02 at 04:54:32

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

  • mongoosev/Makefile.am: TMPINSTALL_FILES -> PREINSTALL_FILES.
  • Property mode set to 100644
File size: 553 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.