toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Toon-members] tag Makefile.am Makefile.in


From: Gerhard Reitmayr
Subject: [Toon-members] tag Makefile.am Makefile.in
Date: Thu, 23 Apr 2009 17:42:42 +0000

CVSROOT:        /cvsroot/toon
Module name:    tag
Changes by:     Gerhard Reitmayr <gerhard>      09/04/23 17:42:42

Modified files:
        .              : Makefile.am Makefile.in 

Log message:
        added warning and optimization flags

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/tag/Makefile.am?cvsroot=toon&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/tag/Makefile.in?cvsroot=toon&r1=1.13&r2=1.14

Patches:
Index: Makefile.am
===================================================================
RCS file: /cvsroot/toon/tag/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- Makefile.am 22 Apr 2009 23:23:11 -0000      1.13
+++ Makefile.am 23 Apr 2009 17:42:42 -0000      1.14
@@ -1,5 +1,11 @@
 # the library we want to create and its source files
 
+WARN_OPTIONS=-Wall
+OPTIMIZATION_OPTIONS=-O3
+
+AM_CFLAGS= $(WARN_OPTIONS) $(OPTIMIZATION_OPTIONS)
+AM_CXXFLAGS= $(WARN_OPTIONS) $(OPTIMIZATION_OPTIONS)
+
 lib_LTLIBRARIES     = libtoontag.la
 libtoontag_la_SOURCES   = src/quartic.cpp src/threepointpose.cpp 
src/absorient.cpp \
                           src/handeye.cpp src/five_point.cpp 
src/five_point_buildmatrix.cpp src/sturm.c src/util.c

Index: Makefile.in
===================================================================
RCS file: /cvsroot/toon/tag/Makefile.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- Makefile.in 22 Apr 2009 23:23:11 -0000      1.13
+++ Makefile.in 23 Apr 2009 17:42:42 -0000      1.14
@@ -206,6 +206,10 @@
 target_alias = @target_alias@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
+WARN_OPTIONS = -Wall
+OPTIMIZATION_OPTIONS = -O3
+AM_CFLAGS = $(WARN_OPTIONS) $(OPTIMIZATION_OPTIONS)
+AM_CXXFLAGS = $(WARN_OPTIONS) $(OPTIMIZATION_OPTIONS)
 lib_LTLIBRARIES = libtoontag.la
 libtoontag_la_SOURCES = src/quartic.cpp src/threepointpose.cpp 
src/absorient.cpp \
                           src/handeye.cpp src/five_point.cpp 
src/five_point_buildmatrix.cpp src/sturm.c src/util.c




reply via email to

[Prev in Thread] Current Thread [Next in Thread]