[Wgui-cvs] wgui/src Makefile.am,1.9,1.10 Makefile.in,1.10,1.11
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-04-22 16:40:03
|
Update of /cvsroot/wgui/wgui/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30103/src Modified Files: Makefile.am Makefile.in Log Message: Makefile fixes. Index: Makefile.in =================================================================== RCS file: /cvsroot/wgui/wgui/src/Makefile.in,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile.in 20 Apr 2004 18:55:23 -0000 1.10 --- Makefile.in 22 Apr 2004 16:39:53 -0000 1.11 *************** *** 78,82 **** STRIP = @STRIP@ VERSION = @VERSION@ ! WGUI_CFLAGS = @WGUI_CFLAGS@ WGUI_INCLUDES = @WGUI_INCLUDES@ WGUI_LIBS = @WGUI_LIBS@ --- 78,82 ---- STRIP = @STRIP@ VERSION = @VERSION@ ! WGUI_CXXFLAGS = @WGUI_CXXFLAGS@ WGUI_INCLUDES = @WGUI_INCLUDES@ WGUI_LIBS = @WGUI_LIBS@ *************** *** 92,96 **** INCLUDES = @WGUI_INCLUDES@ ! AM_CXXFLAGS = -Wall -Wpointer-arith -Wunreachable-code -O0 -g -DDEBUG @WGUI_CFLAGS@ lib_LIBRARIES = libwguid.a --- 92,96 ---- INCLUDES = @WGUI_INCLUDES@ ! AM_CXXFLAGS = -Wall -Wpointer-arith -Wunreachable-code -O0 -g -DDEBUG @WGUI_CXXFLAGS@ lib_LIBRARIES = libwguid.a Index: Makefile.am =================================================================== RCS file: /cvsroot/wgui/wgui/src/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile.am 31 Mar 2004 15:31:32 -0000 1.9 --- Makefile.am 22 Apr 2004 16:39:53 -0000 1.10 *************** *** 3,8 **** INCLUDES = @WGUI_INCLUDES@ ! AM_CXXFLAGS = -Wall -Wpointer-arith -Wunreachable-code -O0 -g -DDEBUG @WGUI_CFLAGS@ ! ## AM_CXXFLAGS = -Wall -Wpointer-arith -Wunreachable-code -O2 -g @WGUI_CFLAGS@ lib_LIBRARIES = libwguid.a --- 3,8 ---- INCLUDES = @WGUI_INCLUDES@ ! AM_CXXFLAGS = -Wall -Wpointer-arith -Wunreachable-code -O0 -g -DDEBUG @WGUI_CXXFLAGS@ ! ## AM_CXXFLAGS = -Wall -Wpointer-arith -Wunreachable-code -O2 -g @WGUI_CXXFLAGS@ lib_LIBRARIES = libwguid.a |