blob: 270a9de11f2d7d723d926c6deaada6a867c3ba01 [file] [log] [blame]
# $Id: Makefile.inc 1783 2007-02-22 03:40:31Z peter $
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