Added GIFPlot example
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@219 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
71a84a784d
commit
a6743ff85a
49 changed files with 8487 additions and 0 deletions
23
Examples/GIFPlot/Makefile.in
Normal file
23
Examples/GIFPlot/Makefile.in
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
RANLIB = @RANLIB@
|
||||
OPT =
|
||||
|
||||
INSTALL = ../install-sh -c
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
SHELL = /bin/sh
|
||||
|
||||
all:
|
||||
cd Lib; $(MAKE) OPT="$(OPT)"
|
||||
|
||||
install:
|
||||
$(INSTALL_DATA) Include/gifplot.h $(prefix)/include/gifplot.h
|
||||
$(INSTALL_DATA) libgifplot.a $(exec_prefix)/lib/libgifplot.a
|
||||
$(RANLIB) $(exec_prefix)/lib/libgifplot.a
|
||||
|
||||
clean::
|
||||
rm -f *.o *~ libgifplot.a *_wrap* *_man*
|
||||
cd Lib; $(MAKE) clean
|
||||
rm -f config.log config.status config.cache
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue