INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/Samples/RenderToTexture/include -I$(top_srcdir)/OgreMain/include -I$(top_srcdir)/Samples/Common/include $(OIS_CFLAGS) ogreexec_PROGRAMS = RenderToTexture RenderToTexture_SOURCES = RenderToTexture.cpp RenderToTexture_LDFLAGS = -L$(top_builddir)/OgreMain/src RenderToTexture_LDADD = -lOgreMain $(OIS_LIBS)