From cd419c8fb31cf85bc000fc413008b8cc19e73e5a Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 4 Sep 2000 03:03:57 +0000 Subject: [PATCH] (Examples/GIFPlot/libgifplot.a): New target. (check-gifplot-example): Depend on Examples/GIFPlot/libgifplot.a. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@832 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SWIG/Makefile.in b/SWIG/Makefile.in index e624627cb..91bb0a224 100644 --- a/SWIG/Makefile.in +++ b/SWIG/Makefile.in @@ -136,7 +136,10 @@ check-examples: $(skip-ruby) || (cd Examples/ruby/constants ; $(chk)) $(skip-ruby) || (cd Examples/ruby/simple ; $(chk)) -check-gifplot-example: +Examples/GIFPlot/libgifplot.a: + cd Examples/GIFPlot/Lib ; $(MAKE) + +check-gifplot-example: Examples/GIFPlot/libgifplot.a $(skip-perl) || (cd Examples/GIFPlot/Perl/full ; $(chk)) $(skip-perl) || (cd Examples/GIFPlot/Perl/simple ; $(chk)) $(skip-perl) || (cd Examples/GIFPlot/Perl/shadow ; $(chk))