source: rtems/c/src/lib/libbsp/sparc/erc32/console/Makefile.am @ 9a4a887

4.104.114.84.95
Last change on this file since 9a4a887 was 9a4a887, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 05:42:52

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

  • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
    • gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
    • start/Makefile.am: Use .$(OBJEXT) instead of .o.
    • startup/Makefile.am: Use .$(OBJEXT) instead of .o.
    • timer/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 665 bytes
RevLine 
[df49c60]1##
[10726095]2## $Id$
[df49c60]3##
[10726095]4
5
[4e36a2f]6PGM = $(ARCH)/console.rel
[10726095]7
8C_FILES = console.c consolereserveresources.c debugputs.c
[9a4a887]9C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[10726095]10
11OBJS = $(C_O_FILES)
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[0ecf57c7]14include $(top_srcdir)/../../../../../../automake/compile.am
[10726095]15include $(top_srcdir)/../../../../../../automake/lib.am
16
17#
18# (OPTIONAL) Add local stuff here using +=
19#
20
[4e36a2f]21$(PGM): $(OBJS)
[10726095]22        $(make-rel)
23
24# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
25
[4e36a2f]26all-local: $(ARCH) $(OBJS) $(PGM)
27
28.PRECIOUS: $(PGM)
29
30EXTRA_DIST = console.c consolereserveresources.c debugputs.c
[10726095]31
32include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.