Sha256: 9a5d9250879372a13851d9fd2a8d48df1fd5df274eb232bf63a2d52e3d2f0c1e

Contents?: true

Size: 244 Bytes

Versions: 2

Compression:

Stored size: 244 Bytes

Contents

.PHONY: clean

SWIG = swig
DEPS_DIR = ../../../deps/

include ../../../deps/env.mk

SWIGFLAGS = -ruby -c++ $(OIS_INC)
RUBY = ruby

TARGET = ois_wrap.cpp

all: $(TARGET)

$(TARGET): ois.i
	$(SWIG) $(SWIGFLAGS) -o $@ $<

clean:
	@rm -f $(TARGET)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby-ogre-0.0.2-x86-linux bindings/ois/interface/Makefile
ruby-ogre-0.0.1-x86-linux bindings/ois/interface/Makefile