From 4f647b954a4fef64c000c5cf37885563f5c88a20 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 7 Jan 2005 07:02:33 +0000 Subject: 2005-01-07 Ralf Corsepius * libchip/Makefile.am, libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am, librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V. --- c/src/optman/Makefile.am | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'c/src/optman/Makefile.am') diff --git a/c/src/optman/Makefile.am b/c/src/optman/Makefile.am index 12bbc663f1..33bd767bc2 100644 --- a/c/src/optman/Makefile.am +++ b/c/src/optman/Makefile.am @@ -10,62 +10,62 @@ project_lib_PROGRAMS = project_lib_PROGRAMS += no-ext.rel no_ext_rel_SOURCES = sapi/no-ext.c -no_ext_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +no_ext_rel_CPPFLAGS = $(AM_CPPFLAGS) no_ext_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) project_lib_PROGRAMS += no-io.rel no_io_rel_SOURCES = sapi/no-io.c -no_io_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +no_io_rel_CPPFLAGS = $(AM_CPPFLAGS) no_io_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) project_lib_PROGRAMS += no-dpmem.rel no_dpmem_rel_SOURCES = rtems/no-dpmem.c -no_dpmem_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +no_dpmem_rel_CPPFLAGS = $(AM_CPPFLAGS) no_dpmem_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) project_lib_PROGRAMS += no-event.rel no_event_rel_SOURCES = rtems/no-event.c -no_event_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +no_event_rel_CPPFLAGS = $(AM_CPPFLAGS) no_event_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) project_lib_PROGRAMS += no-msg.rel no_msg_rel_SOURCES = rtems/no-msg.c -no_msg_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +no_msg_rel_CPPFLAGS = $(AM_CPPFLAGS) no_msg_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) project_lib_PROGRAMS += no-mp.rel no_mp_rel_SOURCES = rtems/no-mp.c -no_mp_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +no_mp_rel_CPPFLAGS = $(AM_CPPFLAGS) no_mp_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) project_lib_PROGRAMS += no-part.rel no_part_rel_SOURCES = rtems/no-part.c -no_part_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +no_part_rel_CPPFLAGS = $(AM_CPPFLAGS) no_part_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) project_lib_PROGRAMS += no-region.rel no_region_rel_SOURCES = rtems/no-region.c -no_region_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +no_region_rel_CPPFLAGS = $(AM_CPPFLAGS) no_region_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) project_lib_PROGRAMS += no-rtmon.rel no_rtmon_rel_SOURCES = rtems/no-rtmon.c -no_rtmon_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +no_rtmon_rel_CPPFLAGS = $(AM_CPPFLAGS) no_rtmon_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) project_lib_PROGRAMS += no-sem.rel no_sem_rel_SOURCES = rtems/no-sem.c -no_sem_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +no_sem_rel_CPPFLAGS = $(AM_CPPFLAGS) no_sem_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) project_lib_PROGRAMS += no-signal.rel no_signal_rel_SOURCES = rtems/no-signal.c -no_signal_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +no_signal_rel_CPPFLAGS = $(AM_CPPFLAGS) no_signal_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) project_lib_PROGRAMS += no-timer.rel no_timer_rel_SOURCES = rtems/no-timer.c -no_timer_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +no_timer_rel_CPPFLAGS = $(AM_CPPFLAGS) no_timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) all-local: $(TMPINSTALL_FILES) -- cgit v1.2.3