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

4.104.114.84.95
Last change on this file since 380b4337 was 380b4337, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 15:42:40

2003-12-12 Ralf Corsepius <corsepiu@…>

  • mongoosev/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • mongoosev/duart/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • shared/cache/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • tx39/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • Property mode set to 100644
File size: 668 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/$(dirstamp):
17        @$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
18        @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
19
20$(PROJECT_INCLUDE)/libcpu/mongoose-v.h: include/mongoose-v.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
21        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/mongoose-v.h
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.