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

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

adding ogre 1.2 and dependencies

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