Changeset 148d3c in git for omalloc


Ignore:
Timestamp:
May 19, 2011, 5:39:53 AM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
c8204aefe85bd27523a76a77f4ae555c156bdc21
Parents:
3199ac3605af0f6ec91729ae32d5704af6105991
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-19 05:39:53+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:08+01:00
Message:
FIX: fixing the build system (install needed headers on needed places)
FIX: libpolys-config is correct now (installed, echo -n-fixed)
ADD: trying to use FACTORY_{libs, cflags} as for gmp/ntl
CHG: switched from omalloc_debug to omalloc_g
ADD: symlink for gftables in libpolys/tests
Location:
omalloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.am

    r3199ac r148d3c  
    1 lib_LIBRARIES=libomalloc.a libomalloc_debug.a
     1lib_LIBRARIES=libomalloc.a libomalloc_g.a
    22
    33libomalloc_a_includedir=$(includedir)/omalloc
     
    1111omBinPage.h             omAllocSystem.h         omTables.h              \
    1212omAllocPrivate.h        omDebug.h               omInline.h              \
    13 omAllocFunc.h
     13omAllocFunc.h           omlimits.h              mylimits.h
    1414
    1515
    1616
    17 noinst_HEADERS=\
    18 mylimits.h              omlimits.h              omPage.h                \
    19 omDefaultConfig.h       omReturn.h
     17noinst_HEADERS= omPage.h omDefaultConfig.h omReturn.h
    2018
    2119SOURCES=\
     
    2927
    3028libomalloc_a_SOURCES=$(SOURCES) $(noinst_HEADERS)
    31 libomalloc_debug_a_SOURCES=$(SOURCES) $(noinst_HEADERS)
     29libomalloc_g_a_SOURCES=$(SOURCES) $(noinst_HEADERS)
    3230
    3331nodist_libomalloc_a_SOURCES = omConfig.h omlimits.h mylimits.h omTables.h omalloc.h omTables.inc
    34 nodist_libomalloc_debug_a_SOURCES = omConfig.h omlimits.h omTables.h omalloc.h omTables.inc
     32nodist_libomalloc_g_a_SOURCES = omConfig.h omlimits.h omTables.h omalloc.h omTables.inc
    3533
    3634libomalloc_a_CPPFLAGS= -DOM_NDEBUG
  • omalloc/mylimits.h

    r3199ac r148d3c  
    1616
    1717#ifdef IRIX
    18 #include <omlimits.h>
     18#include <omalloc/omlimits.h>
    1919#else
    2020#include <limits.h>
Note: See TracChangeset for help on using the changeset viewer.