(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:
parent
10090dcf90
commit
cd419c8fb3
1 changed files with 4 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue