toon-members
[Top][All Lists]
Advanced

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

[Toon-members] tag Makefile.in


From: Gerhard Reitmayr
Subject: [Toon-members] tag Makefile.in
Date: Thu, 10 Jul 2008 10:56:56 +0000

CVSROOT:        /cvsroot/toon
Module name:    tag
Changes by:     Gerhard Reitmayr <gerhard>      08/07/10 10:56:56

Modified files:
        .              : Makefile.in 

Log message:
        update for change in Makefile.am (long ago :)

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

Patches:
Index: Makefile.in
===================================================================
RCS file: /cvsroot/toon/tag/Makefile.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- Makefile.in 3 Dec 2007 17:39:30 -0000       1.8
+++ Makefile.in 10 Jul 2008 10:56:56 -0000      1.9
@@ -14,6 +14,8 @@
 
 @SET_MAKE@
 
+# the library we want to create and its source files
+
 
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
@@ -56,7 +58,8 @@
 libLTLIBRARIES_INSTALL = $(INSTALL)
 LTLIBRARIES = $(lib_LTLIBRARIES)
 libtoontag_la_LIBADD =
-am_libtoontag_la_OBJECTS = absorient.lo fourpointpose.lo
+am_libtoontag_la_OBJECTS = quartic.lo threepointpose.lo absorient.lo \
+       fourpointpose.lo
 libtoontag_la_OBJECTS = $(am_libtoontag_la_OBJECTS)
 DEFAULT_INCLUDES = address@hidden@
 depcomp = $(SHELL) $(top_srcdir)/depcomp
@@ -193,13 +196,13 @@
 target_alias = @target_alias@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-
-# the library we want to create and its source files
 lib_LTLIBRARIES = libtoontag.la
-libtoontag_la_SOURCES = src/absorient.cpp src/fourpointpose.cpp
+libtoontag_la_SOURCES = src/quartic.cpp src/threepointpose.cpp 
src/absorient.cpp src/fourpointpose.cpp  
 
 # the header files to be installed
 pkginclude_HEADERS = \
+       tag/quartic.h \
+       tag/threepointpose.h \
        tag/absorient.h \
        tag/array.h \
        tag/fourpointpose.h \
@@ -292,6 +295,8 @@
 
 @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
 @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
 
 .cpp.o:
 @am__fastdepCXX_TRUE@  $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o 
$@ $<
@@ -314,6 +319,20 @@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) 
$(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
 
+quartic.lo: src/quartic.cpp
address@hidden@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT quartic.lo -MD -MP -MF 
$(DEPDIR)/quartic.Tpo -c -o quartic.lo `test -f 'src/quartic.cpp' || echo 
'$(srcdir)/'`src/quartic.cpp
address@hidden@ mv -f $(DEPDIR)/quartic.Tpo $(DEPDIR)/quartic.Plo
address@hidden@@am__fastdepCXX_FALSE@   source='src/quartic.cpp' 
object='quartic.lo' libtool=yes @AMDEPBACKSLASH@
address@hidden@@am__fastdepCXX_FALSE@   DEPDIR=$(DEPDIR) $(CXXDEPMODE) 
$(depcomp) @AMDEPBACKSLASH@
address@hidden@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o quartic.lo `test -f 
'src/quartic.cpp' || echo '$(srcdir)/'`src/quartic.cpp
+
+threepointpose.lo: src/threepointpose.cpp
address@hidden@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT threepointpose.lo -MD -MP -MF 
$(DEPDIR)/threepointpose.Tpo -c -o threepointpose.lo `test -f 
'src/threepointpose.cpp' || echo '$(srcdir)/'`src/threepointpose.cpp
address@hidden@ mv -f $(DEPDIR)/threepointpose.Tpo $(DEPDIR)/threepointpose.Plo
address@hidden@@am__fastdepCXX_FALSE@   source='src/threepointpose.cpp' 
object='threepointpose.lo' libtool=yes @AMDEPBACKSLASH@
address@hidden@@am__fastdepCXX_FALSE@   DEPDIR=$(DEPDIR) $(CXXDEPMODE) 
$(depcomp) @AMDEPBACKSLASH@
address@hidden@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o threepointpose.lo `test -f 
'src/threepointpose.cpp' || echo '$(srcdir)/'`src/threepointpose.cpp
+
 absorient.lo: src/absorient.cpp
 @am__fastdepCXX_TRUE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT absorient.lo -MD -MP -MF 
$(DEPDIR)/absorient.Tpo -c -o absorient.lo `test -f 'src/absorient.cpp' || echo 
'$(srcdir)/'`src/absorient.cpp
 @am__fastdepCXX_TRUE@  mv -f $(DEPDIR)/absorient.Tpo $(DEPDIR)/absorient.Plo




reply via email to

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