INCLUDES = $(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@ noinst_PROGRAMS = FacialAnimation FacialAnimation_SOURCES = FacialAnimation.cpp FacialAnimation_LDFLAGS = -L$(top_builddir)/OgreMain/src -L$(top_builddir)/Samples/Common/CEGUIRenderer/src FacialAnimation_LDADD = -lOgreMain @CEGUI_LIBS@ -lCEGUIOgreRenderer install-exec-local: $(INSTALL_PROGRAM) .libs/FacialAnimation $(top_builddir)/Samples/Common/bin/FacialAnimation