]> git.draconx.ca Git - gob-dx.git/blobdiff - src/Makefile.am
Release 0.92.0
[gob-dx.git] / src / Makefile.am
index fdd0dcd44f527b6817ea6bcac138492fa0b6de2f..7b43adaccf4aff12c0b877161f4297e9a26f33e3 100644 (file)
@@ -42,3 +42,11 @@ test: gtk-weird-button.c gtk-weird-button.h
 
 gtk-weird-button.c gtk-weird-button.h: test.gob gob
        ./gob test.gob
+
+# can't depend on the header file as that would break the above rule
+# since it's just for testing, who cares
+testcpp: gtk-weird-button.cc
+       g++ -g -Wall `gtk-config --cflags` -c gtk-weird-button.cc
+
+gtk-weird-button.cc: test.gob gob
+       ./gob --for-cpp test.gob