Changeset 26b713 in git for gfanlib/Makefile.in.save
- Timestamp:
- Feb 13, 2013, 4:23:42 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 81384bd682dd5f3d82dcdbb5f9b03b8e16f90d39
- Parents:
- 7b8818e8f761639646d742a3b11bca3b5a9408da
- git-author:
- Yue Ren <ren@mathematik.uni-kl.de>2013-02-13 16:23:42+01:00
- git-committer:
- Yue Ren <ren@mathematik.uni-kl.de>2013-03-14 15:32:21+01:00
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
gfanlib/Makefile.in.save
-
Property
mode
changed from
100644
to100755
r7b8818 r26b713 33 33 ## 34 34 PIPE = -pipe 35 CFLAGS = @CFLAGS@ ${PIPE}36 CXXFLAGS = @CXXFLAGS@ ${PIPE}37 #CXXTEMPLFLAGS = -fno-implicit-templates 35 CFLAGS = -fpic @CFLAGS@ ${PIPE} 36 CXXFLAGS = -fpic @CXXFLAGS@ ${PIPE} 37 #CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions 38 38 CPPFLAGS = -I${srcdir} -I${includedir} 39 39 DEFS = -DGMPRATIONAL -
Property
mode
changed from
Note: See TracChangeset
for help on using the changeset viewer.