Changeset df49c60 in rtems for c/Makefile.am


Ignore:
Timestamp:
06/12/00 15:00:15 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
edeed26
Parents:
0ab65474
Message:

Merged from 4.5.0-beta3a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/Makefile.am

    r0ab65474 rdf49c60  
    55AUTOMAKE_OPTIONS = foreign 1.4
    66ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
     7
    78## NOTE: This Makefile.am is rather fragile to the value of RTEMS_BSP
    8 ## Esp. make clean and make distclean have unwanted side-effects 
     9## Esp. make clean and make distclean have unwanted side-effects
    910## if RTEMS_BSP is not properly set up.
    1011
    1112RTEMS_BSP = $(RTEMS_BSP_LIST)
    12 ## The '.' in SUBDIRS ensures that local make-targets (xxx-am) will be 
     13## The '.' in SUBDIRS ensures that local make-targets (xxx-am) will be
    1314## triggered before $(RTEMS_BSP_LIST) subdirectories are made.
    14 SUBDIRS= \
    15 make \
    16 . \
    17 $(RTEMS_BSP)
     15SUBDIRS = make . $(RTEMS_BSP)
    1816
    1917## Use @RTEMS_BSP_LIST@ here, using $(RTEMS_BSP_LIST) would trigger
     
    3129
    3230## Let all RTEMS' make targets depend on ${RTEMS_BSP}
    33 all-am: ${RTEMS_BSP}
    34 debug-am: ${RTEMS_BSP}
    35 profile-am: ${RTEMS_BSP}
     31all-local: ${RTEMS_BSP}
    3632preinstall-am: ${RTEMS_BSP}
    3733depend-am: ${RTEMS_BSP}
    3834
    3935## Pull in extra files intro the distribution
    40 EXTRA_DIST = \
    41 ACKNOWLEDGEMENTS \
    42 README.DOS \
    43 REQUIRES \
    44 PROBLEMS \
    45 TESTED \
    46 README \
    47 UPDATE_HELP
     36EXTRA_DIST = ACKNOWLEDGEMENTS README.DOS REQUIRES PROBLEMS TESTED README \
     37    UPDATE_HELP
    4838
    4939DIST_SUBDIRS = ${RTEMS_BSP}
    5040## -------------------------------------------------------
    5141include $(top_srcdir)/../automake/subdirs.am
    52 include $(top_srcdir)/../automake/local.am
     42include $(top_srcdir)/../automake/host.am
Note: See TracChangeset for help on using the changeset viewer.