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

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

adding ogre 1.2 and dependencies

Line 
1INCLUDES = $(STLPORT_CFLAGS) -I$(top_builddir)/PlatformManagers/SDL/include -I$(top_srcdir)/PlatformManagers/SDL/include -I$(top_srcdir)/OgreMain/include $(SDL_CFLAGS) $(CFGTK_DEPS_CFLAGS) -DSHAREDIR=\"$(pkgdatadir)\"
2
3platformdir = $(libdir)
4platform_LTLIBRARIES = libOgrePlatform.la
5
6libOgrePlatform_la_SOURCES = OgreSDLConfig.cpp\
7                          OgreSDLInput.cpp \
8                                                  OgreSDLTimer.cpp \
9                          OgreSDLPlatform.cpp
10
11BUILT_SOURCES = OgreSDLConfig.cpp
12EXTRA_DIST = OgreSDLConfig_gtk.cpp OgreSDLConfig_cli.cpp
13
14
15libOgrePlatform_la_LDFLAGS = -module $(PLUGIN_FLAGS) -L$(top_builddir)/OgreMain/src -Wl,-z,defs
16libOgrePlatform_la_LIBADD = $(SDL_LIBS) $(CFGTK_DEPS_LIBS) $(GL_LIBS) -lOgreMain
17
18pkgdata_DATA = ogre-config.glade
19
20OgreSDLConfig.cpp:
21        -rm -f OgreSDLConfig.cpp
22        $(LN_S) $(srcdir)/OgreSDLConfig_$(OGRE_CFGTK).cpp OgreSDLConfig.cpp
23
24clean-local:
25        -rm -f $(BUILT_SOURCES)
Note: See TracBrowser for help on using the repository browser.