Ignore:
Timestamp:
12/22/03 16:09:15 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
006a432a
Parents:
2aa3cd6
Message:

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

  • clock/Makefile.am: Eliminate VPATH.
  • console/Makefile.am: Eliminate VPATH.
  • scv64/Makefile.am: Eliminate VPATH.
  • sonic/Makefile.am: Eliminate VPATH.
  • start/Makefile.am: Eliminate VPATH.
  • startup/Makefile.am: Eliminate VPATH.
  • timer/Makefile.am: Eliminate VPATH.
  • tod/Makefile.am: Eliminate VPATH.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/dmv177/scv64/Makefile.am

    r2aa3cd6 rde2b815  
    33##
    44
    5 PGM = $(ARCH)/scv64.rel
    6 
    75C_FILES = scv64.c
    8 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    9 
    10 OBJS = $(C_O_FILES)
     6OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    117
    128include $(top_srcdir)/../../../../automake/compile.am
    139include $(top_srcdir)/../../../../automake/lib.am
    1410
    15 #
    16 # (OPTIONAL) Add local stuff here using +=
    17 #
     11noinst_DATA = $(OBJS)
    1812
    19 $(PGM): $(OBJS)
    20         $(make-rel)
    21 
    22 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
    23 
    24 all-local: $(OBJS) $(PGM)
    25 
    26 .PRECIOUS: $(PGM)
    27 
    28 EXTRA_DIST = scv64.c
     13EXTRA_DIST = $(C_FILES)
    2914
    3015include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.