Sha256: 5b5eb306c121eb033c88cc8216f688d3346ae66bf05540a69958f87544edbea2

Contents?: true

Size: 268 Bytes

Versions: 2

Compression:

Stored size: 268 Bytes

Contents

.PHONY: clean

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

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

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

TARGET = ogrebites_wrap.cpp

all: $(TARGET)

$(TARGET): ogrebites.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/ogrebites/interface/Makefile
ruby-ogre-0.0.1-x86-linux bindings/ogrebites/interface/Makefile