From 28c7bbf944d53740adf29a260e95266c3f977cd8 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/SWIG@832 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e624627cb..91bb0a224 100644 --- a/Makefile.in +++ b/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))