(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
This commit is contained in:
Thien-Thi Nguyen 2000-09-04 03:03:57 +00:00
commit cd419c8fb3

View file

@ -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))