PPI: Checkin of first compiling (yet not working) version
[senf.git] / Utils / SConscript
index 81cb37c..baa117a 100644 (file)
@@ -1,7 +1,11 @@
+# -*- python -*-
+
 Import('env')
-import SatSCons
+import SENFSCons
 
 ###########################################################################
 
-SatSCons.StandardTargets(env)
-SatSCons.Lib(env, 'Utils',  SatSCons.GlobSources())
+sources = SENFSCons.GlobSources()
+SENFSCons.StandardTargets(env)
+SENFSCons.Lib(env, 'Utils', sources)
+SENFSCons.Doxygen(env)