Home | History | Annotate | Download | only in ruby

Lines Matching full:makefile

1 # File : Makefile.swig
2 # Makefile for a SWIG module. Use this file if you are
7 # 3. Type 'make -f Makefile.swig' to generate wrapper code and Makefile.
27 swigall: $(WRAPPER) Makefile
32 Makefile: extconf.rb
34 @if [ -f Makefile ] ; then\
35 echo "include Makefile.swig" >> Makefile;\
39 @if [ -f Makefile ] ; then\
40 make -f Makefile clean;\
42 rm -f Makefile $(WRAPPER)