Changeset 6a17d376 in rtems
- Timestamp:
- 12/11/03 15:56:01 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5c58243c
- Parents:
- 6bfddfe1
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/cygwin/ChangeLog
r6bfddfe1 r6a17d376 1 2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Cosmetics. 4 1 5 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
contrib/cygwin/Makefile.am
r6bfddfe1 r6a17d376 3 3 ## 4 4 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 5 RPM_SPECS_DATA = i386-cygwin-binutils.spec i386-cygwin-libs.spec \ 6 i386-cygwin-mingw.spec i386-cygwin-w32api.spec i386-cygwin-gcc.spec 12 7 13 8 CONFIGURE_DEPENDENCIES = setup.cache -
contrib/solaris/ChangeLog
r6bfddfe1 r6a17d376 1 2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Cosmetics. 4 1 5 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
contrib/solaris/Makefile.am
r6bfddfe1 r6a17d376 3 3 ## 4 4 5 6 RPM_SPECS_DATA = \ 7 sparc-solaris-binutils.spec \ 8 sparc-solaris-libs.spec \ 5 RPM_SPECS_DATA = sparc-solaris-binutils.spec sparc-solaris-libs.spec \ 9 6 sparc-solaris-gcc.spec 10 7 -
cpukit/libmisc/ChangeLog
r6bfddfe1 r6a17d376 1 2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Cosmetics. 4 1 5 2003-12-11 Joel Sherrill <joel@OARcorp.com> 2 6 -
cpukit/libmisc/Makefile.am
r6bfddfe1 r6a17d376 18 18 19 19 libcapture_C_FILES = capture/capture.c capture/capture-cli.c 20 libcapture_OBJS = $(libcapture_C_FILES:capture/%.c=capture/$(ARCH)/%.$(OBJEXT)) 20 libcapture_OBJS = \ 21 $(libcapture_C_FILES:capture/%.c=capture/$(ARCH)/%.$(OBJEXT)) 21 22 22 23 include_rtems_HEADERS += capture/capture.h capture/capture-cli.h … … 68 69 $(make-library) 69 70 70 LIBS += 71 LIBS += devnull/$(ARCH)/libdevnull.a 71 72 72 73 EXTRA_DIST += devnull/devnull.c … … 85 86 $(make-library) 86 87 87 LIBS += 88 LIBS += dummy/$(ARCH)/libdummy.a 88 89 89 90 EXTRA_DIST += dummy/README dummy/dummy.c … … 105 106 $(make-library) 106 107 107 LIBS += 108 LIBS += dumpbuf/$(ARCH)/libdumpbuf.a 108 109 109 110 EXTRA_DIST += dumpbuf/dumpbuf.c … … 139 140 $(make-library) 140 141 141 LIBS += 142 LIBS += monitor/$(ARCH)/libmonitor.a 142 143 143 144 EXTRA_DIST += monitor/README monitor/mon-command.c monitor/mon-config.c \ … … 163 164 $(make-library) 164 165 165 LIBS += 166 LIBS += mw-fb/$(ARCH)/libmw-fb.a 166 167 167 168 EXTRA_DIST += $(libmw_fb_C_FILES) … … 169 170 ## shell 170 171 171 libshell_C_FILES = shell/cmds.c shell/shell.c 172 libshell_C_FILES = shell/cmds.c shell/shell.c 172 173 libshell_OBJS = $(libshell_C_FILES:shell/%.c=shell/$(ARCH)/%.$(OBJEXT)) 173 174 … … 185 186 186 187 if LIBSHELL 187 LIBS += 188 LIBS += shell/$(ARCH)/libshell.a 188 189 endif 189 190 … … 206 207 $(make-library) 207 208 208 LIBS += 209 LIBS += rtmonuse/$(ARCH)/librtmonuse.a 209 210 210 211 EXTRA_DIST += rtmonuse/rtmonuse.c … … 230 231 231 232 if LIBSERDBG 232 LIBS += 233 LIBS += serdbg/$(ARCH)/libserdbg.a 233 234 endif 234 235 … … 255 256 $(make-library) 256 257 257 LIBS += 258 LIBS += stackchk/$(ARCH)/libstackchk.a 258 259 259 260 EXTRA_DIST += stackchk/README stackchk/check.c … … 274 275 $(make-library) 275 276 276 LIBS += 277 LIBS += untar/$(ARCH)/libuntar.a 277 278 278 279 EXTRA_DIST += untar/README untar/untar.c
Note: See TracChangeset
for help on using the changeset viewer.