blob: 3b1e5eb1b6458130e32f5289b7ec0313cb61dff9 [file] [log] [blame]
# $IdPath$
EXTRA_DIST += \
modules/arch/Makefile.inc \
modules/parsers/Makefile.inc \
modules/preprocs/Makefile.inc \
modules/optimizers/Makefile.inc \
modules/objfmts/Makefile.inc
# Modules with more than one type of interface
lib_LTLIBRARIES += yasm_nasm.la
yasm_nasm_la_SOURCES =
yasm_nasm_la_LDFLAGS = -module -avoid-version -no-undefined
yasm_nasm_la_LIBADD = libyasm.la
YASM_MODULES += -dlopen yasm_nasm.la
include modules/arch/Makefile.inc
include modules/parsers/Makefile.inc
include modules/preprocs/Makefile.inc
include modules/optimizers/Makefile.inc
include modules/dbgfmts/Makefile.inc
include modules/objfmts/Makefile.inc