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

4.104.114.84.95
Last change on this file since ad9721e was 1b4a37a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/23/03 at 13:55:49

2003-10-23 Ralf Corsepius <corsepiu@…>

  • 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.
  • Property mode set to 100644
File size: 590 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
12all-local: $(PREINSTALL_FILES)
13
14PREINSTALL_FILES =
15
16$(PROJECT_INCLUDE)/libcpu:
17        @$(mkinstalldirs) $(PROJECT_INCLUDE)/libcpu
18PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu
19
20$(PROJECT_INCLUDE)/libcpu/mongoose-v.h: include/mongoose-v.h
21        $(INSTALL_DATA) $< $@
22PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/mongoose-v.h
23
24include $(top_srcdir)/../../../automake/subdirs.am
25include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.