This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[RFA]: Cleanup Makefile.in to move tui-file.o to SUBDIR_TUI_OBS


Hi!

I propose the following patch to cleanup the gdb makefile a little 
and avoid to build tui-file.o for normal gdb.  This file is tui specific
and should better appear in SUBDIR_TUI_OBS.

Can you approve this patch?

	Stephane

2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>

	* Makefile.in (COMMON_OBS): Remove tui-file.o.
	(SUBDIR_TUI_OBS): Add it here.
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.97
diff -u -p -r1.97 Makefile.in
--- Makefile.in	2001/07/14 09:50:25	1.97
+++ Makefile.in	2001/07/16 21:58:43
@@ -183,7 +183,7 @@ SUBDIR_MI_UNINSTALL=
 # TUI sub directory definitions
 #
 SUBDIR_TUI_OBS = \
-	tui.o tuiData.o tuiSource.o tuiStack.o tuiIO.o \
+	tui-file.o tui.o tuiData.o tuiSource.o tuiStack.o tuiIO.o \
 	tuiGeneralWin.o tuiLayout.o tuiWin.o tuiCommand.o \
 	tuiDisassem.o tuiSourceWin.o tuiRegs.o tuiDataWin.o
 SUBDIR_TUI_SRCS = \
@@ -693,7 +693,7 @@ COMMON_OBS = version.o blockframe.o brea
 	c-typeprint.o ch-typeprint.o f-typeprint.o m2-typeprint.o \
 	c-valprint.o cp-valprint.o ch-valprint.o f-valprint.o m2-valprint.o \
 	nlmread.o serial.o mdebugread.o os9kread.o top.o utils.o \
-	ui-file.o tui-file.o \
+	ui-file.o \
 	frame.o \
 	gnu-v2-abi.o gnu-v3-abi.o hpacc-abi.o cp-abi.o
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]