source: OGRE/trunk/ogrenew/Samples/CubeMapping/src/Makefile.am @ 690

Revision 690, 404 bytes checked in by mattausch, 18 years ago (diff)

added ogre 1.07 main

Line 
1INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/Samples/CubeMapping/include -I$(top_srcdir)/OgreMain/include -I$(top_srcdir)/Samples/Common/include
2
3noinst_PROGRAMS = CubeMapping
4CubeMapping_SOURCES = CubeMapping.cpp
5CubeMapping_LDFLAGS = -L$(top_builddir)/OgreMain/src
6CubeMapping_LDADD = -lOgreMain
7
8install-exec-local:
9        $(INSTALL_PROGRAM) .libs/CubeMapping $(top_builddir)/Samples/Common/bin/CubeMapping
Note: See TracBrowser for help on using the repository browser.