Revision 692,
911 bytes
checked in by mattausch, 19 years ago
(diff) |
adding ogre 1.2 and dependencies
|
Line | |
---|
1 | INCLUDES = $(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 | |
---|
3 | platformdir = $(libdir) |
---|
4 | platform_LTLIBRARIES = libOgrePlatform.la |
---|
5 | |
---|
6 | libOgrePlatform_la_SOURCES = OgreSDLConfig.cpp\ |
---|
7 | OgreSDLInput.cpp \ |
---|
8 | OgreSDLTimer.cpp \ |
---|
9 | OgreSDLPlatform.cpp |
---|
10 | |
---|
11 | BUILT_SOURCES = OgreSDLConfig.cpp |
---|
12 | EXTRA_DIST = OgreSDLConfig_gtk.cpp OgreSDLConfig_cli.cpp |
---|
13 | |
---|
14 | |
---|
15 | libOgrePlatform_la_LDFLAGS = -module $(PLUGIN_FLAGS) -L$(top_builddir)/OgreMain/src -Wl,-z,defs |
---|
16 | libOgrePlatform_la_LIBADD = $(SDL_LIBS) $(CFGTK_DEPS_LIBS) $(GL_LIBS) -lOgreMain |
---|
17 | |
---|
18 | pkgdata_DATA = ogre-config.glade |
---|
19 | |
---|
20 | OgreSDLConfig.cpp: |
---|
21 | -rm -f OgreSDLConfig.cpp |
---|
22 | $(LN_S) $(srcdir)/OgreSDLConfig_$(OGRE_CFGTK).cpp OgreSDLConfig.cpp |
---|
23 | |
---|
24 | clean-local: |
---|
25 | -rm -f $(BUILT_SOURCES) |
---|
Note: See
TracBrowser
for help on using the repository browser.