mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* httpd/Makefile.am, itron/Makefile.am, libblock/Makefile.am, libcsupport/Makefile.am, libfs/Makefile.am, libmisc/Makefile.am, libnetworking/Makefile.am, librpc/Makefile.am, posix/Makefile.am, rtems/Makefile.am, sapi/Makefile.am, score/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* httpd/Makefile.am, itron/Makefile.am, libblock/Makefile.am,
|
||||||
|
libcsupport/Makefile.am, libfs/Makefile.am, libmisc/Makefile.am,
|
||||||
|
libnetworking/Makefile.am, librpc/Makefile.am, posix/Makefile.am,
|
||||||
|
rtems/Makefile.am, sapi/Makefile.am, score/Makefile.am:
|
||||||
|
Eliminate CFLAGS_OPTIMIZE_V.
|
||||||
|
|
||||||
2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* aclocal/rtems-flags.m4: Remove (Unused).
|
* aclocal/rtems-flags.m4: Remove (Unused).
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ libhttpd_a_SOURCES = asp.c balloc.c default.c ejlex.c ejparse.c emfdb.c \
|
|||||||
form.c h.c handler.c md5c.c mime.c misc.c webpage.c ringq.c rom.c \
|
form.c h.c handler.c md5c.c mime.c misc.c webpage.c ringq.c rom.c \
|
||||||
security.c sock.c socket.c sym.c uemf.c um.c url.c value.c wbase64.c \
|
security.c sock.c socket.c sym.c uemf.c um.c url.c value.c wbase64.c \
|
||||||
webrom.c webs.c websuemf.c webmain.c
|
webrom.c webs.c websuemf.c webmain.c
|
||||||
libhttpd_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libhttpd_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
|||||||
|
|
||||||
noinst_LIBRARIES = libitron.a
|
noinst_LIBRARIES = libitron.a
|
||||||
libitron_a_SOURCES = $(C_FILES)
|
libitron_a_SOURCES = $(C_FILES)
|
||||||
libitron_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libitron_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ if !UNIX
|
|||||||
include_rtemsdir = $(includedir)/rtems
|
include_rtemsdir = $(includedir)/rtems
|
||||||
|
|
||||||
noinst_LIBRARIES = libblock.a
|
noinst_LIBRARIES = libblock.a
|
||||||
libblock_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libblock_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
include_rtems_HEADERS = include/rtems/bdbuf.h include/rtems/blkdev.h \
|
include_rtems_HEADERS = include/rtems/bdbuf.h include/rtems/blkdev.h \
|
||||||
include/rtems/diskdevs.h include/rtems/ramdisk.h \
|
include/rtems/diskdevs.h include/rtems/ramdisk.h \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ include $(top_srcdir)/automake/compile.am
|
|||||||
AM_CPPFLAGS += -I$(top_builddir)
|
AM_CPPFLAGS += -I$(top_builddir)
|
||||||
|
|
||||||
noinst_LIBRARIES = libcsupport.a
|
noinst_LIBRARIES = libcsupport.a
|
||||||
libcsupport_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libcsupport_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
include_rtemsdir = $(includedir)/rtems
|
include_rtemsdir = $(includedir)/rtems
|
||||||
include_rtems_HEADERS = include/chain.h include/console.h include/clockdrv.h \
|
include_rtems_HEADERS = include/chain.h include/console.h include/clockdrv.h \
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ include_rtemsdir = $(includedir)/rtems
|
|||||||
include_rtems_HEADERS =
|
include_rtems_HEADERS =
|
||||||
|
|
||||||
noinst_LIBRARIES = libimfs.a
|
noinst_LIBRARIES = libimfs.a
|
||||||
libimfs_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libimfs_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
UNUSED_FILES = src/imfs/imfs_load_tar.c
|
UNUSED_FILES = src/imfs/imfs_load_tar.c
|
||||||
|
|
||||||
@@ -43,7 +43,7 @@ include_rtems_HEADERS += src/imfs/imfs.h
|
|||||||
|
|
||||||
if !UNIX
|
if !UNIX
|
||||||
noinst_LIBRARIES += libdosfs.a
|
noinst_LIBRARIES += libdosfs.a
|
||||||
libdosfs_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libdosfs_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
# libdosfs_FATFS_C_FILES
|
# libdosfs_FATFS_C_FILES
|
||||||
libdosfs_a_SOURCES = src/dosfs/fat.c src/dosfs/fat.h \
|
libdosfs_a_SOURCES = src/dosfs/fat.c src/dosfs/fat.h \
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ include_rtems_HEADERS += capture/capture.h capture/capture-cli.h
|
|||||||
|
|
||||||
noinst_LIBRARIES += libcapture.a
|
noinst_LIBRARIES += libcapture.a
|
||||||
libcapture_a_SOURCES = capture/capture.c capture/capture-cli.c
|
libcapture_a_SOURCES = capture/capture.c capture/capture-cli.c
|
||||||
libcapture_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libcapture_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
## cpuuse
|
## cpuuse
|
||||||
EXTRA_DIST += cpuuse/README
|
EXTRA_DIST += cpuuse/README
|
||||||
@@ -27,28 +27,28 @@ include_rtems_HEADERS += cpuuse/cpuuse.h
|
|||||||
|
|
||||||
noinst_LIBRARIES += libcpuuse.a
|
noinst_LIBRARIES += libcpuuse.a
|
||||||
libcpuuse_a_SOURCES = cpuuse/cpuuse.c
|
libcpuuse_a_SOURCES = cpuuse/cpuuse.c
|
||||||
libcpuuse_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libcpuuse_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
## devnull
|
## devnull
|
||||||
include_rtems_HEADERS += devnull/devnull.h
|
include_rtems_HEADERS += devnull/devnull.h
|
||||||
|
|
||||||
noinst_LIBRARIES += libdevnull.a
|
noinst_LIBRARIES += libdevnull.a
|
||||||
libdevnull_a_SOURCES = devnull/devnull.c
|
libdevnull_a_SOURCES = devnull/devnull.c
|
||||||
libdevnull_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libdevnull_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
## dummy
|
## dummy
|
||||||
EXTRA_DIST += dummy/README
|
EXTRA_DIST += dummy/README
|
||||||
|
|
||||||
noinst_LIBRARIES += libdummy.a
|
noinst_LIBRARIES += libdummy.a
|
||||||
libdummy_a_SOURCES = dummy/dummy.c
|
libdummy_a_SOURCES = dummy/dummy.c
|
||||||
libdummy_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libdummy_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
## dumpbuf
|
## dumpbuf
|
||||||
include_rtems_HEADERS += dumpbuf/dumpbuf.h
|
include_rtems_HEADERS += dumpbuf/dumpbuf.h
|
||||||
|
|
||||||
noinst_LIBRARIES += libdumpbuf.a
|
noinst_LIBRARIES += libdumpbuf.a
|
||||||
libdumpbuf_a_SOURCES = dumpbuf/dumpbuf.c
|
libdumpbuf_a_SOURCES = dumpbuf/dumpbuf.c
|
||||||
libdumpbuf_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libdumpbuf_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
## monitor
|
## monitor
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ libmonitor_a_SOURCES += monitor/mon-mpci.c
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
noinst_LIBRARIES += libmonitor.a
|
noinst_LIBRARIES += libmonitor.a
|
||||||
libmonitor_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libmonitor_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
EXTRA_DIST += monitor/README
|
EXTRA_DIST += monitor/README
|
||||||
|
|
||||||
@@ -73,7 +73,7 @@ include_rtems_HEADERS += mw-fb/mw_fb.h mw-fb/mw_uid.h
|
|||||||
|
|
||||||
noinst_LIBRARIES += libmw-fb.a
|
noinst_LIBRARIES += libmw-fb.a
|
||||||
libmw_fb_a_SOURCES = mw-fb/mw_fb.c mw-fb/mw_uid.c
|
libmw_fb_a_SOURCES = mw-fb/mw_fb.c mw-fb/mw_uid.c
|
||||||
libmw_fb_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libmw_fb_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
## shell
|
## shell
|
||||||
|
|
||||||
@@ -82,7 +82,7 @@ include_rtems_HEADERS += shell/shell.h
|
|||||||
|
|
||||||
noinst_LIBRARIES += libshell.a
|
noinst_LIBRARIES += libshell.a
|
||||||
libshell_a_SOURCES = shell/cmds.c shell/shell.c
|
libshell_a_SOURCES = shell/cmds.c shell/shell.c
|
||||||
libshell_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libshell_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST += shell/README
|
EXTRA_DIST += shell/README
|
||||||
@@ -92,7 +92,7 @@ include_rtems_HEADERS += rtmonuse/rtmonuse.h
|
|||||||
|
|
||||||
noinst_LIBRARIES += librtmonuse.a
|
noinst_LIBRARIES += librtmonuse.a
|
||||||
librtmonuse_a_SOURCES = rtmonuse/rtmonuse.c
|
librtmonuse_a_SOURCES = rtmonuse/rtmonuse.c
|
||||||
librtmonuse_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
librtmonuse_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
## serdbg
|
## serdbg
|
||||||
|
|
||||||
@@ -103,7 +103,7 @@ include_rtems_HEADERS += serdbg/serdbgcnf.h serdbg/serdbg.h \
|
|||||||
noinst_LIBRARIES += libserdbg.a
|
noinst_LIBRARIES += libserdbg.a
|
||||||
libserdbg_a_SOURCES = serdbg/serdbg.c serdbg/serdbgio.c \
|
libserdbg_a_SOURCES = serdbg/serdbg.c serdbg/serdbgio.c \
|
||||||
serdbg/termios_printk.c
|
serdbg/termios_printk.c
|
||||||
libserdbg_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libserdbg_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST += serdbg/README
|
EXTRA_DIST += serdbg/README
|
||||||
@@ -114,7 +114,7 @@ include_rtems_HEADERS += stackchk/stackchk.h
|
|||||||
|
|
||||||
noinst_LIBRARIES += libstackchk.a
|
noinst_LIBRARIES += libstackchk.a
|
||||||
libstackchk_a_SOURCES = stackchk/check.c stackchk/internal.h
|
libstackchk_a_SOURCES = stackchk/check.c stackchk/internal.h
|
||||||
libstackchk_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libstackchk_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
EXTRA_DIST += stackchk/README
|
EXTRA_DIST += stackchk/README
|
||||||
|
|
||||||
@@ -124,7 +124,7 @@ include_rtems_HEADERS += untar/untar.h
|
|||||||
|
|
||||||
noinst_LIBRARIES += libuntar.a
|
noinst_LIBRARIES += libuntar.a
|
||||||
libuntar_a_SOURCES = untar/untar.c
|
libuntar_a_SOURCES = untar/untar.c
|
||||||
libuntar_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libuntar_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
EXTRA_DIST += untar/README
|
EXTRA_DIST += untar/README
|
||||||
|
|
||||||
@@ -133,7 +133,7 @@ include_rtems_HEADERS += fsmount/fsmount.h
|
|||||||
|
|
||||||
noinst_LIBRARIES += libfsmount.a
|
noinst_LIBRARIES += libfsmount.a
|
||||||
libfsmount_a_SOURCES = fsmount/fsmount.c
|
libfsmount_a_SOURCES = fsmount/fsmount.c
|
||||||
libfsmount_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libfsmount_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
EXTRA_DIST += fsmount/README
|
EXTRA_DIST += fsmount/README
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ include_rpc_HEADERS = include/rpc/auth.h include/rpc/auth_des.h \
|
|||||||
man_MANS =
|
man_MANS =
|
||||||
|
|
||||||
noinst_LIBRARIES = libxdr.a
|
noinst_LIBRARIES = libxdr.a
|
||||||
libxdr_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libxdr_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
libxdr_a_SOURCES = src/xdr/xdr.c src/xdr/xdr_array.c src/xdr/xdr_float.c \
|
libxdr_a_SOURCES = src/xdr/xdr.c src/xdr/xdr_array.c src/xdr/xdr_float.c \
|
||||||
src/xdr/xdr_mem.c src/xdr/xdr_rec.c src/xdr/xdr_reference.c \
|
src/xdr/xdr_mem.c src/xdr/xdr_rec.c src/xdr/xdr_reference.c \
|
||||||
@@ -34,7 +34,7 @@ if LIBRPC
|
|||||||
man_MANS += $(libxdr_mans)
|
man_MANS += $(libxdr_mans)
|
||||||
|
|
||||||
noinst_LIBRARIES += librpc.a
|
noinst_LIBRARIES += librpc.a
|
||||||
librpc_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) $(librpc_CPPFLAGS)
|
librpc_a_CPPFLAGS = $(AM_CPPFLAGS) $(librpc_CPPFLAGS)
|
||||||
|
|
||||||
librpc_a_SOURCES = src/rpc/auth_none.c src/rpc/auth_unix.c \
|
librpc_a_SOURCES = src/rpc/auth_none.c src/rpc/auth_unix.c \
|
||||||
src/rpc/authunix_prot.c src/rpc/bindresvport.c src/rpc/clnt_generic.c \
|
src/rpc/authunix_prot.c src/rpc/bindresvport.c src/rpc/clnt_generic.c \
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
|||||||
|
|
||||||
noinst_LIBRARIES = libposix.a
|
noinst_LIBRARIES = libposix.a
|
||||||
libposix_a_SOURCES = $(C_FILES)
|
libposix_a_SOURCES = $(C_FILES)
|
||||||
libposix_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libposix_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ AM_CPPFLAGS += -I$(top_builddir)
|
|||||||
AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
||||||
|
|
||||||
noinst_LIBRARIES = librtems.a
|
noinst_LIBRARIES = librtems.a
|
||||||
librtems_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
librtems_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
# include
|
# include
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ noinst_LIBRARIES = libsapi.a
|
|||||||
libsapi_a_SOURCES = src/debug.c src/extension.c src/extensioncreate.c \
|
libsapi_a_SOURCES = src/debug.c src/extension.c src/extensioncreate.c \
|
||||||
src/extensiondelete.c src/extensionident.c src/fatal.c src/exinit.c \
|
src/extensiondelete.c src/extensionident.c src/fatal.c src/exinit.c \
|
||||||
src/io.c src/itronapi.c src/posixapi.c src/rtemsapi.c
|
src/io.c src/itronapi.c src/posixapi.c src/rtemsapi.c
|
||||||
libsapi_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libsapi_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
|||||||
|
|
||||||
noinst_LIBRARIES = libscore.a
|
noinst_LIBRARIES = libscore.a
|
||||||
libscore_a_SOURCES = $(C_FILES)
|
libscore_a_SOURCES = $(C_FILES)
|
||||||
libscore_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
libscore_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
EXTRA_DIST += $(STD_C_FILES) $(MP_C_FILES) src/Unlimited.txt
|
EXTRA_DIST += $(STD_C_FILES) $(MP_C_FILES) src/Unlimited.txt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user