source: OGRE/trunk/ogrenew/PlatformManagers/GLX/src/Makefile.am @ 657

Revision 657, 632 bytes checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/PlatformManagers/GLX/include -I$(top_srcdir)/RenderSystems/GL/include -I$(top_srcdir)/RenderSystems/GL/include/GLX -I$(top_srcdir)/OgreMain/include $(PLATFORM_CFLAGS) -DSHAREDIR=\"$(pkgdatadir)\"
2
3platformdir = $(libdir)
4platform_LTLIBRARIES = libOgrePlatform.la
5
6libOgrePlatform_la_SOURCES = OgreGLXConfig.cpp\
7                          OgreGLXInput.cpp \
8                          OgreGLXTimer.cpp \
9                          OgreGLXPlatform.cpp
10
11libOgrePlatform_la_LDFLAGS = -module $(SHARED_FLAGS) -L$(top_builddir)/OgreMain/src
12libOgrePlatform_la_LIBADD = $(PLATFORM_LIBS) $(GL_LIBS) -lOgreMain -lXaw
13
Note: See TracBrowser for help on using the repository browser.