logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

gen.lua (340B)


  1. cflags{
  2. '-I $srcdir/include',
  3. '-isystem $builddir/pkg/linux-headers/include',
  4. }
  5. pkg.hdrs = copy('$outdir/include', '$srcdir/include', {
  6. 'mtdev.h',
  7. 'mtdev-plumbing.h',
  8. })
  9. pkg.deps = {
  10. 'pkg/linux-headers/headers',
  11. }
  12. lib('libmtdev.a', {
  13. 'src/caps.c',
  14. 'src/core.c',
  15. 'src/iobuf.c',
  16. 'src/match.c',
  17. 'src/match_four.c',
  18. })
  19. fetch 'git'