source: rtems/c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.am @ 6713c14

4.104.114.84.95
Last change on this file since 6713c14 was 6713c14, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:43:21

2003-12-02 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Remove all-local: $(ARCH).
  • console/Makefile.am: Remove all-local: $(ARCH).
  • erc32sonic/Makefile.am: Remove all-local: $(ARCH).
  • gnatsupp/Makefile.am: Remove all-local: $(ARCH).
  • start/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • timer/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 531 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
[d73e8326]15include $(top_srcdir)/../../../../automake/compile.am
16include $(top_srcdir)/../../../../automake/lib.am
[10726095]17
18#
19# (OPTIONAL) Add local stuff here using +=
20#
21
[4e36a2f]22$(PGM): $(OBJS)
[10726095]23        $(make-rel)
24
[6713c14]25all-local: $(OBJS) $(PGM)
[10726095]26
[4e36a2f]27.PRECIOUS: $(PGM)
28
[2700423]29EXTRA_DIST = gnatsupp.c gnatcommon.c
[10726095]30
[d73e8326]31include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.