[Tux4kids-commits] r43 - tuxmath/trunk/src

dbruce at alioth.debian.org dbruce at alioth.debian.org
Thu Mar 8 21:15:09 CET 2007


Author: dbruce
Date: 2006-10-03 22:28:23 +0000 (Tue, 03 Oct 2006)
New Revision: 43

Added:
   tuxmath/trunk/src/Makefile.am
Log:
added below


Added: tuxmath/trunk/src/Makefile.am
===================================================================
--- tuxmath/trunk/src/Makefile.am	2006-10-02 20:51:32 UTC (rev 42)
+++ tuxmath/trunk/src/Makefile.am	2006-10-03 22:28:23 UTC (rev 43)
@@ -0,0 +1,13 @@
+bin_PROGRAMS = tuxmath
+tuxmath_SOURCES = tuxmath.c setup.c title.c game.c \
+		options.c credits.c playsound.c \
+                mathcards.c fileops.c
+if BUILD_MINGW32
+  DATA_PREFIX=@PACKAGE_DATA_DIR@
+else
+  DATA_PREFIX=${pkgdatadir}
+endif
+
+AM_CFLAGS=-Wall -g -DDATA_PREFIX=\"${DATA_PREFIX}\" -DDEBUG \
+	-DVERSION=\"@NAME_VERSION@\" -D$(SOUND)SOUND
+




More information about the Tux4kids-commits mailing list