mirror of https://github.com/yasm/yasm.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
339 B
13 lines
339 B
20 years ago
|
# $Id$
|
||
|
|
||
|
pkglib_LTLIBRARIES += objfmt_xdf.la
|
||
|
|
||
|
objfmt_xdf_la_SOURCES = modules/objfmts/xdf/xdf-objfmt.c
|
||
|
objfmt_xdf_la_LDFLAGS = -module -avoid-version -no-undefined
|
||
|
objfmt_xdf_la_LIBADD = libyasm.la
|
||
|
YASM_MODULES += -dlopen objfmt_xdf.la
|
||
|
|
||
|
#EXTRA_DIST += modules/objfmts/xdf/tests/Makefile.inc
|
||
|
|
||
|
#include modules/objfmts/xdf/tests/Makefile.inc
|