[Xbubble-commits] xbubble/src Makefile.am,1.1,1.2
Martin Quinson
xbubble-devel@lists.alioth.debian.org
Wed, 27 Apr 2005 14:24:29 +0000
Update of /cvsroot/xbubble/xbubble/src
In directory haydn:/tmp/cvs-serv25864
Modified Files:
Makefile.am
Log Message:
cosmetics
Index: Makefile.am
===================================================================
RCS file: /cvsroot/xbubble/xbubble/src/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am 5 Dec 2004 20:40:59 -0000 1.1
+++ Makefile.am 27 Apr 2005 14:24:26 -0000 1.2
@@ -1,9 +1,8 @@
-AM_CFLAGS= -g -O2 -Werror
+AM_CFLAGS= -g
# Tricks to generate the traj cache at compile time
noinst_PROGRAMS = pathinit
-pathinit_SOURCES= \
- path_init.c
+pathinit_SOURCES= path_init.c
pathinit_LDADD= utils.o cell.o
path_generated.c: pathinit
@@ -32,9 +31,6 @@
screens.c screens.h \
xbubble.c \
gettext.h
-
-# path_generated.c
-
xbubble_LDADD= path_generated.o
xbubble.o: xbubble.c cell.h setting.h game.h timer.h screens.h init.h