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

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

added ogre 1.07 main

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