[Tux4kids-commits] r694 - tuxtype/branches/tuxtype-soc-mh/src

lummeh-guest at alioth.debian.org lummeh-guest at alioth.debian.org
Fri Aug 29 03:08:35 UTC 2008


Author: lummeh-guest
Date: 2008-08-29 03:08:34 +0000 (Fri, 29 Aug 2008)
New Revision: 694

Added:
   tuxtype/branches/tuxtype-soc-mh/src/Makefile.am
Log:


Added: tuxtype/branches/tuxtype-soc-mh/src/Makefile.am
===================================================================
--- tuxtype/branches/tuxtype-soc-mh/src/Makefile.am	                        (rev 0)
+++ tuxtype/branches/tuxtype-soc-mh/src/Makefile.am	2008-08-29 03:08:34 UTC (rev 694)
@@ -0,0 +1,49 @@
+## Process with Automake to create Makefile.in
+
+##DATA_PREFIX=${pkgdatadir}
+
+bin_PROGRAMS = tuxtype
+
+tuxtype_SOURCES = 	\
+	playgame.c	\
+	main.c		\
+	titlescreen.c	\
+	loaders.c	\
+	setup.c		\
+	laser.c		\
+	alphabet.c	\
+	theme.c		\
+	practice.c	\
+	audio.c		\
+	gettext.c	\
+	snow.c		\
+	scripting.c	\
+	SDL_extras.c	\
+	pixels.c	\
+	pause.c		\
+	ConvertUTF.c	\
+	options.c	\
+	iconv_string.c	\
+	profiles.c	\
+	profilesgui.c	\
+	highscores.c	\
+	wordsperminute.c
+
+EXTRA_DIST = titlescreen.h \
+	playgame.h 	\
+	laser.h		\
+	globals.h 	\
+	funcs.h 	\
+	pixels.h	\
+	scripting.h	\
+	SDL_extras.h	\
+	snow.h		\
+	ConvertUTF.h	\
+	iconv_string.h  \
+	gettext.h	\
+	compiler.h
+
+tuxtype_LDFLAGS = $(LTLIBINTL)
+
+localedir = $(datadir)/locale
+DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@




More information about the Tux4kids-commits mailing list