Changeset af8c79 in git
- Timestamp:
- Feb 16, 2011, 3:54:13 PM (13 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 7f2454a32a75b41620e04b7d1659bc49777346ec
- Parents:
- 1628d3bf1aeaf963c1526ddb08897203dc352ddd
- git-author:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-02-16 15:54:13+01:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:59:29+01:00
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
for_Hans_with_love.sh
r1628d3b raf8c79 10 10 TOP_DIR=$PWD 11 11 12 for d in . omalloc libpolys/ libpolys/misc libpolys/resources libpolys/reporter libpolys/coeffs libpolys/polys; do 12 for d in . libpolys; do 13 echo "===============" 14 echo "run aclocal, autoconf in $d" 15 echo "---------------" 16 cd $d; 17 aclocal 18 autoconf 19 automake -a 20 cd $TOP_DIR 21 echo 22 done 23 24 for d in omalloc libpolys/misc libpolys/resources libpolys/reporter libpolys/coeffs libpolys/polys; do 13 25 echo "===============" 14 26 echo "run aclocal, autoheader, autoconf in $d" -
libpolys/reporter/Makefile.am
r1628d3b raf8c79 17 17 libreporter_g_a_SOURCES = $(SOURCES) 18 18 19 lib polys_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -fdiagnostics-show-option -Wno-long-long19 libreporter_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -fdiagnostics-show-option -Wno-long-long
Note: See TracChangeset
for help on using the changeset viewer.