Changeset a529f28 in git
- Timestamp:
- Nov 16, 2010, 2:32:19 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 6d5efe5a213834baa7594bf27e1bd4cb94e770ba
- Parents:
- b36d80c972a2393ddd24e3fd3a38e38964d5a2c4
- git-author:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2010-11-16 14:32:19+01:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:39+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/Makefile.in
rb36d80c ra529f28 10 10 ## various paths 11 11 ## 12 srcdir = . 12 top_srcdir = @top_srcdir@ 13 13 prefix = @prefix@ 14 14 exec_prefix = @exec_prefix@ 15 15 libdir = @libdir@ 16 16 # includes are taken from here 17 includedir = @includedir@ 17 includedir = @includedir@/misc 18 18 19 19 ## … … 35 35 CXXFLAGS = @CXXFLAGS@ ${PIPE} 36 36 CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions 37 CPPFLAGS = -I${srcdir} -I${includedir} 37 CPPFLAGS = -I${srcdir} -I${includedir} -I${top_srcdir}/.. 38 38 DEFS = -DNDEBUG -DOM_NDEBUG -Dix86_Linux -DHAVE_CONFIG_H 39 39
Note: See TracChangeset
for help on using the changeset viewer.