gnome-games r8246 - trunk/iagno
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8246 - trunk/iagno
- Date: Tue, 4 Nov 2008 14:25:37 +0000 (UTC)
Author: chpe
Date: Tue Nov 4 14:25:36 2008
New Revision: 8246
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8246&view=rev
Log:
Remove directory defines from CPPFLAGS to ensure they're not used, and replace remaining uses of the directory defines, if any, with games-runtime lookups. Prettify the Makefile.am in the process, and make libgames-support includes consistent.
Modified:
trunk/iagno/Makefile.am
Modified: trunk/iagno/Makefile.am
==============================================================================
--- trunk/iagno/Makefile.am (original)
+++ trunk/iagno/Makefile.am Tue Nov 4 14:25:36 2008
@@ -1,39 +1,32 @@
-SUBDIRS= help
+SUBDIRS = help
NULL =
-pixmapdir=$(datadir)/gnome-games/iagno/pixmaps
-Gamesdir = $(datadir)/applications
-
-INCLUDES = \
- -I$(top_srcdir) \
- $(WARN_CFLAGS) \
- -DDATADIR=\""$(datadir)"\" \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
- $(GGZ_GTK_INCLUDES) $(GGZMOD_INCLUDES) $(GGZCORE_INCLUDES) \
- $(LIBGGZ_INCLUDES) $(GGZCORE_INCLUDES) $(GGZDMOD_INCLUDES) \
- $(GNOME_GAMES_CFLAGS)
-
bin_PROGRAMS = iagno
ggzexecmod_PROGRAMS =
if GGZ_SERVER
ggzexecmod_PROGRAMS += iagnod
+
iagnod_SOURCES = server.h \
server.c
+iagnod_CPPFLAGS = \
+ -I$(top_srcdir) \
+ $(AM_CPPFLAGS)
+
+iagnod_CFLAGS = \
+ $(GGZ_GTK_INCLUDES) $(GGZMOD_INCLUDES) $(GGZCORE_INCLUDES) \
+ $(LIBGGZ_INCLUDES) $(GGZDMOD_INCLUDES) \
+ $(GNOME_GAMES_CFLAGS) \
+ $(AM_CFLAGS)
+
iagnod_LDADD = \
$(GNOME_GAMES_LIBS) \
$(INTLLIBS) \
$(LIB_GGZDMOD)
endif
-if GGZ_CLIENT
-GGZ_FILES = ggz-network.h \
- ggz-network.c \
- $(NULL)
-endif
-
iagno_SOURCES = \
gnothello.c \
gnothello.h \
@@ -41,7 +34,24 @@
othello.h \
properties.c \
properties.h \
- $(GGZ_FILES)
+ $(NULL)
+
+if GGZ_CLIENT
+iagno_SOURCES += \
+ ggz-network.h \
+ ggz-network.c \
+ $(NULL)
+endif
+
+iagno_CPPFLAGS = \
+ -I$(top_srcdir) \
+ $(AM_CPPFLAGS)
+
+iagno_CFLAGS = \
+ $(GGZ_GTK_INCLUDES) $(GGZMOD_INCLUDES) $(GGZCORE_INCLUDES) \
+ $(LIBGGZ_INCLUDES) $(GGZDMOD_INCLUDES) \
+ $(GNOME_GAMES_CFLAGS) \
+ $(AM_CFLAGS)
iagno_LDADD = \
$(top_builddir)/libgames-support/libgames-support.la \
@@ -50,10 +60,12 @@
$(LIB_GGZMOD) \
$(LIB_GGZ_GTK)
+pixmapdir = $(pkgdatadir)/iagno/pixmaps
pixmap_DATA = \
classic.png \
woodtrim.png
+Gamesdir = $(datadir)/applications
Games_in_files = iagno.desktop.in.in
Games_DATA = $(Games_in_files:.desktop.in.in=.desktop)
@@ -61,7 +73,6 @@
schema_in_files = iagno.schemas.in
schema_DATA = $(schema_in_files:.schemas.in=.schemas)
-
if GGZ_SERVER
ggzroom_in_files = iagno.room.in
ggzroom_DATA = $(ggzroom_in_files:.room.in=.room)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]