Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4569 in orxonox.OLD


Ignore:
Timestamp:
Jun 9, 2005, 9:24:26 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: building the newmat lib right as it should be

Location:
orxonox/trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/configure

    r4556 r4569  
    87328732## OUTPUT CONFIGURE ##
    87338733######################
    8734                                                                                                                                                                                     ac_config_files="$ac_config_files Makefile src/Makefile src/lib/Makefile src/lib/graphics/Makefile src/lib/graphics/importer/Makefile src/lib/sound/Makefile src/lib/event/Makefile src/lib/physics/Makefile src/lib/particles/Makefile src/lib/collision_detection/Makefile src/lib/gui/Makefile src/lib/tinyxml/Makefile src/subprojects/Makefile src/subprojects/testmain/Makefile src/subprojects/importer/Makefile src/subprojects/particles/Makefile src/subprojects/collision_detection/Makefile src/subprojects/gui/Makefile"
     8734                                                                                                                                                                                              ac_config_files="$ac_config_files Makefile src/Makefile src/lib/Makefile src/lib/graphics/Makefile src/lib/graphics/importer/Makefile src/lib/sound/Makefile src/lib/event/Makefile src/lib/physics/Makefile src/lib/particles/Makefile src/lib/collision_detection/Makefile src/lib/gui/Makefile src/lib/tinyxml/Makefile src/lib/newmat/Makefile src/subprojects/Makefile src/subprojects/testmain/Makefile src/subprojects/importer/Makefile src/subprojects/particles/Makefile src/subprojects/collision_detection/Makefile src/subprojects/gui/Makefile"
    87358735
    87368736
     
    93389338  "src/lib/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/Makefile" ;;
    93399339  "src/lib/tinyxml/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/tinyxml/Makefile" ;;
     9340  "src/lib/newmat/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/newmat/Makefile" ;;
    93409341  "src/subprojects/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/subprojects/Makefile" ;;
    93419342  "src/subprojects/testmain/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/subprojects/testmain/Makefile" ;;
  • orxonox/trunk/configure.ac

    r4555 r4569  
    596596                 src/lib/gui/Makefile
    597597                 src/lib/tinyxml/Makefile
     598                 src/lib/newmat/Makefile
    598599                 src/subprojects/Makefile
    599600                 src/subprojects/testmain/Makefile
  • orxonox/trunk/src/Makefile.am

    r4568 r4569  
    1616                       lib/collision_detection/libORXcd.a \
    1717                       lib/tinyxml/libtinyxml.a \
    18                        util/newmat/libnewmat.a
     18                       lib/newmat/libnewmat.a
    1919
    2020orxonox_LDADD = lib/gui/libORXgui.a \
     
    2626                lib/collision_detection/libORXcd.a \
    2727                lib/tinyxml/libtinyxml.a \
    28                 util/newmat/libnewmat.a \
    29                
     28                lib/newmat/libnewmat.a \
    3029                $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS)
    3130
  • orxonox/trunk/src/Makefile.in

    r4564 r4569  
    242242                       lib/particles/libORXparticles.a \
    243243                       lib/collision_detection/libORXcd.a \
    244                        lib/tinyxml/libtinyxml.a
     244                       lib/tinyxml/libtinyxml.a \
     245                       lib/newmat/libnewmat.a
    245246
    246247orxonox_LDADD = lib/gui/libORXgui.a \
     
    252253                lib/collision_detection/libORXcd.a \
    253254                lib/tinyxml/libtinyxml.a \
     255                lib/newmat/libnewmat.a \
    254256                $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS)
    255257
  • orxonox/trunk/src/lib/Makefile.am

    r4527 r4569  
    11### GTK_RELATED
    2   GTK_PROGS = gui
     2  GTK_PROGS =
    33
    44SUBDIRS = graphics \
    5           sound \
    6           event \
    7           physics \
    8           particles \
    9           collision_detection \
    10           tinyxml \
    11           $(GTK_PROGS)
     5          sound \
     6          event \
     7          physics \
     8          particles \
     9          collision_detection \
     10          tinyxml \
     11          newmat \
     12          gui \
     13          $(GTK_PROGS)
  • orxonox/trunk/src/lib/Makefile.in

    r4527 r4569  
    166166
    167167### GTK_RELATED
    168 GTK_PROGS = gui
     168GTK_PROGS =
    169169SUBDIRS = graphics \
    170           sound \
    171           event \
    172           physics \
    173           particles \
    174           collision_detection \
    175           tinyxml \
    176           $(GTK_PROGS)
     170          sound \
     171          event \
     172          physics \
     173          particles \
     174          collision_detection \
     175          tinyxml \
     176          newmat \
     177          gui \
     178          $(GTK_PROGS)
    177179
    178180all: all-recursive
  • orxonox/trunk/src/lib/newmat/Makefile

    r4565 r4569  
     1# Makefile.in generated by automake 1.8.5 from Makefile.am.
     2# src/lib/newmat/Makefile.  Generated from Makefile.in by configure.
     3
     4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
     5# 2003, 2004  Free Software Foundation, Inc.
     6# This Makefile.in is free software; the Free Software Foundation
     7# gives unlimited permission to copy and/or distribute it,
     8# with or without modifications, as long as this notice is preserved.
     9
     10# This program is distributed in the hope that it will be useful,
     11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     13# PARTICULAR PURPOSE.
     14
     15
     16
     17
     18SOURCES = $(libnewmat_a_SOURCES)
     19
     20srcdir = .
     21top_srcdir = ../../..
     22
     23pkgdatadir = $(datadir)/orxonox
     24pkglibdir = $(libdir)/orxonox
     25pkgincludedir = $(includedir)/orxonox
     26top_builddir = ../../..
     27am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     28INSTALL = /usr/bin/install -c
     29install_sh_DATA = $(install_sh) -c -m 644
     30install_sh_PROGRAM = $(install_sh) -c
     31install_sh_SCRIPT = $(install_sh) -c
     32INSTALL_HEADER = $(INSTALL_DATA)
     33transform = $(program_transform_name)
     34NORMAL_INSTALL = :
     35PRE_INSTALL = :
     36POST_INSTALL = :
     37NORMAL_UNINSTALL = :
     38PRE_UNINSTALL = :
     39POST_UNINSTALL = :
     40host_triplet = i686-pc-linux-gnu
     41subdir = src/lib/newmat
     42DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
     43        $(srcdir)/Makefile.in
     44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     45am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     47        $(ACLOCAL_M4)
     48mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
     49CONFIG_HEADER = $(top_builddir)/config.h
     50CONFIG_CLEAN_FILES =
     51LIBRARIES = $(noinst_LIBRARIES)
     52AR = ar
     53ARFLAGS = cru
     54libnewmat_a_AR = $(AR) $(ARFLAGS)
     55libnewmat_a_LIBADD =
     56am_libnewmat_a_OBJECTS = bandmat.$(OBJEXT) cholesky.$(OBJEXT) \
     57        evalue.$(OBJEXT) fft.$(OBJEXT) hholder.$(OBJEXT) \
     58        jacobi.$(OBJEXT) myexcept.$(OBJEXT) newfft.$(OBJEXT) \
     59        newmat.$(OBJEXT) newmat1.$(OBJEXT) newmat2.$(OBJEXT) \
     60        newmat3.$(OBJEXT) newmat4.$(OBJEXT) newmat5.$(OBJEXT) \
     61        newmat6.$(OBJEXT) newmat7.$(OBJEXT) newmat8.$(OBJEXT) \
     62        newmat9.$(OBJEXT) newmatex.$(OBJEXT) newmatnl.$(OBJEXT) \
     63        newmatrm.$(OBJEXT) solution.$(OBJEXT) sort.$(OBJEXT) \
     64        submat.$(OBJEXT) svd.$(OBJEXT) tmt1.$(OBJEXT) tmt2.$(OBJEXT) \
     65        tmt3.$(OBJEXT) tmt4.$(OBJEXT) tmt5.$(OBJEXT) tmt6.$(OBJEXT) \
     66        tmt7.$(OBJEXT) tmt8.$(OBJEXT) tmt9.$(OBJEXT) tmta.$(OBJEXT) \
     67        tmtb.$(OBJEXT) tmtc.$(OBJEXT) tmtd.$(OBJEXT) tmte.$(OBJEXT) \
     68        tmtf.$(OBJEXT) tmtg.$(OBJEXT) tmth.$(OBJEXT) tmti.$(OBJEXT) \
     69        tmtj.$(OBJEXT) tmtk.$(OBJEXT) tmtl.$(OBJEXT) tmtm.$(OBJEXT)
     70libnewmat_a_OBJECTS = $(am_libnewmat_a_OBJECTS)
     71DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
     72depcomp = $(SHELL) $(top_srcdir)/depcomp
     73am__depfiles_maybe = depfiles
     74DEP_FILES = ./$(DEPDIR)/bandmat.Po ./$(DEPDIR)/cholesky.Po \
     75        ./$(DEPDIR)/evalue.Po ./$(DEPDIR)/fft.Po \
     76        ./$(DEPDIR)/hholder.Po ./$(DEPDIR)/jacobi.Po \
     77        ./$(DEPDIR)/myexcept.Po ./$(DEPDIR)/newfft.Po \
     78        ./$(DEPDIR)/newmat.Po ./$(DEPDIR)/newmat1.Po \
     79        ./$(DEPDIR)/newmat2.Po ./$(DEPDIR)/newmat3.Po \
     80        ./$(DEPDIR)/newmat4.Po ./$(DEPDIR)/newmat5.Po \
     81        ./$(DEPDIR)/newmat6.Po ./$(DEPDIR)/newmat7.Po \
     82        ./$(DEPDIR)/newmat8.Po ./$(DEPDIR)/newmat9.Po \
     83        ./$(DEPDIR)/newmatex.Po ./$(DEPDIR)/newmatnl.Po \
     84        ./$(DEPDIR)/newmatrm.Po ./$(DEPDIR)/solution.Po \
     85        ./$(DEPDIR)/sort.Po ./$(DEPDIR)/submat.Po \
     86        ./$(DEPDIR)/svd.Po ./$(DEPDIR)/tmt1.Po \
     87        ./$(DEPDIR)/tmt2.Po ./$(DEPDIR)/tmt3.Po \
     88        ./$(DEPDIR)/tmt4.Po ./$(DEPDIR)/tmt5.Po \
     89        ./$(DEPDIR)/tmt6.Po ./$(DEPDIR)/tmt7.Po \
     90        ./$(DEPDIR)/tmt8.Po ./$(DEPDIR)/tmt9.Po \
     91        ./$(DEPDIR)/tmta.Po ./$(DEPDIR)/tmtb.Po \
     92        ./$(DEPDIR)/tmtc.Po ./$(DEPDIR)/tmtd.Po \
     93        ./$(DEPDIR)/tmte.Po ./$(DEPDIR)/tmtf.Po \
     94        ./$(DEPDIR)/tmtg.Po ./$(DEPDIR)/tmth.Po \
     95        ./$(DEPDIR)/tmti.Po ./$(DEPDIR)/tmtj.Po \
     96        ./$(DEPDIR)/tmtk.Po ./$(DEPDIR)/tmtl.Po \
     97        ./$(DEPDIR)/tmtm.Po
     98CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
     99        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
     100CXXLD = $(CXX)
     101CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
     102        -o $@
     103SOURCES = $(libnewmat_a_SOURCES)
     104DIST_SOURCES = $(libnewmat_a_SOURCES)
     105HEADERS = $(noinst_HEADERS)
     106ETAGS = etags
     107CTAGS = ctags
     108DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     109ACLOCAL = ${SHELL} /home/bensch/svn/orxonox/trunk/missing --run aclocal-1.8
     110AMDEP_FALSE = #
     111AMDEP_TRUE =
     112AMTAR = ${SHELL} /home/bensch/svn/orxonox/trunk/missing --run tar
     113AUTOCONF = ${SHELL} /home/bensch/svn/orxonox/trunk/missing --run autoconf
     114AUTOHEADER = ${SHELL} /home/bensch/svn/orxonox/trunk/missing --run autoheader
     115AUTOMAKE = ${SHELL} /home/bensch/svn/orxonox/trunk/missing --run automake-1.8
     116AWK = gawk
     117CC = gcc
     118CCDEPMODE = depmode=gcc3
     119CFLAGS = -g -O2
     120CPP = gcc -E
     121CPPFLAGS = -I/usr/X11R6/include -I/usr/include/SDL
     122CURL_CFLAGS =
     123CURL_LIBS = -L/usr/lib -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz
    1124CXX = g++
    2 CXXFLAGS = -O2 -Wall
    3 
    4 DIFF = ./sdiff
    5 PRE = ./
    6 MAJOR = 1
    7 MINOR = 0
    8 
    9 %.o:            %.cpp
    10                 $(CXX) $(CXXFLAGS) -c $*.cpp
    11 
    12 everything:     tmt example test_exc nl_ex sl_ex garch eigen
    13 
    14 newmat_lobj = newmat1.o newmat2.o newmat3.o newmat4.o newmat5.o newmat6.o newmat7.o newmat8.o newmatex.o bandmat.o submat.o myexcept.o cholesky.o evalue.o fft.o hholder.o jacobi.o newfft.o sort.o svd.o newmatrm.o newmat9.o
    15 
    16 libnewmat.a:    $(newmat_lobj)
    17                 $(AR) -cr $@ $(newmat_lobj)
    18                 ranlib $@
    19 
    20 tmt_obj = tmt.o tmt1.o tmt2.o tmt3.o tmt4.o tmt5.o tmt6.o tmt7.o tmt8.o tmt9.o tmta.o tmtb.o tmtc.o tmtd.o tmte.o tmtf.o tmtg.o tmth.o tmti.o tmtj.o tmtk.o tmtl.o tmtm.o
    21 
    22 tmt:            $(tmt_obj) libnewmat.a
    23                 $(CXX) -o $@ $(tmt_obj) -L. -lnewmat -lm
    24 
    25 example_obj = example.o
    26 
    27 example:        $(example_obj) libnewmat.a
    28                 $(CXX) -o $@ $(example_obj) -L. -lnewmat -lm
    29 
    30 test_exc_obj = test_exc.o
    31 
    32 test_exc:       $(test_exc_obj) libnewmat.a
    33                 $(CXX) -o $@ $(test_exc_obj) -L. -lnewmat -lm
    34 
    35 nl_ex_obj = nl_ex.o newmatnl.o
    36 
    37 nl_ex:          $(nl_ex_obj) libnewmat.a
    38                 $(CXX) -o $@ $(nl_ex_obj) -L. -lnewmat -lm
    39 
    40 sl_ex_obj = sl_ex.o solution.o myexcept.o
    41 
    42 sl_ex:          $(sl_ex_obj)
    43                 $(CXX) -o $@ $(sl_ex_obj) -L. -lm
    44 
    45 garch_obj = garch.o newmatnl.o
    46 
    47 garch:          $(garch_obj) libnewmat.a
    48                 $(CXX) -o $@ $(garch_obj) -L. -lnewmat -lm
    49 
    50 #Eigen: PB
    51 eigen_obj = eigen.o newmatnl.o
    52 eigen:          $(eigen_obj) libnewmat.a
    53                 $(CXX) -o $@ $(eigen_obj) -L. -lnewmat -lm
    54 
    55 newmat1.o:      newmat1.cpp newmat.h include.h boolean.h myexcept.h
    56 
    57 newmat2.o:      newmat2.cpp include.h newmat.h newmatrc.h boolean.h myexcept.h controlw.h
    58 
    59 newmat3.o:      newmat3.cpp include.h newmat.h newmatrc.h boolean.h myexcept.h controlw.h
    60 
    61 newmat4.o:      newmat4.cpp include.h newmat.h newmatrc.h boolean.h myexcept.h controlw.h
    62 
    63 newmat5.o:      newmat5.cpp include.h newmat.h newmatrc.h boolean.h myexcept.h controlw.h
    64 
    65 newmat6.o:      newmat6.cpp include.h newmat.h newmatrc.h boolean.h myexcept.h controlw.h
    66 
    67 newmat7.o:      newmat7.cpp include.h newmat.h newmatrc.h boolean.h myexcept.h controlw.h
    68 
    69 newmat8.o:      newmat8.cpp include.h newmat.h newmatrc.h precisio.h boolean.h myexcept.h controlw.h
    70 
    71 newmatex.o:     newmatex.cpp include.h newmat.h boolean.h myexcept.h
    72 
    73 bandmat.o:      bandmat.cpp include.h newmat.h newmatrc.h boolean.h myexcept.h controlw.h
    74 
    75 submat.o:       submat.cpp include.h newmat.h newmatrc.h boolean.h myexcept.h controlw.h
    76 
    77 myexcept.o:     myexcept.cpp include.h boolean.h myexcept.h
    78 
    79 cholesky.o:     cholesky.cpp include.h newmat.h boolean.h myexcept.h
    80 
    81 evalue.o:       evalue.cpp include.h newmatap.h newmatrm.h precisio.h newmat.h boolean.h myexcept.h
    82 
    83 fft.o:          fft.cpp include.h newmatap.h newmat.h boolean.h myexcept.h
    84 
    85 hholder.o:      hholder.cpp include.h newmatap.h newmat.h boolean.h myexcept.h
    86 
    87 jacobi.o:       jacobi.cpp include.h newmatap.h precisio.h newmatrm.h newmat.h boolean.h myexcept.h
    88 
    89 newfft.o:       newfft.cpp newmatap.h newmat.h include.h boolean.h myexcept.h
    90 
    91 sort.o:         sort.cpp include.h newmatap.h newmat.h boolean.h myexcept.h
    92 
    93 svd.o:          svd.cpp include.h newmatap.h newmatrm.h precisio.h newmat.h boolean.h myexcept.h
    94 
    95 newmatrm.o:     newmatrm.cpp newmat.h newmatrm.h include.h boolean.h myexcept.h
    96 
    97 newmat9.o:      newmat9.cpp include.h newmat.h newmatio.h newmatrc.h boolean.h myexcept.h controlw.h
    98 
    99 tmt.o:          tmt.cpp include.h newmat.h tmt.h boolean.h myexcept.h
    100 
    101 tmt1.o:         tmt1.cpp include.h newmat.h tmt.h boolean.h myexcept.h
    102 
    103 tmt2.o:         tmt2.cpp include.h newmat.h tmt.h boolean.h myexcept.h
    104 
    105 tmt3.o:         tmt3.cpp include.h newmat.h tmt.h boolean.h myexcept.h
    106 
    107 tmt4.o:         tmt4.cpp include.h newmat.h tmt.h boolean.h myexcept.h
    108 
    109 tmt5.o:         tmt5.cpp include.h newmat.h tmt.h boolean.h myexcept.h
    110 
    111 tmt6.o:         tmt6.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.h
    112 
    113 tmt7.o:         tmt7.cpp include.h newmat.h tmt.h boolean.h myexcept.h
    114 
    115 tmt8.o:         tmt8.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.h
    116 
    117 tmt9.o:         tmt9.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.h
    118 
    119 tmta.o:         tmta.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.h
    120 
    121 tmtb.o:         tmtb.cpp include.h newmat.h tmt.h boolean.h myexcept.h
    122 
    123 tmtc.o:         tmtc.cpp include.h newmat.h tmt.h boolean.h myexcept.h
    124 
    125 tmtd.o:         tmtd.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.h
    126 
    127 tmte.o:         tmte.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.h
    128 
    129 tmtf.o:         tmtf.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.h
    130 
    131 tmtg.o:         tmtg.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.h
    132 
    133 tmth.o:         tmth.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.h
    134 
    135 tmti.o:         tmti.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.h
    136 
    137 tmtj.o:         tmtj.cpp include.h newmatap.h tmt.h newmat.h boolean.h myexcept.h
    138 
    139 tmtk.o:         tmtk.cpp include.h newmatap.h newmatio.h tmt.h newmat.h boolean.h myexcept.h
    140 
    141 tmtl.o:         tmtl.cpp newmat.h tmt.h include.h boolean.h myexcept.h
    142 
    143 tmtm.o:         tmtm.cpp newmat.h tmt.h include.h boolean.h myexcept.h
    144 
    145 example.o:      example.cpp newmatap.h newmatio.h newmat.h include.h boolean.h myexcept.h
    146 
    147 test_exc.o:     test_exc.cpp newmatap.h newmatio.h newmat.h include.h boolean.h myexcept.h
    148 
    149 nl_ex.o:        nl_ex.cpp newmatnl.h newmatio.h newmat.h include.h boolean.h myexcept.h
    150 
    151 newmatnl.o:     newmatnl.cpp newmatap.h newmatnl.h newmat.h include.h boolean.h myexcept.h
    152 
    153 sl_ex.o:        sl_ex.cpp include.h solution.h boolean.h myexcept.h
    154 
    155 solution.o:     solution.cpp include.h boolean.h myexcept.h solution.h
    156 
    157 garch.o:        garch.cpp newmatap.h newmatio.h newmatnl.h newmat.h include.h boolean.h myexcept.h
    158 
    159 eigen.o:        eigen.cpp include.h newmat.h newmatap.h newmatio.h
    160 
    161 tmt.txx:        tmt
    162                 $(PRE)tmt > tmt.txx
    163                 $(DIFF) tmt.txt tmt.txx
    164 
    165 example.txx:    example
    166                 $(PRE)example > example.txx
    167                 $(DIFF) example.txt example.txx
    168 
    169 test_exc.txx:   test_exc
    170                 $(PRE)test_exc > test_exc.txx
    171                 $(DIFF) test_exc.txt test_exc.txx
    172 
    173 nl_ex.txx:      nl_ex
    174                 $(PRE)nl_ex > nl_ex.txx
    175                 $(DIFF) nl_ex.txt nl_ex.txx
    176 
    177 sl_ex.txx:      sl_ex
    178                 $(PRE)sl_ex > sl_ex.txx
    179                 $(DIFF) sl_ex.txt sl_ex.txx
    180 
    181 garch.txx:      garch
    182                 $(PRE)garch > garch.txx
    183                 $(DIFF) garch.txt garch.txx
    184 
     125CXXDEPMODE = depmode=gcc3
     126CXXFLAGS = -g -O2
     127CYGPATH_W = echo
     128DEBUG = 4
     129DEFS = -DHAVE_CONFIG_H
     130DEPDIR = .deps
     131DOCUMENTATION_FALSE =
     132DOCUMENTATION_TRUE = #
     133DOXYGEN = /usr/bin/doxygen
     134DOXYGEN_FALSE = #
     135DOXYGEN_TRUE =
     136ECHO_C =
     137ECHO_N = -n
     138ECHO_T =
     139EGREP = grep -E
     140EXEEXT =
     141GPROF = /usr/bin/gprof
     142GTK2_CFLAGS = -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
     143GTK2_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 
     144HAVE_CURL_FALSE = #
     145HAVE_CURL_TRUE =
     146HAVE_GTK2_FALSE = #
     147HAVE_GTK2_TRUE =
     148INSTALL_DATA = ${INSTALL} -m 644
     149INSTALL_PROGRAM = ${INSTALL}
     150INSTALL_SCRIPT = ${INSTALL}
     151INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
     152LDFLAGS = -L/usr/lib/opengl/xorg-x11/lib -L/usr/Mesa-6.0.1/lib -L/usr/X11R6/lib
     153LIBOBJS =
     154LIBS = -lm  -lGL -lGLU -lSDL -lopenal -logg -lvorbis -lvorbisfile -lSDL_ttf -lSDL_image
     155LTLIBOBJS =
     156MAKEINFO = ${SHELL} /home/bensch/svn/orxonox/trunk/missing --run makeinfo
     157MSBITFIELDS =
     158OBJEXT = o
     159PACKAGE = orxonox
     160PACKAGE_BUGREPORT = orxonox-dev at mail.datacore.ch
     161PACKAGE_NAME = orxonox
     162PACKAGE_STRING = orxonox 0.2.3-pre-alpha
     163PACKAGE_TARNAME = orxonox
     164PACKAGE_VERSION = 0.2.3-pre-alpha
     165PATH_SEPARATOR = :
     166PKG_CONFIG = /usr/bin/pkg-config
     167RANLIB = ranlib
     168SET_MAKE =
     169SHELL = /bin/sh
     170STRIP =
     171SUB_PROJECTS_FALSE =
     172SUB_PROJECTS_TRUE = #
     173VERSION = 0.2.3-pre-alpha
     174ac_ct_CC = gcc
     175ac_ct_CXX = g++
     176ac_ct_RANLIB = ranlib
     177ac_ct_STRIP =
     178am__fastdepCC_FALSE = #
     179am__fastdepCC_TRUE =
     180am__fastdepCXX_FALSE = #
     181am__fastdepCXX_TRUE =
     182am__include = include
     183am__leading_dot = .
     184am__quote =
     185bindir = ${exec_prefix}/bin
     186build = i686-pc-linux-gnu
     187build_alias =
     188build_cpu = i686
     189build_os = linux-gnu
     190build_vendor = pc
     191datadir = ${prefix}/share
     192exec_prefix = ${prefix}
     193host = i686-pc-linux-gnu
     194host_alias =
     195host_cpu = i686
     196host_os = linux-gnu
     197host_vendor = pc
     198includedir = ${prefix}/include
     199infodir = ${prefix}/info
     200install_sh = /home/bensch/svn/orxonox/trunk/install-sh
     201libdir = ${exec_prefix}/lib
     202libexecdir = ${exec_prefix}/libexec
     203localstatedir = ${prefix}/var
     204mandir = ${prefix}/man
     205mkdir_p = mkdir -p -- .
     206oldincludedir = /usr/include
     207prefix = /usr/local
     208program_transform_name = s,x,x,
     209sbindir = ${exec_prefix}/sbin
     210sharedstatedir = ${prefix}/com
     211sysconfdir = ${prefix}/etc
     212target = i686-pc-linux-gnu
     213target_alias =
     214target_cpu = i686
     215target_os = linux-gnu
     216target_vendor = pc
     217MAINSRCDIR = ../..
     218noinst_LIBRARIES = libnewmat.a
     219libnewmat_a_SOURCES = bandmat.cpp \
     220                     cholesky.cpp \
     221                     evalue.cpp \
     222                     fft.cpp \
     223                     hholder.cpp \
     224                     jacobi.cpp \
     225                     myexcept.cpp \
     226                     newfft.cpp \
     227                     newmat.cpp \
     228                     newmat1.cpp \
     229                     newmat2.cpp \
     230                     newmat3.cpp \
     231                     newmat4.cpp \
     232                     newmat5.cpp \
     233                     newmat6.cpp \
     234                     newmat7.cpp \
     235                     newmat8.cpp \
     236                     newmat9.cpp \
     237                     newmatex.cpp \
     238                     newmatnl.cpp \
     239                     newmatrm.cpp \
     240                     solution.cpp \
     241                     sort.cpp \
     242                     submat.cpp \
     243                     svd.cpp \
     244                     tmt1.cpp \
     245                     tmt2.cpp \
     246                     tmt3.cpp  \
     247                     tmt4.cpp \
     248                     tmt5.cpp \
     249                     tmt6.cpp \
     250                     tmt7.cpp \
     251                     tmt8.cpp \
     252                     tmt9.cpp \
     253                     tmta.cpp \
     254                     tmtb.cpp \
     255                     tmtc.cpp \
     256                     tmtd.cpp \
     257                     tmte.cpp \
     258                     tmtf.cpp \
     259                     tmtg.cpp \
     260                     tmth.cpp \
     261                     tmti.cpp \
     262                     tmtj.cpp \
     263                     tmtk.cpp \
     264                     tmtl.cpp \
     265                     tmtm.cpp
     266
     267noinst_HEADERS = boolean.h \
     268                     controlw.h \
     269                     include.h \
     270                     myexcept.h \
     271                     newmat.h \
     272                     newmatap.h \
     273                     newmatio.h \
     274                     newmatnl.h \
     275                     newmatrc.h \
     276                     newmatrm.h \
     277                     precisio.h \
     278                     solution.h \
     279                     tmt.h
     280
     281all: all-am
     282
     283.SUFFIXES:
     284.SUFFIXES: .cpp .o .obj
     285$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
     286        @for dep in $?; do \
     287          case '$(am__configure_deps)' in \
     288            *$$dep*) \
     289              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
     290                && exit 0; \
     291              exit 1;; \
     292          esac; \
     293        done; \
     294        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/newmat/Makefile'; \
     295        cd $(top_srcdir) && \
     296          $(AUTOMAKE) --foreign  src/lib/newmat/Makefile
     297.PRECIOUS: Makefile
     298Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     299        @case '$?' in \
     300          *config.status*) \
     301            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
     302          *) \
     303            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
     304            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
     305        esac;
     306
     307$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
     308        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
     309
     310$(top_srcdir)/configure:  $(am__configure_deps)
     311        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
     312$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
     313        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
     314
     315clean-noinstLIBRARIES:
     316        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
     317libnewmat.a: $(libnewmat_a_OBJECTS) $(libnewmat_a_DEPENDENCIES)
     318        -rm -f libnewmat.a
     319        $(libnewmat_a_AR) libnewmat.a $(libnewmat_a_OBJECTS) $(libnewmat_a_LIBADD)
     320        $(RANLIB) libnewmat.a
     321
     322mostlyclean-compile:
     323        -rm -f *.$(OBJEXT)
     324
     325distclean-compile:
     326        -rm -f *.tab.c
     327
     328include ./$(DEPDIR)/bandmat.Po
     329include ./$(DEPDIR)/cholesky.Po
     330include ./$(DEPDIR)/evalue.Po
     331include ./$(DEPDIR)/fft.Po
     332include ./$(DEPDIR)/hholder.Po
     333include ./$(DEPDIR)/jacobi.Po
     334include ./$(DEPDIR)/myexcept.Po
     335include ./$(DEPDIR)/newfft.Po
     336include ./$(DEPDIR)/newmat.Po
     337include ./$(DEPDIR)/newmat1.Po
     338include ./$(DEPDIR)/newmat2.Po
     339include ./$(DEPDIR)/newmat3.Po
     340include ./$(DEPDIR)/newmat4.Po
     341include ./$(DEPDIR)/newmat5.Po
     342include ./$(DEPDIR)/newmat6.Po
     343include ./$(DEPDIR)/newmat7.Po
     344include ./$(DEPDIR)/newmat8.Po
     345include ./$(DEPDIR)/newmat9.Po
     346include ./$(DEPDIR)/newmatex.Po
     347include ./$(DEPDIR)/newmatnl.Po
     348include ./$(DEPDIR)/newmatrm.Po
     349include ./$(DEPDIR)/solution.Po
     350include ./$(DEPDIR)/sort.Po
     351include ./$(DEPDIR)/submat.Po
     352include ./$(DEPDIR)/svd.Po
     353include ./$(DEPDIR)/tmt1.Po
     354include ./$(DEPDIR)/tmt2.Po
     355include ./$(DEPDIR)/tmt3.Po
     356include ./$(DEPDIR)/tmt4.Po
     357include ./$(DEPDIR)/tmt5.Po
     358include ./$(DEPDIR)/tmt6.Po
     359include ./$(DEPDIR)/tmt7.Po
     360include ./$(DEPDIR)/tmt8.Po
     361include ./$(DEPDIR)/tmt9.Po
     362include ./$(DEPDIR)/tmta.Po
     363include ./$(DEPDIR)/tmtb.Po
     364include ./$(DEPDIR)/tmtc.Po
     365include ./$(DEPDIR)/tmtd.Po
     366include ./$(DEPDIR)/tmte.Po
     367include ./$(DEPDIR)/tmtf.Po
     368include ./$(DEPDIR)/tmtg.Po
     369include ./$(DEPDIR)/tmth.Po
     370include ./$(DEPDIR)/tmti.Po
     371include ./$(DEPDIR)/tmtj.Po
     372include ./$(DEPDIR)/tmtk.Po
     373include ./$(DEPDIR)/tmtl.Po
     374include ./$(DEPDIR)/tmtm.Po
     375
     376.cpp.o:
     377        if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
     378        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
     379#       source='$<' object='$@' libtool=no \
     380#       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
     381#       $(CXXDEPMODE) $(depcomp) \
     382#       $(CXXCOMPILE) -c -o $@ $<
     383
     384.cpp.obj:
     385        if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
     386        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
     387#       source='$<' object='$@' libtool=no \
     388#       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
     389#       $(CXXDEPMODE) $(depcomp) \
     390#       $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
     391uninstall-info-am:
     392
     393ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
     394        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
     395        unique=`for i in $$list; do \
     396            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     397          done | \
     398          $(AWK) '    { files[$$0] = 1; } \
     399               END { for (i in files) print i; }'`; \
     400        mkid -fID $$unique
     401tags: TAGS
     402
     403TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     404                $(TAGS_FILES) $(LISP)
     405        tags=; \
     406        here=`pwd`; \
     407        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
     408        unique=`for i in $$list; do \
     409            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     410          done | \
     411          $(AWK) '    { files[$$0] = 1; } \
     412               END { for (i in files) print i; }'`; \
     413        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
     414          test -n "$$unique" || unique=$$empty_fix; \
     415          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     416            $$tags $$unique; \
     417        fi
     418ctags: CTAGS
     419CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     420                $(TAGS_FILES) $(LISP)
     421        tags=; \
     422        here=`pwd`; \
     423        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
     424        unique=`for i in $$list; do \
     425            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     426          done | \
     427          $(AWK) '    { files[$$0] = 1; } \
     428               END { for (i in files) print i; }'`; \
     429        test -z "$(CTAGS_ARGS)$$tags$$unique" \
     430          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     431             $$tags $$unique
     432
     433GTAGS:
     434        here=`$(am__cd) $(top_builddir) && pwd` \
     435          && cd $(top_srcdir) \
     436          && gtags -i $(GTAGS_ARGS) $$here
     437
     438distclean-tags:
     439        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
     440
     441distdir: $(DISTFILES)
     442        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
     443        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
     444        list='$(DISTFILES)'; for file in $$list; do \
     445          case $$file in \
     446            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
     447            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
     448          esac; \
     449          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
     450          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
     451          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
     452            dir="/$$dir"; \
     453            $(mkdir_p) "$(distdir)$$dir"; \
     454          else \
     455            dir=''; \
     456          fi; \
     457          if test -d $$d/$$file; then \
     458            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
     459              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
     460            fi; \
     461            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
     462          else \
     463            test -f $(distdir)/$$file \
     464            || cp -p $$d/$$file $(distdir)/$$file \
     465            || exit 1; \
     466          fi; \
     467        done
     468check-am: all-am
     469check: check-am
     470all-am: Makefile $(LIBRARIES) $(HEADERS)
     471installdirs:
     472install: install-am
     473install-exec: install-exec-am
     474install-data: install-data-am
     475uninstall: uninstall-am
     476
     477install-am: all-am
     478        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
     479
     480installcheck: installcheck-am
     481install-strip:
     482        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
     483          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     484          `test -z '$(STRIP)' || \
     485            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
     486mostlyclean-generic:
     487
     488clean-generic:
     489
     490distclean-generic:
     491        -rm -f $(CONFIG_CLEAN_FILES)
     492
     493maintainer-clean-generic:
     494        @echo "This command is intended for maintainers to use"
     495        @echo "it deletes files that may require special tools to rebuild."
     496clean: clean-am
     497
     498clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
     499
     500distclean: distclean-am
     501        -rm -rf ./$(DEPDIR)
     502        -rm -f Makefile
     503distclean-am: clean-am distclean-compile distclean-generic \
     504        distclean-tags
     505
     506dvi: dvi-am
     507
     508dvi-am:
     509
     510html: html-am
     511
     512info: info-am
     513
     514info-am:
     515
     516install-data-am:
     517
     518install-exec-am:
     519
     520install-info: install-info-am
     521
     522install-man:
     523
     524installcheck-am:
     525
     526maintainer-clean: maintainer-clean-am
     527        -rm -rf ./$(DEPDIR)
     528        -rm -f Makefile
     529maintainer-clean-am: distclean-am maintainer-clean-generic
     530
     531mostlyclean: mostlyclean-am
     532
     533mostlyclean-am: mostlyclean-compile mostlyclean-generic
     534
     535pdf: pdf-am
     536
     537pdf-am:
     538
     539ps: ps-am
     540
     541ps-am:
     542
     543uninstall-am: uninstall-info-am
     544
     545.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
     546        clean-noinstLIBRARIES ctags distclean distclean-compile \
     547        distclean-generic distclean-tags distdir dvi dvi-am html \
     548        html-am info info-am install install-am install-data \
     549        install-data-am install-exec install-exec-am install-info \
     550        install-info-am install-man install-strip installcheck \
     551        installcheck-am installdirs maintainer-clean \
     552        maintainer-clean-generic mostlyclean mostlyclean-compile \
     553        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
     554        uninstall-am uninstall-info-am
     555
     556include $(MAINSRCDIR)/defs/include_paths.am
     557# Tell versions [3.59,3.63) of GNU make to not export all variables.
     558# Otherwise a system limit (for SysV at least) may be exceeded.
     559.NOEXPORT:
  • orxonox/trunk/src/lib/newmat/Makefile.am

    r4568 r4569  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 noinst_LIBRARIES = libnewmat.a 
     4noinst_LIBRARIES = libnewmat.a
    55
    66libnewmat_a_SOURCES = bandmat.cpp \
    7                      cholesky.cpp \
     7                     cholesky.cpp \
    88                     evalue.cpp \
    99                     fft.cpp \
     
    5050                     tmtk.cpp \
    5151                     tmtl.cpp \
    52                      tmtm.cpp 
     52                     tmtm.cpp
    5353
    5454
Note: See TracChangeset for help on using the changeset viewer.