Changeset 148d3c in git for omalloc/Makefile.am
- Timestamp:
- May 19, 2011, 5:39:53 AM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/Makefile.am
r3199ac r148d3c 1 lib_LIBRARIES=libomalloc.a libomalloc_ debug.a1 lib_LIBRARIES=libomalloc.a libomalloc_g.a 2 2 3 3 libomalloc_a_includedir=$(includedir)/omalloc … … 11 11 omBinPage.h omAllocSystem.h omTables.h \ 12 12 omAllocPrivate.h omDebug.h omInline.h \ 13 omAllocFunc.h 13 omAllocFunc.h omlimits.h mylimits.h 14 14 15 15 16 16 17 noinst_HEADERS=\ 18 mylimits.h omlimits.h omPage.h \ 19 omDefaultConfig.h omReturn.h 17 noinst_HEADERS= omPage.h omDefaultConfig.h omReturn.h 20 18 21 19 SOURCES=\ … … 29 27 30 28 libomalloc_a_SOURCES=$(SOURCES) $(noinst_HEADERS) 31 libomalloc_ debug_a_SOURCES=$(SOURCES) $(noinst_HEADERS)29 libomalloc_g_a_SOURCES=$(SOURCES) $(noinst_HEADERS) 32 30 33 31 nodist_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.inc32 nodist_libomalloc_g_a_SOURCES = omConfig.h omlimits.h omTables.h omalloc.h omTables.inc 35 33 36 34 libomalloc_a_CPPFLAGS= -DOM_NDEBUG
Note: See TracChangeset
for help on using the changeset viewer.