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

4.104.114.84.95
Last change on this file since e25801a3 was 1f751a7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 05:33:47

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

  • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • mongoosev/duart/Makefile.am: Use .$(OBJEXT) instead of .o.
    • mongoosev/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o.
    • r46xx/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o.
    • shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
    • shared/interrupts/Makefile.am: Use .$(OBJEXT) instead of .o.
    • timer/Makefile.am: Use .$(OBJEXT) instead of .o.
    • tx39/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 948 bytes
Line 
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)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
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
30PREINSTALL_FILES = $(PROJECT_INCLUDE)/libchip \
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.