source: OGRE/trunk/ogrenew/PlatformManagers/gtk/src/Makefile.am @ 692

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

adding ogre 1.2 and dependencies

Line 
1INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/PlatformManagers/gtk/include \
2-I$(top_srcdir)/OgreMain/include -DSHAREDIR=\"$(pkgdatadir)\" \
3-I$(top_srcdir)/RenderSystems/GL/include $(PLATFORM_CFLAGS) $(GLSUPPORT_CFLAGS)
4
5platformdir = $(libdir)
6platform_PROGRAMS = libOgrePlatform.so
7
8libOgrePlatform_so_SOURCES = GTKConfig.cpp\
9                             GTKInput.cpp \
10                             GTKTimer.cpp \
11                             Platform.cpp
12
13libOgrePlatform_so_LDFLAGS = $(SHARED_FLAGS) -L$(top_builddir)/OgreMain/src
14libOgrePlatform_so_LDADD = $(PLATFORM_LIBS) $(GL_LIBS) -lOgreMain
15
16pkgdata_DATA = ogre-config.glade ogre-gtk-side.png
Note: See TracBrowser for help on using the repository browser.