Changeset 78de01 in git
- Timestamp:
- Jan 4, 2014, 8:09:06 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 8ac1a5075a4f579c1885eb1369f888251095539e
- Parents:
- b9bb88509b22f70fadd1bbef5d88d19214baacbf
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-04 20:09:06+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-04 20:09:46+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xalloc/Makefile.am
rb9bb88 r78de01 6 6 # lib_LIBRARIES=libomalloc.a 7 7 8 #if WANT_DEBUG 9 #lib_LTLIBRARIES+=libomalloc_g.la 10 #endif 11 12 13 ## libomallocdir = $(libdir)/ 14 15 libomalloc_includedir=$(includedir)/omalloc 16 17 libomalloc_include_HEADERS = omalloc.h 8 # libomallocdir = $(libdir)/ 9 # libomalloc_includedir=$(includedir)/omalloc 10 #libomalloc_include_HEADERS = omalloc.h 18 11 19 12 SOURCES = dummy.c … … 22 15 23 16 libomalloc_la_SOURCES =$(SOURCES) 24 #libomalloc_g_la_SOURCES=$(SOURCES)25 17 26 18 ### libomalloc_la_LDFLAGS = -release ${PACKAGE_VERSION} 27 28 #libomalloc_la_CFLAGS = -O3 ${PIPE}29 #libomalloc_g_la_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE}30 31 #libomalloc_la_CXXFLAGS = -O3 ${PIPE}32 #libomalloc_g_la_CXXFLAGS= -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE}33 19 34 20 # libomalloc_la_CPPFLAGS += ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
Note: See TracChangeset
for help on using the changeset viewer.