Makefile
[app.Builder.js] / Makefile
index 76e6b72..ecc06ce 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
 
 #vapigen --library gobject-introspection-1.0 /usr/share/gir-1.0/GIRepository-2.0.gir
-VALAVER=`pkg-config --list-all  | grep libvala | sort -n | awk '{ print $1 }'`
+
+# should get the hightest?
+VALAVER=$(word 1, $(shell pkg-config --list-all  | grep libvala | sort -n -r | head -1))
 
 PKGS=   --pkg gtk+-3.0 \
                --pkg gtksourceview-3.0 \
@@ -42,20 +44,21 @@ BUILDER4=   Builder4/About.vala \
                Builder4/WindowLeftProjects.vala \
                Builder4/WindowAddProp.vala \
                Builder4/GtkView.vala \
+               Builder4/ValaProjectSettings.vala \
                Builder4/MainWindow.vala \
                
 #             Builder4/GladeView.vala \
 
 
 # compile what... for testing 
-all:  builder4
+#all:  builder4
 #all: test-leftprops
 #all: test-palate
 #all: test-addprops
 #all: test-glade
 #all: test-gtkview
 #all: test-vala
-#all: test-gir
+all: test-gir
 #all: test-pack
 #all: test-codevalidate