Changeset 4043f42 in rtems


Ignore:
Timestamp:
12/22/03 16:10:00 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
27c06b0
Parents:
daa9eb96
Message:

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

  • PCI_bus/Makefile.am: Eliminate VPATH.
  • clock/Makefile.am: Eliminate VPATH.
  • console/Makefile.am: Eliminate VPATH.
  • start/Makefile.am: Eliminate VPATH.
  • startup/Makefile.am: Eliminate VPATH.
  • timer/Makefile.am: Eliminate VPATH.
  • tod/Makefile.am: Eliminate VPATH.
  • vectors/Makefile.am: Eliminate VPATH.
Location:
c/src/lib/libbsp/powerpc/score603e
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/score603e/ChangeLog

    rdaa9eb96 r4043f42  
     12003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * PCI_bus/Makefile.am: Eliminate VPATH.
     4        * clock/Makefile.am: Eliminate VPATH.
     5        * console/Makefile.am: Eliminate VPATH.
     6        * start/Makefile.am: Eliminate VPATH.
     7        * startup/Makefile.am: Eliminate VPATH.
     8        * timer/Makefile.am: Eliminate VPATH.
     9        * tod/Makefile.am: Eliminate VPATH.
     10        * vectors/Makefile.am: Eliminate VPATH.
     11
    1122003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    213
  • c/src/lib/libbsp/powerpc/score603e/PCI_bus/Makefile.am

    rdaa9eb96 r4043f42  
    2222# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
    2323
    24 all-local: $(OBJS) $(PGM)
     24all-local: $(PGM)
    2525
    2626.PRECIOUS: $(PGM)
  • c/src/lib/libbsp/powerpc/score603e/clock/Makefile.am

    rdaa9eb96 r4043f42  
    2222# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
    2323
    24 all-local: $(OBJS) $(PGM)
     24all-local: $(PGM)
    2525
    2626.PRECIOUS: $(PGM)
  • c/src/lib/libbsp/powerpc/score603e/console/Makefile.am

    rdaa9eb96 r4043f42  
    2222# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
    2323
    24 all-local: $(OBJS) $(PGM)
     24all-local: $(PGM)
    2525
    2626.PRECIOUS: $(PGM)
  • c/src/lib/libbsp/powerpc/score603e/start/Makefile.am

    rdaa9eb96 r4043f42  
    44
    55S_FILES = start.S
    6 S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    7 
    8 OBJS = $(S_O_FILES)
     6OBJS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    97
    108include $(top_srcdir)/../../../../automake/compile.am
    119include $(top_srcdir)/../../../../automake/lib.am
    1210include $(top_srcdir)/../../bspstart.am
    13 
    14 #
    15 # (OPTIONAL) Add local stuff here using +=
    16 #
    1711
    1812project_lib_DATA = $(ARCH)/start$(LIB_VARIANT).$(OBJEXT)
  • c/src/lib/libbsp/powerpc/score603e/startup/Makefile.am

    rdaa9eb96 r4043f42  
    33##
    44
    5 VPATH = @srcdir@:@srcdir@/../../../shared
     5
    66
    77PGM = $(ARCH)/startup.rel
     
    1313STARTUP_C_FILES = FPGA.c
    1414
    15 C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c main.c sbrk.c \
    16     setvec.c Hwr_init.c spurious.c genpvec.c $(STARTUP_C_FILES) \
    17     gnatinstallhandler.c
    18 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    19 
    20 OBJS = $(C_O_FILES)
     15C_FILES = bspclean.c bspstart.c \
     16    setvec.c Hwr_init.c spurious.c genpvec.c $(STARTUP_C_FILES)
     17OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    2118
    2219include $(top_srcdir)/../../../../automake/compile.am
    2320include $(top_srcdir)/../../../../automake/lib.am
    2421
    25 #
    26 # (OPTIONAL) Add local stuff here using +=
    27 #
     22shared_C_FILES = $(top_srcdir)/../../shared/bootcard.c
     23shared_C_FILES += $(top_srcdir)/../../shared/bsplibc.c
     24shared_C_FILES += $(top_srcdir)/../../shared/bsppost.c
     25shared_C_FILES += $(top_srcdir)/../../shared/main.c
     26shared_C_FILES += $(top_srcdir)/../../shared/sbrk.c
     27shared_C_FILES += $(top_srcdir)/../../shared/gnatinstallhandler.c
     28OBJS += $(shared_C_FILES:$(top_srcdir)/../../shared/%.c=$(ARCH)/%.$(OBJEXT))
     29
     30$(ARCH)/%.$(OBJEXT): $(top_srcdir)/../../shared/%.c $(ARCH)/$(dirstamp)
     31        ${COMPILE} -o $@ -c $<
     32
    2833
    2934$(PGM): $(OBJS)
     
    3439all-local: $(PGM) $(TMPINSTALL_FILES)
    3540
    36 EXTRA_DIST = FPGA.c Hwr_init.c bspclean.c bspstart.c genpvec.c linkcmds \
    37     setvec.c spurious.c vmeintr.c
     41EXTRA_DIST = $(C_FILES) linkcmds
    3842
    3943$(PROJECT_LIB)/$(dirstamp):
  • c/src/lib/libbsp/powerpc/score603e/timer/Makefile.am

    rdaa9eb96 r4043f42  
    2222# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
    2323
    24 all-local: $(OBJS) $(PGM)
     24all-local: $(PGM)
    2525
    2626.PRECIOUS: $(PGM)
  • c/src/lib/libbsp/powerpc/score603e/tod/Makefile.am

    rdaa9eb96 r4043f42  
    2525# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
    2626
    27 all-local: $(OBJS) $(PGM)
     27all-local: $(PGM)
    2828
    2929.PRECIOUS: $(PGM)
  • c/src/lib/libbsp/powerpc/score603e/vectors/Makefile.am

    rdaa9eb96 r4043f42  
    2222# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
    2323
    24 all-local: $(OBJS) $(PGM)
     24all-local: $(PGM)
    2525
    2626.PRECIOUS: $(PGM)
Note: See TracChangeset for help on using the changeset viewer.