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.
22 lines
348 B
22 lines
348 B
24 years ago
|
# $IdPath$
|
||
|
|
||
|
CHECKFILES = \
|
||
|
check/check.c \
|
||
|
check/check_run.c \
|
||
|
check/check.h \
|
||
|
check/check_impl.h \
|
||
|
check/check_msg.c \
|
||
|
check/check_msg.h \
|
||
|
check/check_log.c \
|
||
|
check/check_log.h \
|
||
|
check/check_print.c \
|
||
|
check/check_print.h \
|
||
|
check/error.c \
|
||
|
check/error.h \
|
||
|
check/list.c \
|
||
|
check/list.h
|
||
|
|
||
|
EXTRA_DIST += \
|
||
|
check/NEWS \
|
||
|
check/README
|