Changeset 49ea49 in git for omalloc/Makefile.am
- Timestamp:
- Nov 14, 2011, 9:58:53 PM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/Makefile.am
r3826d0 r49ea49 14 14 omBinPage.h omAllocSystem.h omTables.h \ 15 15 omAllocPrivate.h omDebug.h omInline.h \ 16 omAllocFunc.h omlimits.hmylimits.h16 omAllocFunc.h mylimits.h 17 17 18 18 noinst_HEADERS= omPage.h omDefaultConfig.h omReturn.h omGetPageSize.h \ … … 33 33 libomalloc_g_a_SOURCES=$(SOURCES) $(noinst_HEADERS) 34 34 35 nodist_libomalloc_a_SOURCES = omConfig.h omlimits.hmylimits.h omalloc.h omTables.inc36 nodist_libomalloc_g_a_SOURCES = omConfig.h om limits.h omalloc.h omTables.inc35 nodist_libomalloc_a_SOURCES = omConfig.h mylimits.h omalloc.h omTables.inc 36 nodist_libomalloc_g_a_SOURCES = omConfig.h omalloc.h omTables.inc 37 37 38 libomalloc_a_CPPFLAGS= -DOM_NDEBUG 38 libomalloc_a_CPPFLAGS= -DHAVE_CONFIG_H -DOM_NDEBUG 39 libomalloc_g_a_CPPFLAGS= -DHAVE_CONFIG_H 39 40 40 41 BUILT_SOURCES = omTables.inc omTables.h … … 47 48 48 49 noinst_PROGRAMS = omTables 49 omTables_SOURCES = omAllocPrivate.h omConfig.h omTables.c omlimits.hmylimits.h50 omTables_CPPFLAGS = -DOM_GENERATE_INC 50 omTables_SOURCES = omAllocPrivate.h omConfig.h omTables.c mylimits.h 51 omTables_CPPFLAGS = -DOM_GENERATE_INC -DHAVE_CONFIG_H 51 52 52 53 CLEANFILES = $(BUILT_SOURCES) … … 63 64 64 65 omtTest_g_SOURCES = $(OMTTESTSSOURCES) 66 omtTest_g_CPPFLAGS = -DHAVE_CONFIG_H 65 67 omtTest_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long 66 68 omtTest_g_LDADD = -lomalloc_g … … 68 70 omtTest_m: libomalloc_g.a 69 71 70 omtTest_m_CPPFLAGS = -DOM_TEST_MALLOC 72 omtTest_m_CPPFLAGS = -DOM_TEST_MALLOC -DHAVE_CONFIG_H 71 73 omtTest_m_SOURCES = $(OMTTESTSSOURCES) 72 74 omtTest_m_LDADD = -lomalloc_g
Note: See TracChangeset
for help on using the changeset viewer.