Changeset 49ea49 in git for omalloc/Makefile.am


Ignore:
Timestamp:
Nov 14, 2011, 9:58:53 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
8babe7f5911040e9a652f83ae402f78b91d5c3ed
Parents:
3826d071b0fe1a52a0fa5cdc532b9c99960c5018
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-14 21:58:53+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-15 11:57:52+01:00
Message:
CHG: eliminated omalloc/omlimits.h.in->.h in favour of static mylimits.h (limits.h)
CHG: generate and use omalloc/omConfig.h (in favour of omConfig.h.in + config.h)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.am

    r3826d0 r49ea49  
    1414omBinPage.h             omAllocSystem.h         omTables.h              \
    1515omAllocPrivate.h        omDebug.h               omInline.h              \
    16 omAllocFunc.h           omlimits.h              mylimits.h
     16omAllocFunc.h           mylimits.h
    1717
    1818noinst_HEADERS= omPage.h omDefaultConfig.h omReturn.h omGetPageSize.h \
     
    3333libomalloc_g_a_SOURCES=$(SOURCES) $(noinst_HEADERS)
    3434
    35 nodist_libomalloc_a_SOURCES = omConfig.h omlimits.h mylimits.h omalloc.h omTables.inc
    36 nodist_libomalloc_g_a_SOURCES = omConfig.h omlimits.h omalloc.h omTables.inc
     35nodist_libomalloc_a_SOURCES = omConfig.h mylimits.h omalloc.h omTables.inc
     36nodist_libomalloc_g_a_SOURCES = omConfig.h omalloc.h omTables.inc
    3737
    38 libomalloc_a_CPPFLAGS= -DOM_NDEBUG
     38libomalloc_a_CPPFLAGS= -DHAVE_CONFIG_H -DOM_NDEBUG
     39libomalloc_g_a_CPPFLAGS= -DHAVE_CONFIG_H
    3940
    4041BUILT_SOURCES = omTables.inc omTables.h
     
    4748
    4849noinst_PROGRAMS = omTables
    49 omTables_SOURCES = omAllocPrivate.h omConfig.h omTables.c omlimits.h mylimits.h
    50 omTables_CPPFLAGS = -DOM_GENERATE_INC
     50omTables_SOURCES = omAllocPrivate.h omConfig.h omTables.c mylimits.h
     51omTables_CPPFLAGS = -DOM_GENERATE_INC  -DHAVE_CONFIG_H
    5152
    5253CLEANFILES = $(BUILT_SOURCES)
     
    6364
    6465omtTest_g_SOURCES = $(OMTTESTSSOURCES)
     66omtTest_g_CPPFLAGS = -DHAVE_CONFIG_H
    6567omtTest_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long
    6668omtTest_g_LDADD = -lomalloc_g
     
    6870omtTest_m: libomalloc_g.a
    6971
    70 omtTest_m_CPPFLAGS = -DOM_TEST_MALLOC
     72omtTest_m_CPPFLAGS = -DOM_TEST_MALLOC  -DHAVE_CONFIG_H
    7173omtTest_m_SOURCES  = $(OMTTESTSSOURCES)
    7274omtTest_m_LDADD = -lomalloc_g
Note: See TracChangeset for help on using the changeset viewer.