Changeset 6a17d376 in rtems


Ignore:
Timestamp:
12/11/03 15:56:01 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5c58243c
Parents:
6bfddfe1
Message:

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

  • Makefile.am: Cosmetics.
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • contrib/cygwin/ChangeLog

    r6bfddfe1 r6a17d376  
     12003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Cosmetics.
     4
    152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • contrib/cygwin/Makefile.am

    r6bfddfe1 r6a17d376  
    33##
    44
    5 
    6 RPM_SPECS_DATA = \
    7     i386-cygwin-binutils.spec \
    8     i386-cygwin-libs.spec \
    9     i386-cygwin-mingw.spec \
    10     i386-cygwin-w32api.spec \
    11     i386-cygwin-gcc.spec
     5RPM_SPECS_DATA = i386-cygwin-binutils.spec i386-cygwin-libs.spec \
     6    i386-cygwin-mingw.spec i386-cygwin-w32api.spec i386-cygwin-gcc.spec
    127
    138CONFIGURE_DEPENDENCIES = setup.cache
  • contrib/solaris/ChangeLog

    r6bfddfe1 r6a17d376  
     12003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Cosmetics.
     4
    152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • contrib/solaris/Makefile.am

    r6bfddfe1 r6a17d376  
    33##
    44
    5 
    6 RPM_SPECS_DATA = \
    7     sparc-solaris-binutils.spec \
    8     sparc-solaris-libs.spec \
     5RPM_SPECS_DATA = sparc-solaris-binutils.spec sparc-solaris-libs.spec \
    96    sparc-solaris-gcc.spec
    107
  • cpukit/libmisc/ChangeLog

    r6bfddfe1 r6a17d376  
     12003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Cosmetics.
     4
    152003-12-11      Joel Sherrill <joel@OARcorp.com>
    26
  • cpukit/libmisc/Makefile.am

    r6bfddfe1 r6a17d376  
    1818
    1919libcapture_C_FILES = capture/capture.c capture/capture-cli.c
    20 libcapture_OBJS = $(libcapture_C_FILES:capture/%.c=capture/$(ARCH)/%.$(OBJEXT))
     20libcapture_OBJS = \
     21    $(libcapture_C_FILES:capture/%.c=capture/$(ARCH)/%.$(OBJEXT))
    2122
    2223include_rtems_HEADERS += capture/capture.h capture/capture-cli.h
     
    6869        $(make-library)
    6970
    70 LIBS +=  devnull/$(ARCH)/libdevnull.a
     71LIBS += devnull/$(ARCH)/libdevnull.a
    7172
    7273EXTRA_DIST += devnull/devnull.c
     
    8586        $(make-library)
    8687
    87 LIBS +=  dummy/$(ARCH)/libdummy.a
     88LIBS += dummy/$(ARCH)/libdummy.a
    8889
    8990EXTRA_DIST += dummy/README dummy/dummy.c
     
    105106        $(make-library)
    106107
    107 LIBS +=  dumpbuf/$(ARCH)/libdumpbuf.a
     108LIBS += dumpbuf/$(ARCH)/libdumpbuf.a
    108109
    109110EXTRA_DIST += dumpbuf/dumpbuf.c
     
    139140        $(make-library)
    140141
    141 LIBS +=  monitor/$(ARCH)/libmonitor.a
     142LIBS += monitor/$(ARCH)/libmonitor.a
    142143
    143144EXTRA_DIST += monitor/README monitor/mon-command.c monitor/mon-config.c \
     
    163164        $(make-library)
    164165
    165 LIBS +=  mw-fb/$(ARCH)/libmw-fb.a
     166LIBS += mw-fb/$(ARCH)/libmw-fb.a
    166167
    167168EXTRA_DIST += $(libmw_fb_C_FILES)
     
    169170## shell
    170171
    171 libshell_C_FILES = shell/cmds.c shell/shell.c 
     172libshell_C_FILES = shell/cmds.c shell/shell.c
    172173libshell_OBJS = $(libshell_C_FILES:shell/%.c=shell/$(ARCH)/%.$(OBJEXT))
    173174
     
    185186
    186187if LIBSHELL
    187 LIBS +=  shell/$(ARCH)/libshell.a
     188LIBS += shell/$(ARCH)/libshell.a
    188189endif
    189190
     
    206207        $(make-library)
    207208
    208 LIBS +=  rtmonuse/$(ARCH)/librtmonuse.a
     209LIBS += rtmonuse/$(ARCH)/librtmonuse.a
    209210
    210211EXTRA_DIST += rtmonuse/rtmonuse.c
     
    230231
    231232if LIBSERDBG
    232 LIBS +=  serdbg/$(ARCH)/libserdbg.a
     233LIBS += serdbg/$(ARCH)/libserdbg.a
    233234endif
    234235
     
    255256        $(make-library)
    256257
    257 LIBS +=  stackchk/$(ARCH)/libstackchk.a
     258LIBS += stackchk/$(ARCH)/libstackchk.a
    258259
    259260EXTRA_DIST += stackchk/README stackchk/check.c
     
    274275        $(make-library)
    275276
    276 LIBS +=  untar/$(ARCH)/libuntar.a
     277LIBS += untar/$(ARCH)/libuntar.a
    277278
    278279EXTRA_DIST += untar/README untar/untar.c
Note: See TracChangeset for help on using the changeset viewer.