annotate nobuild/Boboptions @ 139:e33f37b14893 default tip

Port to 'no-more-make' https://github.com/GrahamStJack/no-more-make
author David Bryant <bagnose@gmail.com>
date Sun, 30 Sep 2012 15:41:25 +0930
parents 9a9dcae45e08
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
134
89e8b0d92f36 Ported to bob2 !!!
David Bryant <bagnose@gmail.com>
parents:
diff changeset
1 DEXTERNALS = std core glib gdk gtk gtkc cairo ;
137
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents: 134
diff changeset
2 C++FLAGS = -fPIC -pedantic -Werror -Wall -Wno-long-long -Wundef -Wredundant-decls -O1 -DACRES_DEBUG=1 -DACRES_INTEGRATE=1 -fno-omit-frame-pointer -ggdb3 -Woverloaded-virtual -Wsign-promo -Wctor-dtor-privacy -Wnon-virtual-dtor ;
134
89e8b0d92f36 Ported to bob2 !!!
David Bryant <bagnose@gmail.com>
parents:
diff changeset
3 ARCHITECTURES = ;
137
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents: 134
diff changeset
4 LINKFLAGS = -lstdc++ -rdynamic ;
134
89e8b0d92f36 Ported to bob2 !!!
David Bryant <bagnose@gmail.com>
parents:
diff changeset
5 VALID_ARCHITECTURES = CentOS-4 Ubuntu CentOS-5 ;
89e8b0d92f36 Ported to bob2 !!!
David Bryant <bagnose@gmail.com>
parents:
diff changeset
6 PROJECT-PACKAGE = doodle ;
137
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents: 134
diff changeset
7 CCFLAGS = -fPIC -pedantic -Werror -Wall -Wno-long-long -Wundef -Wredundant-decls -O1 -DACRES_DEBUG=1 -DACRES_INTEGRATE=1 -fno-omit-frame-pointer -ggdb3 ;
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents: 134
diff changeset
8 #DFLAGS = -w -wi -gc -I~/source/d/gtkD-trunk/src ;
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents: 134
diff changeset
9 #DFLAGS = -w -wi -gc -I~/source/d/GtkD/src ;
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents: 134
diff changeset
10 DFLAGS = -w -wi -gc -Isrc/gtk ;
139
e33f37b14893 Port to 'no-more-make' https://github.com/GrahamStJack/no-more-make
David Bryant <bagnose@gmail.com>
parents: 137
diff changeset
11
137
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents: 134
diff changeset
12 DLINKFLAGS = -L-L/home/dbryant/source/d/GtkD ;