source: rtems/c/src/lib/libcpu/mips/mongoosev/duart/Makefile.am @ 5639d7cc

4.104.114.84.95
Last change on this file since 5639d7cc was 5639d7cc, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:48:08

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

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mongoosev/duart/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mongoosev/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mongoosev/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mongoosev/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • r46xx/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • r46xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • shared/interrupts/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tx39/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tx39/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tx39/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 932 bytes
RevLine 
[acdb6558]1##
2## $Id$
3##
4
5
6PGM = $(ARCH)/mg5uart.rel
7
8C_FILES = mg5uart.c mg5uart_reg.c
9
10mg5uart_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) $(S_FILES:%.S=$(ARCH)/%.o)
11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
13include $(top_srcdir)/../../../../../automake/compile.am
14include $(top_srcdir)/../../../../../automake/lib.am
15
16$(PROJECT_INCLUDE)/libchip:
17        @$(mkinstalldirs) $@
18$(PROJECT_INCLUDE)/libchip/%.h: %.h
19        $(INSTALL_DATA) $< $@
20
21#
22# (OPTIONAL) Add local stuff here using +=
23#
24
25$(PGM): $(mg5uart_rel_OBJECTS)
26        $(make-rel)
27
28## include_libchip_HEADERS = mg5uart.h
29
[dc2014f]30PREINSTALL_FILES = $(PROJECT_INCLUDE)/libchip \
[acdb6558]31       $(PROJECT_INCLUDE)/libchip/mg5uart.h
32
33##    $(include_libchip_HEADERS:%=$(PROJECT_INCLUDE)/libchip/%)
34all-local: $(ARCH) $(PREINSTALL_FILES) $(mg5uart_rel_OBJECTS) $(PGM)
35
36.PRECIOUS: $(PGM)
37
38EXTRA_DIST = mg5uart.c README.mguart mg5uart.c mg5uart.h mg5uart_reg.c
39
40include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.