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

4.104.114.84.95
Last change on this file since acdb6558 was acdb6558, checked in by Joel Sherrill <joel.sherrill@…>, on 03/14/01 at 00:49:17

2001-03-13 Joel Sherrill <joel@…>

  • Added mongoose-v, mongoose-v/include, and mongoose-v/vectorisrs directories.
  • mongoosev/.cvsignore, mongoosev/Makefile.am, mongoosev/README, mongoosev/duart/.cvsignore, mongoosev/duart/Makefile.am, mongoosev/duart/README.mguart, mongoosev/duart/mg5uart.c, mongoosev/duart/mg5uart.h, mongoosev/duart/mg5uart_reg.c, mongoosev/include/.cvsignore, mongoosev/include/Makefile.am, mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/.cvsignore, mongoosev/vectorisrs/Makefile.am, mongoosev/vectorisrs/vectorisrs.c: New files.
  • Makefile.am, configure.in, shared/interrupts/Makefile.am, shared/interrupts/maxvectors.c: Added support for mongoosev.
  • tx39/vectorisrs/vectorisrs.c: Corrected warning.
  • Property mode set to 100644
File size: 391 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_FILES = mongoose-v.h
8
9$(PROJECT_INCLUDE)/libcpu:
10        $(mkinstalldirs) $@
11
12$(PROJECT_INCLUDE)/libcpu/%.h: %.h
13        $(INSTALL_DATA) $< $@
14
15TMPINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
16    $(H_FILES:%.h=$(PROJECT_INCLUDE)/libcpu/%.h)
17
18all-local: $(TMPINSTALL_FILES)
19
20EXTRA_DIST = mongoose-v.h
21
22include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.