diff options
| author | William S Fulton <wsf@fultondesigns.co.uk> | 2013-04-13 22:45:18 +0100 |
|---|---|---|
| committer | William S Fulton <wsf@fultondesigns.co.uk> | 2013-04-19 22:47:26 +0100 |
| commit | bdf38a8507838ea0f4056d72b4a95ad718651bc8 (patch) | |
| tree | 54603cc59d67d187e55f275cbc4b1a50e2678c4a /Examples/ruby/enum/Makefile | |
| parent | dbd86d3747b35445e29259d3e2301eb6aaf4c4eb (diff) | |
| download | swig-bdf38a8507838ea0f4056d72b4a95ad718651bc8.tar.gz | |
Ruby examples makefiles and use RUNPIPE and tidyup
Diffstat (limited to 'Examples/ruby/enum/Makefile')
| -rw-r--r-- | Examples/ruby/enum/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Examples/ruby/enum/Makefile b/Examples/ruby/enum/Makefile index 56c84c651..ef267bc44 100644 --- a/Examples/ruby/enum/Makefile +++ b/Examples/ruby/enum/Makefile @@ -5,15 +5,16 @@ TARGET = example INTERFACE = example.i LIBS = -lm -all:: +check: build + $(MAKE) -f $(TOP)/Makefile ruby_run + +build: $(MAKE) -f $(TOP)/Makefile CXXSRCS='$(CXXSRCS)' SWIG='$(SWIG)' \ TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' ruby_cpp -static:: +static: $(MAKE) -f $(TOP)/Makefile CXXSRCS='$(CXXSRCS)' SWIG='$(SWIG)' \ TARGET='myruby' INTERFACE='$(INTERFACE)' ruby_cpp_static -clean:: +clean: $(MAKE) -f $(TOP)/Makefile ruby_clean - -check: all |
