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

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

  • canbus/Makefile.am: Eliminate VPATH.
  • clock/Makefile.am: Eliminate VPATH.
  • console/Makefile.am: Eliminate VPATH.
  • irq/Makefile.am: Eliminate VPATH.
  • network/Makefile.am: Eliminate VPATH.
  • startup/Makefile.am: Eliminate VPATH.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/eth_comm/clock/Makefile.am

    rde2b815 r006a432a  
    33##
    44
    5 VPATH = @srcdir@:@srcdir@/../../shared/clock
    6 
    75C_FILES = p_clock.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 #
     11# the .o files built here will be put into libbsp.a by ../wrapup/Makefile
    1812
    19 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
    20 
    21 all-local: $(OBJS)
     13noinst_DATA = $(OBJS)
    2214
    2315include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.