Changeset 756b14 in git
- Timestamp:
- Nov 17, 2011, 7:53:16 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 38991a6e7b3fc493d90d4608799f2c45766b2c28
- Parents:
- 508432ffa60986e6cdf4337a45658713b16fca5b
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-17 19:53:16+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-19 03:27:48+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/Makefile.am
r508432 r756b14 6 6 7 7 libomalloc_include_HEADERS = \ 8 omalloc.h om Config.h omDerivedConfig.h \8 omalloc.h omDerivedConfig.h \ 9 9 omError.h omStructs.h omAllocDecl.h \ 10 10 omInlineDecl.h omBin.h omMemOps.h \ 11 11 omList.h omFindExec.h omGetBackTrace.h \ 12 12 omRet2Info.h omStats.h omOpts.h \ 13 omBinPage.h omAllocSystem.h omTables.h\13 omBinPage.h omAllocSystem.h \ 14 14 omAllocPrivate.h omDebug.h omInline.h \ 15 15 omAllocFunc.h mylimits.h … … 32 32 libomalloc_g_la_SOURCES=$(SOURCES) $(noinst_HEADERS) 33 33 34 nodist_libomalloc_la_SOURCES = omConfig.h mylimits.h omalloc.h omTables.inc 35 nodist_libomalloc_g_la_SOURCES = omConfig.h omalloc.h omTables.inc 34 nodist_libomalloc_la_SOURCES = omConfig.h mylimits.h omalloc.h omTables.inc omTables.h 35 nodist_libomalloc_g_la_SOURCES = omConfig.h omalloc.h omTables.inc omTables.h 36 36 37 37 libomalloc_la_CPPFLAGS= -DHAVE_CONFIG_H -DOM_NDEBUG … … 47 47 48 48 noinst_PROGRAMS = omTables 49 omTables_SOURCES = omAllocPrivate.h omConfig.h omTables.c mylimits.h 49 omTables_SOURCES = omAllocPrivate.h omTables.c mylimits.h 50 nodist_omTables_SOURCES = omConfig.h 50 51 omTables_CPPFLAGS = -DOM_GENERATE_INC -DHAVE_CONFIG_H 51 52
Note: See TracChangeset
for help on using the changeset viewer.