Makefile
authorEdward <edward@roojs.com>
Thu, 18 Sep 2014 06:11:16 +0000 (14:11 +0800)
committerEdward <edward@roojs.com>
Thu, 18 Sep 2014 06:11:16 +0000 (14:11 +0800)
Attribute changed Makefile

Makefile

index 09bcfbf..35d9f11 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,10 +12,11 @@ PKGS=   --pkg gtk+-3.0 \
                --pkg clutter-gtk-1.0 \
                --pkg gladeui-2.0 \
                --pkg libsoup-2.4 \
-               --pkg javascriptcore  \
 
+#              --pkg javascriptcore  \
 
-FLAGS= -g --vapidir=./vapi -I/usr/include/webkitgtk-3.0/ 
+
+FLAGS= -g --vapidir=./vapi 
 
 CORESRC=        JsRender/*.vala \
                Project/*.vala \
@@ -46,7 +47,7 @@ BUILDER4=   Builder4/About.vala \
 
 
 # compile what... for testing 
-#all:  builder4
+all:  builder4
 #all: test-leftprops
 #all: test-palate
 #all: test-addprops
@@ -55,7 +56,7 @@ BUILDER4=   Builder4/About.vala \
 #all: test-vala
 #all: test-gir
 #all: test-pack
-all: test-codevalidate
+#all: test-codevalidate
 
 builder4:
        valac $(FLAGS) $(PKGS) $(CORESRC) $(BUILDER4)  \