tests/TreeBuilder.vala
[app.Builder.js] / Makefile
index be6c1dd..8493567 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,10 +11,12 @@ PKGS=   --pkg gtk+-3.0 \
                --pkg webkit2gtk-3.0 \
                --pkg clutter-gtk-1.0 \
                --pkg gladeui-2.0 \
-               --pkg libsoup-2.4
+               --pkg libsoup-2.4 \
+               --pkg javascriptcore  \
+               --pkg  vte-2.90  \
 
 
-FLAGS= -g --vapidir=. 
+FLAGS= -g --vapidir=./vapi 
 
 CORESRC=        JsRender/*.vala \
                Project/*.vala \
@@ -38,20 +40,23 @@ BUILDER4=   Builder4/About.vala \
                Builder4/ClutterFiles.vala \
                Builder4/WindowLeftProjects.vala \
                Builder4/WindowAddProp.vala \
-               Builder4/GladeView.vala \
+               Builder4/GtkView.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-gtkview
 #all: test-vala
 #all: test-gir
-
+#all: test-pack
+#all: test-codevalidate
 
 builder4:
        valac $(FLAGS) $(PKGS) $(CORESRC) $(BUILDER4)  \
@@ -96,6 +101,14 @@ test-gir:
        valac $(FLAGS) $(PKGS) $(CORESRC)  \
                tests/GirTest.vala -o /tmp/test-gir
 
+test-pack: 
+       valac $(FLAGS) $(PKGS) $(CORESRC)  \
+               tests/PackTest.vala -o /tmp/test-pack
+
+test-codevalidate:
+       valac $(FLAGS) $(PKGS) $(CORESRC)  \
+               tests/JsCoreTest.vala -o /tmp/test-codevalidate
+
 
 #fixme -- old...
 datatest: