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 (354B)


  1. cflags{
  2. '-D HAVE_CONFIG_H',
  3. '-I $dir',
  4. }
  5. exe('flex', [[src/(
  6. buf.c
  7. ccl.c
  8. dfa.c
  9. ecs.c
  10. filter.c
  11. gen.c
  12. main.c
  13. misc.c
  14. nfa.c
  15. options.c
  16. parse.c
  17. regex.c
  18. scan.c
  19. scanflags.c
  20. scanopt.c
  21. skel.c
  22. sym.c
  23. tables.c
  24. tables_shared.c
  25. tblcmp.c
  26. yylex.c
  27. )]])
  28. file('bin/flex', '755', '$outdir/flex')
  29. sym('bin/lex', 'flex')
  30. man{'doc/flex.1'}
  31. fetch 'curl'