blob: a2b045474444329e2b2fb39d5cf13ffeebe60195 [file] [log] [blame]
# $Id: Makefile.inc,v 1.1.1.1 2012/03/29 17:20:59 uid42307 Exp $
libyasm_a_SOURCES += modules/parsers/gas/gas-parser.c
libyasm_a_SOURCES += modules/parsers/gas/gas-parser.h
libyasm_a_SOURCES += modules/parsers/gas/gas-parse.c
nodist_libyasm_a_SOURCES += gas-token.c
YASM_MODULES += parser_gas parser_gnu
gas-token.c: $(srcdir)/modules/parsers/gas/gas-token.re re2c$(EXEEXT)
$(top_builddir)/re2c$(EXEEXT) -b -o $@ $(srcdir)/modules/parsers/gas/gas-token.re
BUILT_SOURCES += gas-token.c
CLEANFILES += gas-token.c
EXTRA_DIST += modules/parsers/gas/tests/Makefile.inc
EXTRA_DIST += modules/parsers/gas/gas-token.re
include modules/parsers/gas/tests/Makefile.inc