wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src/tools Makefile.am make_translation....


From: Guillaume Melquiond
Subject: [Wesnoth-cvs-commits] wesnoth/src/tools Makefile.am make_translation....
Date: Sun, 02 Jan 2005 16:24:38 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Guillaume Melquiond <address@hidden>    05/01/02 21:12:43

Modified files:
        src/tools      : Makefile.am 
Removed files:
        src/tools      : make_translation.cpp merge_translations.cpp 

Log message:
        Remove obsolete tools.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/tools/Makefile.am.diff?tr1=1.12&tr2=1.13&r1=text&r2=text

Patches:
Index: wesnoth/src/tools/Makefile.am
diff -u wesnoth/src/tools/Makefile.am:1.12 wesnoth/src/tools/Makefile.am:1.13
--- wesnoth/src/tools/Makefile.am:1.12  Fri Sep  3 11:29:56 2004
+++ wesnoth/src/tools/Makefile.am       Sun Jan  2 21:12:43 2005
@@ -1,60 +1,15 @@
-
-bin_PROGRAMS = make_translation merge_translations 
-
-if LIBPNG
-bin_PROGRAMS += exploder cutter
-endif
-
 #############################################################################
-#    Translation Tools                                                      #
+#    Castle building helpers                                                #
 #############################################################################
 
-AM_CXXFLAGS = @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" -I../ \
-             -DLOCALEDIR=\"$(LOCALEDIR)\"
-AM_LDFLAGS = @SDL_LIBS@
-
 if LIBPNG
-       AM_CXXFLAGS += @PNG_CFLAGS@
-endif
-
-#############################################################################
-#    Make Translation                                                       #
-#############################################################################
 
-make_translation_SOURCES = make_translation.cpp \
-                          ../config.cpp \
-                          ../filesystem.cpp \
-                          ../game_config.cpp \
-                          ../log.cpp \
-                          ../server/variable.cpp \
-                          ../config.hpp \
-                          ../filesystem.hpp \
-                          ../game_config.hpp \
-                          ../log.hpp \
-                          ../gettext.cpp
+bin_PROGRAMS = exploder cutter
 
+AM_CXXFLAGS = @SDL_CFLAGS@ @PNG_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" -I../ 
\
+             -DLOCALEDIR=\"$(LOCALEDIR)\"
+AM_LDFLAGS = @SDL_LIBS@
 
-#############################################################################
-#    Merge Translations                                                     #
-#############################################################################
-
-merge_translations_SOURCES = merge_translations.cpp \
-                            ../config.cpp \
-                            ../filesystem.cpp \
-                            ../game_config.cpp \
-                            ../log.cpp \
-                            ../server/variable.cpp \
-                            ../config.hpp \
-                            ../filesystem.hpp \
-                            ../game_config.hpp \
-                            ../log.hpp \
-                            ../gettext.cpp
-
-#############################################################################
-#    Castle building helpers                                                #
-#############################################################################
-
-if LIBPNG
 
 exploder_SOURCES = exploder.cpp \
                   exploder_utils.cpp \
@@ -92,4 +47,3 @@
 cutter_LDFLAGS = @SDL_LIBS@ @SDL_IMAGE_LIBS@ @PNG_LIBS@
 
 endif
-




reply via email to

[Prev in Thread] Current Thread [Next in Thread]