From dba45ef979c0f9aaba3a594532006f048d2d5ac0 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 24 Apr 2008 22:12:59 +0000 Subject: [PATCH] don't build static libraries by default --- lib/python/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/python/Makefile.in b/lib/python/Makefile.in index 389a86a..e6052cd 100644 --- a/lib/python/Makefile.in +++ b/lib/python/Makefile.in @@ -3,7 +3,8 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ include ../../Makefile.common -all: SWF.$(SLEXT) SWF$(A) gfx.$(SLEXT) gfx$(A) +all: SWF.$(SLEXT) gfx.$(SLEXT) +static: SWF$(A) gfx$(A) exe: mypython$(E) swfpython$(E) testmem$(E) primitives.$(O): primitives.c primitives.h @@ -77,4 +78,4 @@ test6: SWF.$(SLEXT) clean: rm -f *.o *.obj *.so mypython swfpython -.PHONY: test,test1,test2 +.PHONY: test test1 test2 static all exe -- 1.7.10.4