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.
 
 
 
 
 
 

36 lines
615 B

# $IdPath$
SUBDIRS = tools m4 po
CFLAGS = @ANSI_CFLAGS@
AM_YFLAGS = -d
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/src \
-I$(top_srcdir)/check
bin_PROGRAMS = yasm
TESTS =
noinst_PROGRAMS =
yasm_SOURCES =
yasm_LDADD = @LIBOBJS@ $(INTLLIBS)
BUILT_SOURCES =
CLEANFILES =
EXTRA_DIST = config/config.rpath \
check/Makefile.inc \
src/Makefile.inc
include check/Makefile.inc
include src/Makefile.inc
EXTRA_DIST += \
strsep.c mergesort.c \
COPYING.LIB-2.0 \
splint.sh \
Mkfiles/Makefile.flat \
Mkfiles/Makefile.dj Mkfiles/dj/config.h \
Mkfiles/Makefile.vc Mkfiles/vc/config.h
ACLOCAL_AMFLAGS = -I m4