source: OGRE/trunk/ogrenew/Samples/OceanDemo/src/Makefile.am @ 692

Revision 692, 562 bytes checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/Samples/OceanDemo/include -I$(top_srcdir)/OgreMain/include -I$(top_srcdir)/Samples/Common/CEGUIRenderer/include -I$(top_srcdir)/Samples/Common/include @CEGUI_CFLAGS@
2
3noinst_PROGRAMS = OceanDemo
4
5OceanDemo_SOURCES = MaterialControls.cpp OceanDemo.cpp
6OceanDemo_LDFLAGS = -L$(top_builddir)/OgreMain/src -L$(top_builddir)/Samples/Common/CEGUIRenderer/src
7OceanDemo_LDADD = -lOgreMain @CEGUI_LIBS@ -lCEGUIOgreRenderer
8
9install-exec-local:
10        $(INSTALL_PROGRAM) .libs/OceanDemo $(top_builddir)/Samples/Common/bin/OceanDemo
Note: See TracBrowser for help on using the repository browser.