瀏覽代碼

"Ported" the ninja build system to Linux

Wictor Lund 3 年之前
父節點
當前提交
cf7a94fdbb
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15 0
      symon/platform/Linux/build.ninja

+ 15 - 0
symon/platform/Linux/build.ninja

@@ -0,0 +1,15 @@
+lorder = echo
+tsort = cat
+
+bindir = bin
+
+installuser = root
+installgroupfile = bin
+installgroupdir = bin
+
+build $pdir/sm_debug.c: symlink $stubpdir/sm_debug.c
+build $pdir/sm_load.c: symlink $stubpdir/sm_load.c
+build $pdir/sm_mbuf.c: symlink $stubpdir/sm_mbuf.c
+build $pdir/sm_pf.c: symlink $stubpdir/sm_pf.c
+build $pdir/sm_pfq.c: symlink $stubpdir/sm_pfq.c
+build $pdir/sm_proc.c: symlink $stubpdir/sm_proc.c