Changeset 73c9c6 in git


Ignore:
Timestamp:
Oct 6, 2010, 5:39:53 PM (14 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5d18ce584b38baa6dd8a42c5ea1c2382c2953d2d
Parents:
f093ba5e2b15f0f7b9fc7f07288a2b2ecd1b8b89
git-author:
Martin Lee <martinlee84@web.de>2010-10-06 17:39:53+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:33+01:00
Message:
resource builds with new configure.in
Location:
resource
Files:
1 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • resource/Makefile.in

    rf093ba r73c9c6  
    3535CXXFLAGS        = @CXXFLAGS@ ${PIPE}
    3636CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
    37 CPPFLAGS        = -I${srcdir} -I${includedir}
     37CPPFLAGS        = -I${srcdir} -I${includedir} -I${prefix}/include/@project@/
    3838DEFS            = -DNDEBUG -DOM_NDEBUG -Dix86_Linux -DHAVE_CONFIG_H
    3939
  • resource/configure

    rf093ba r73c9c6  
    597597ac_subst_vars='LTLIBOBJS
    598598LIBOBJS
     599project
    599600SINGUNAME
    600601EGREP
     
    36513652
    36523653
     3654
     3655project=singular
     3656component=resource
     3657
     3658
     3659
     3660
     3661# expand prefix
     3662test "x$prefix" = xNONE && prefix=$ac_default_prefix
     3663
     3664# expand exec_prefixad
     3665if test "x$exec_prefix" = xNONE; then
     3666 exec_prefix=${prefix}
     3667fi
     3668
     3669# expand libdir
     3670test "x$libdir" = 'x${exec_prefix}/lib'&& libdir="${exec_prefix}/lib/${project}/${component}"
     3671
     3672# expand includedir
     3673test "x$includedir" = 'x${prefix}/include' && includedir="${exec_prefix}/include/${project}/${component}"
     3674
    36533675ac_config_files="$ac_config_files Makefile"
    36543676
  • resource/feFopen.cc

    rf093ba r73c9c6  
    88#include "config.h"
    99
    10 #include <auxiliary.h>
     10#include <misc/auxiliary.h>
    1111
    12 #include <omalloc.h>
    13 #include <reporter.h>
     12#include <omalloc/omalloc.h>
     13#include <reporter/reporter.h>
    1414
    1515#include "feFopen.h"
  • resource/feResource.cc

    rf093ba r73c9c6  
    1313#include "config.h"
    1414
    15 #include <auxiliary.h>
     15#include <misc/auxiliary.h>
    1616
    1717#include "feResource.h"
     
    2828
    2929
    30 #include <reporter.h>
     30#include <reporter/reporter.h>
    3131#if !defined(ESINGULAR) && !defined(TSINGULAR)
    32 #include <omalloc.h>
     32#include <omalloc/omalloc.h>
    3333#else
    3434char* feResource(const char id, int warn = -1);
Note: See TracChangeset for help on using the changeset viewer.