Changeset a059062a in rtems


Ignore:
Timestamp:
09/05/00 15:41:13 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
4a309b4f
Parents:
695b353
Message:

2000-09-04 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include compile.am
Location:
c/src/lib/libbsp/c4x/c4xsim
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/c4x/c4xsim/ChangeLog

    r695b353 ra059062a  
     12000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
     4        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
     5        Include compile.am
     6
    172000-08-10      Joel Sherrill <joel@OARcorp.com>
    28
  • c/src/lib/libbsp/c4x/c4xsim/Makefile.am

    r695b353 ra059062a  
    1 ## 
     1##
    22## $Id$
    3 ## 
     3##
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
  • c/src/lib/libbsp/c4x/c4xsim/clock/Makefile.am

    r695b353 ra059062a  
    1 ## 
     1##
    22## $Id$
    3 ## 
     3##
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
     
    1313
    1414include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     15include $(top_srcdir)/../../../../../../automake/compile.am
    1516include $(top_srcdir)/../../../../../../automake/lib.am
    1617
  • c/src/lib/libbsp/c4x/c4xsim/console/Makefile.am

    r695b353 ra059062a  
    1 ## 
     1##
    22## $Id$
    3 ## 
     3##
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    66
     7VPATH = @srcdir@:@srcdir@/../../../shared
     8
    79PGM = $(ARCH)/console.rel
    8 
    9 VPATH = @srcdir@:@srcdir@/../../../shared
    1010
    1111C_FILES = console.c consolereserveresources.c debugio.c simio.c
     
    1515
    1616include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     17include $(top_srcdir)/../../../../../../automake/compile.am
    1718include $(top_srcdir)/../../../../../../automake/lib.am
    1819
  • c/src/lib/libbsp/c4x/c4xsim/include/Makefile.am

    r695b353 ra059062a  
    1 ## 
     1##
    22## $Id$
    3 ## 
     3##
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    66
    7 H_FILES = bsp.h simio.h 
     7H_FILES = bsp.h simio.h
    88
    99$(PROJECT_INCLUDE):
     
    1717
    1818PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) \
    19     $(PROJECT_INCLUDE)/coverhd.h 
     19    $(PROJECT_INCLUDE)/coverhd.h
    2020
    2121all-local: $(PREINSTALL_FILES)
  • c/src/lib/libbsp/c4x/c4xsim/start/Makefile.am

    r695b353 ra059062a  
    1 ## 
     1##
    22## $Id$
    3 ## 
     3##
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
     
    1313
    1414include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     15include $(top_srcdir)/../../../../../../automake/compile.am
    1516include $(top_srcdir)/../../../../../../automake/lib.am
    1617
  • c/src/lib/libbsp/c4x/c4xsim/startup/Makefile.am

    r695b353 ra059062a  
    1 ## 
     1##
    22## $Id$
    3 ## 
     3##
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
     
    1717
    1818include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     19include $(top_srcdir)/../../../../../../automake/compile.am
    1920include $(top_srcdir)/../../../../../../automake/lib.am
    2021
  • c/src/lib/libbsp/c4x/c4xsim/timer/Makefile.am

    r695b353 ra059062a  
    1 ## 
     1##
    22## $Id$
    3 ## 
     3##
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
     
    1313
    1414include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     15include $(top_srcdir)/../../../../../../automake/compile.am
    1516include $(top_srcdir)/../../../../../../automake/lib.am
    1617
  • c/src/lib/libbsp/c4x/c4xsim/tools/Makefile.am

    r695b353 ra059062a  
    66ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
    77
    8 noinst_SCRIPTS=runtest
     8noinst_SCRIPTS = runtest
    99
    1010#HACK: install to build-tree
  • c/src/lib/libbsp/c4x/c4xsim/wrapup/Makefile.am

    r695b353 ra059062a  
    1 ## 
     1##
    22## $Id$
    3 ## 
     3##
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
     
    77BSP_PIECES = startup console clock timer
    88# pieces to pick up out of libcpu/sparc
    9 CPU_PIECES = 
     9CPU_PIECES =
    1010
    1111# bummer; have to use $foreach since % pattern subst rules only replace 1x
     
    1515
    1616include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     17include $(top_srcdir)/../../../../../../automake/compile.am
    1718include $(top_srcdir)/../../../../../../automake/lib.am
    1819
Note: See TracChangeset for help on using the changeset viewer.