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


  1. cflags{
  2. '-Wall', '-Wpedantic',
  3. '-D HAVE_CONFIG_H',
  4. '-D YYPATCH=20241231',
  5. '-I $dir',
  6. }
  7. exe('yacc', {
  8. 'closure.c',
  9. 'error.c',
  10. 'graph.c',
  11. 'lalr.c',
  12. 'lr0.c',
  13. 'main.c',
  14. 'mkpar.c',
  15. 'mstring.c',
  16. 'output.c',
  17. 'reader.c',
  18. 'yaccpar.c',
  19. 'symtab.c',
  20. 'verbose.c',
  21. 'warshall.c',
  22. })
  23. file('bin/yacc', '755', '$outdir/yacc')
  24. man{'yacc.1'}
  25. fetch 'curl'