model: Another major change: switching to NDN.cxx API for ndn::Name

NDN.cxx code is almost exactly the same, with minor NS-3 specific customizations

Refs #1011 (http://redmine.named-data.net/issues/1011)
diff --git a/wscript b/wscript
index ff2b7f3..fb00647 100644
--- a/wscript
+++ b/wscript
@@ -137,6 +137,12 @@
         "model/ndn-name-components.h",
         "model/ndn-name.h",
 
+        "ndn.cxx/name.h",
+        "ndn.cxx/name-component.h",
+        "ndn.cxx/blob.h",
+        "ndn.cxx/exclude.h",
+        "ndn.cxx/ndn-api-face.h",
+
         "model/cs/ndn-content-store.h",
 
         "model/fib/ndn-fib.h",
@@ -155,7 +161,6 @@
         "utils/ndn-limits.h",
         "utils/ndn-rtt-estimator.h",
 
-        "ndn.cxx/ndn-api-face.h",
         "apps/callback-based-app.h",
         ]
 
@@ -186,7 +191,7 @@
 
     bld.recurse ('tools')
 
-    bld.ns3_python_bindings()
+    # bld.ns3_python_bindings()
 
 
 @TaskGen.feature('ns3fullmoduleheaders')