build: initial support for GTK+3
commita8667ce5ecb8069f9e4b16a8cf3932e327988d2d
authorNicola Fontana <ntd@entidi.it>
Mon, 19 Mar 2012 00:07:40 +0000 (19 01:07 +0100)
committerNicola Fontana <ntd@entidi.it>
Mon, 19 Mar 2012 00:07:40 +0000 (19 01:07 +0100)
tree773e132c1c1d917059af39596d8fb7d5e105163c
parent51fba04ff60f7e92a81c2fd97ffe2093d66f254f
build: initial support for GTK+3

Split up the relevant GTK+2 files into their GTK+3 equivalents. Added
check to configure.ac (via --with-gtk arg) and added what requested.
adg-demo is now properly running but deeper testing will be required.

Basically closes issue #55.
17 files changed:
Makefile.am
configure.ac
demo/Makefile.am
demo/adg-demo.ui.in
demo/cpml-demo-gtk2.c [copied from demo/cpml-demo.c with 99% similarity]
demo/cpml-demo.c
demo/cpml-demo.ui.in
po-properties/it.po
src/adg/Makefile.am
src/adg/adg-canvas.c
src/adg/adg-canvas.h [new file with mode: 0644]
src/adg/adg-entity.c
src/adg/adg-gtk-area-gtk2.c [copied from src/adg/adg-gtk-area.c with 100% similarity]
src/adg/adg-gtk-area.c
src/adg/adg-gtk-layout-gtk2.c [copied from src/adg/adg-gtk-layout.c with 100% similarity]
src/adg/adg-gtk-layout.c
src/adg/tests/Makefile.am