Ignore:
Timestamp:
01/31/00 15:27:02 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
bb18b95
Parents:
8fbdf07
Message:

Patches rtems-rc-20000118-3.diff and rtems-rc-20000118-4.diff from
Ralf Corsepius <corsepiu@…> that contain:

  • Modifications, (minor) corrections, cleanups to most existing Makefile.ams
  • Adds automake support to all remaining BSPs which have not yet been converted to automake.
  • Makefile.am for all remaining wrapup/Makefile.ams
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/i386/pc386/console/Makefile.am

    r8fbdf07 r4e36a2f  
    77VPATH = @srcdir@:@srcdir@/../../shared/io
    88
    9 PGM = ${ARCH}/console.rel
     9PGM = $(ARCH)/console.rel
    1010
    11 ## sources
    1211C_FILES = console.c inch.c outch.c printk.c
    1312S_FILES = videoAsm.S
    1413
    15 console_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.o) $(S_FILES:%.S=${ARCH}/%.o)
     14console_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) $(S_FILES:%.S=$(ARCH)/%.o)
    1615
    1716include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     
    2524        $(make-rel)
    2625
    27 all-local: ${ARCH} $(PGM)
    28 
    2926# the .rel file built here will be put into libbsp.a by
    3027#       ../wrapup/Makefile
     28
     29all-local: $(ARCH) $(console_rel_OBJECTS) $(PGM)
     30
     31.PRECIOUS: $(PGM)
    3132
    3233EXTRA_DIST = console.c inch.c outch.c videoAsm.S
Note: See TracChangeset for help on using the changeset viewer.