Changeset 514e77b7 in rtems


Ignore:
Timestamp:
08/16/03 13:02:30 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c53e9e2f
Parents:
4c0d512e
Message:

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
lib/Makefile.am: Reflect having moved automake.
support/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

Location:
c/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • c/src/ChangeLog

    r4c0d512e r514e77b7  
     12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Makefile.am: Reflect having moved automake.
     4        lib/Makefile.am: Reflect having moved automake.
     5        support/Makefile.am: Reflect having moved automake.
     6        wrapup/Makefile.am: Reflect having moved automake.
     7
    182003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/Makefile.am

    r4c0d512e r514e77b7  
    4646DISTCLEANFILES += @host_alias@-@RTEMS_BSP@.pc
    4747
    48 include $(top_srcdir)/../../automake/subdirs.am
    49 include $(top_srcdir)/../../automake/host.am
     48include $(top_srcdir)/automake/subdirs.am
     49include $(top_srcdir)/automake/host.am
  • c/src/lib/Makefile.am

    r4c0d512e r514e77b7  
    55SUBDIRS = libcpu libbsp
    66
    7 include $(top_srcdir)/../../automake/subdirs.am
    8 include $(top_srcdir)/../../automake/local.am
     7include $(top_srcdir)/automake/subdirs.am
     8include $(top_srcdir)/automake/local.am
  • c/src/support/Makefile.am

    r4c0d512e r514e77b7  
    33##
    44
    5 include $(top_srcdir)/../../automake/compile.am
    6 include $(top_srcdir)/../../automake/lib.am
     5include $(top_srcdir)/automake/compile.am
     6include $(top_srcdir)/automake/lib.am
    77
    88AM_CPPFLAGS += -DRTEMS_BSP=\"$(RTEMS_BSP)\"
     
    1818all-local: $(ARCH) $(LIB)
    1919
    20 include $(top_srcdir)/../../automake/local.am
     20include $(top_srcdir)/automake/local.am
  • c/src/wrapup/Makefile.am

    r4c0d512e r514e77b7  
    55##
    66
    7 include $(top_srcdir)/../../automake/compile.am
    8 include $(top_srcdir)/../../automake/lib.am
     7include $(top_srcdir)/automake/compile.am
     8include $(top_srcdir)/automake/lib.am
    99
    1010LIB = $(PROJECT_RELEASE)/lib/librtemsbsp${LIB_VARIANT}.a
     
    7474        $(INSTALL_DATA) $(LIB) $(DESTDIR)$(bsplibdir)
    7575
    76 include $(top_srcdir)/../../automake/local.am
     76include $(top_srcdir)/automake/local.am
Note: See TracChangeset for help on using the changeset viewer.