From 8d3d88be0fe3a22ea39861321eed015efb454359 Mon Sep 17 00:00:00 2001 From: Min Chen Date: Mon, 14 Jun 2004 05:47:51 +0000 Subject: [PATCH] support for build checkasm.exe git-svn-id: svn://svn.videolan.org/x264/trunk@7 df754926-b1dd-0310-bc7b-ec298dee348c --- build/cygwin/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build/cygwin/Makefile b/build/cygwin/Makefile index 12725250..7ea6c897 100644 --- a/build/cygwin/Makefile +++ b/build/cygwin/Makefile @@ -4,7 +4,7 @@ # # Author: x264 by Laurent Aimar # -# $Id: Makefile,v 1.2 2004/06/10 18:13:38 fenrir Exp $ +# $Id: Makefile,v 1.3 2004/06/14 05:47:51 chenm001 Exp $ ############################################################################## # Current dir @@ -96,6 +96,12 @@ x264.exe: $(DIR_BUILD) $(OBJECTS) x264.obj $(CC) $(CFLAGS) -o x264.exe x264.obj libx264.a -lm && \ cp -f x264.exe $(DIR_SRC) +checkasm.exe: $(DIR_BUILD) libx264.a $(OBJECTS) testing/checkasm.obj + @echo " L: $(@F)" + @cd $(DIR_BUILD) && \ + $(CC) $(CFLAGS) -o checkasm.exe testing/checkasm.obj libx264.a -lm && \ + cp -f checkasm.exe $(DIR_SRC) + clean: @echo " Cl: Object files and target lib" @$(RM) $(DIR_BUILD) -- 2.40.0