From f79c4c47f6f70ac07e521f06420bb80b1028a799 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 21 Oct 2007 15:19:45 +0000 Subject: project files updates --- configure.in | 3 +- osirion.kdevelop | 86 +++++++++++++++++++++++++++++++++++++++++++++++-- osirion.kdevelop.pcs | Bin 92318 -> 138105 bytes osirion.kdevses | 24 +++++++------- src/Makefile.am | 3 +- src/common/Makefile.am | 4 +-- src/game/Makefile.am | 6 ++-- 7 files changed, 106 insertions(+), 20 deletions(-) diff --git a/configure.in b/configure.in index ea9eb07..3372790 100644 --- a/configure.in +++ b/configure.in @@ -87,4 +87,5 @@ AC_SUBST(LIBSDL_LIBS) AC_SUBST(LIBSDL_CFLAGS) AC_SUBST(LIBSDL_RPATH) -AC_OUTPUT(Makefile src/Makefile src/game/Makefile src/gl/Makefile src/client/Makefile src/common/Makefile) +AC_OUTPUT(Makefile src/Makefile src/client/Makefile src/common/Makefile \ + src/game/Makefile src/gl/Makefile src/server/Makefile) diff --git a/osirion.kdevelop b/osirion.kdevelop index 915757e..dc4a677 100644 --- a/osirion.kdevelop +++ b/osirion.kdevelop @@ -12,10 +12,16 @@ SDL + osirion + . + false + + + kdevsubversion - src/client/osirion + src/server/osiriond debug @@ -24,7 +30,14 @@ executable + + + + + + /home/ingar/projects/osirion/debug/./src/game + @@ -107,8 +120,9 @@ - Doxygen Documentation Collection + Doxygen documentatieverzameling osirion.tag + @@ -137,7 +151,45 @@ 250 400 250 + false + 0 + true + true + false + std=_GLIBCXX_STD;__gnu_cxx=std + true + false + false + false + false + true + true + false + .; + + false + 3 + 3 + /opt/qt + EmbeddedKDevDesigner + /opt/qt/bin/qmake + /opt/qt/bin/designer + + + + + set + m_,_ + theValue + true + true + + + false + true + Vertical + @@ -147,6 +199,36 @@ *.o,*.lo,CVS false + false + + + .h + .cc + + + + + + + + + + true + false + false + false + + + false + true + 10 + + + + + /home/ingar/projects/osirion/tags + + diff --git a/osirion.kdevelop.pcs b/osirion.kdevelop.pcs index 818f139..3b63e15 100644 Binary files a/osirion.kdevelop.pcs and b/osirion.kdevelop.pcs differ diff --git a/osirion.kdevses b/osirion.kdevses index c6fee45..05ea41e 100644 --- a/osirion.kdevses +++ b/osirion.kdevses @@ -1,27 +1,29 @@ - - - + + + - - + + - - - - - - + + + + + + + + diff --git a/src/Makefile.am b/src/Makefile.am index b30324a..499aaed 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,4 +3,5 @@ AM_CPPFLAGS = $(LIBSDL_CFLAGS) $(all_includes) # the library search path. -SUBDIRS = common game gl client +SUBDIRS = common game server gl client +noinst_HEADERS = osirion.h diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 4f556bf..5770301 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -2,7 +2,7 @@ METASOURCES = AUTO libcommon_la_LDFLAGS = -avoid-version -no-undefined noinst_LTLIBRARIES = libcommon.la -libcommon_la_SOURCES = color.cc color.h functions.cc functions.h osirion.h\ - vector3f.cc vector3f.h +libcommon_la_SOURCES = color.cc color.h functions.cc functions.h vector3f.cc \ + vector3f.h diff --git a/src/game/Makefile.am b/src/game/Makefile.am index 754c168..9e86c15 100644 --- a/src/game/Makefile.am +++ b/src/game/Makefile.am @@ -3,7 +3,7 @@ METASOURCES = AUTO libgame_la_LDFLAGS = -avoid-version noinst_LTLIBRARIES = libgame.la -libgame_la_SOURCES = game.cc game.h ship.cc ship.h player.h world.h star.cc \ - star.h sector.h +libgame_la_SOURCES = console.h file.cc file.h game.cc game.h player.h sector.h \ + ship.cc ship.h star.cc star.h world.h INCLUDES = -I$(top_srcdir)/src -noinst_HEADERS = world.h sector.h +noinst_HEADERS = console.h file.h sector.h world.h -- cgit v1.2.3