source: rtems/c/src/lib/libbsp/sparc/erc32/gnatsupp/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: 607 bytes
RevLine 
[df49c60]1##
[10726095]2## $Id$
[df49c60]3##
[10726095]4
5
[2700423]6VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared
[10726095]7
[4e36a2f]8PGM = $(ARCH)/gnatsupp.rel
[10726095]9
[2700423]10C_FILES = gnatsupp.c gnatcommon.c
[9a4a887]11C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[10726095]12
13OBJS = $(C_O_FILES)
14
15include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[0ecf57c7]16include $(top_srcdir)/../../../../../../automake/compile.am
[10726095]17include $(top_srcdir)/../../../../../../automake/lib.am
18
19#
20# (OPTIONAL) Add local stuff here using +=
21#
22
[4e36a2f]23$(PGM): $(OBJS)
[10726095]24        $(make-rel)
25
[4e36a2f]26all-local: $(ARCH) $(OBJS) $(PGM)
[10726095]27
[4e36a2f]28.PRECIOUS: $(PGM)
29
[2700423]30EXTRA_DIST = gnatsupp.c gnatcommon.c
[10726095]31
32include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.