mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
11 lines
303 B
Makefile
11 lines
303 B
Makefile
# $Id$
|
|
|
|
libyasm_a_SOURCES += modules/preprocs/gas/gas-preproc.c
|
|
libyasm_a_SOURCES += modules/preprocs/gas/gas-eval.h
|
|
libyasm_a_SOURCES += modules/preprocs/gas/gas-eval.c
|
|
|
|
YASM_MODULES += preproc_gas
|
|
|
|
EXTRA_DIST += modules/preprocs/gas/tests/Makefile.inc
|
|
|
|
include modules/preprocs/gas/tests/Makefile.inc
|