Yasm Assembler mainline development tree
(ffmpeg 依赖)
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.
|
|
|
# $IdPath$
|
|
|
|
|
|
|
|
SUBDIRS = intl po
|
|
|
|
|
|
|
|
CFLAGS = @ANSI_CFLAGS@
|
|
|
|
AM_YFLAGS = -d
|
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_srcdir)/src \
|
|
|
|
-I$(top_srcdir)/check \
|
|
|
|
-Iintl
|
|
|
|
|
|
|
|
bin_PROGRAMS = yasm
|
|
|
|
TESTS =
|
|
|
|
noinst_PROGRAMS =
|
|
|
|
|
|
|
|
yasm_SOURCES =
|
|
|
|
yasm_LDADD = @LIBOBJS@ $(INTLLIBS)
|
|
|
|
|
|
|
|
BUILT_SOURCES =
|
|
|
|
CLEANFILES =
|
|
|
|
EXTRA_DIST = \
|
|
|
|
check/Makefile.inc \
|
|
|
|
src/Makefile.inc
|
|
|
|
|
|
|
|
include check/Makefile.inc
|
|
|
|
include src/Makefile.inc
|
|
|
|
|
|
|
|
EXTRA_DIST += \
|
|
|
|
strsep.c mergesort.c \
|
|
|
|
COPYING.LIB-2.0 \
|
|
|
|
Mkfiles/Makefile.flat \
|
|
|
|
Mkfiles/Makefile.dj Mkfiles/config.h.dj \
|
|
|
|
Mkfiles/Makefile.vc Mkfiles/config.h.vc
|