]> Dogcows Code - chaz/yoink/blobdiff - build/arch/win32/makedeps.mk
remove some unused stlplus modules
[chaz/yoink] / build / arch / win32 / makedeps.mk
index fbdbecdefbc25c86631b2ff6ccaa941e7e825b6b..03766157694a16450710ea2c1c7c738ca7080c51 100644 (file)
 #   make -f deps.mk -j2 host=i486-mingw32 prefix=/usr/i486-mingw32
 #   sudo make install
 #
-# A lot of temporary files and directories are downloaded or extracted to
-# the current directory, so you may want to make from a clean directory.
+# A lot of temporary files and directories are downloaded or extracted to the
+# current directory, so you may want to make from a clean directory.
 #
 
-
 host   = i686-mingw32
 prefix = /usr/i686-mingw32/usr
 
@@ -50,9 +49,9 @@ endif
 
 
 ###########################################################################
-BOOST                  = boost_1_46_1
-BOOST_CKSUM            = 7375679575f4c8db605d426fc721d506
-BOOST_EXT              = .tar.bz2
+BOOST          = boost_1_46_1
+BOOST_CKSUM    = 7375679575f4c8db605d426fc721d506
+BOOST_EXT      = .tar.bz2
 BOOST_VERSION  = 1.46.1
 
 $(BOOST)$(BOOST_EXT):
@@ -69,7 +68,7 @@ install-$(BOOST): $(BOOST)$(BOOST_EXT)
 
 
 ###########################################################################
-SDL                    = SDL-1.2.14
+SDL            = SDL-1.2.14
 SDL_CKSUM      = e52086d1b508fa0b76c52ee30b55bec4
 SDL_EXT                = .tar.gz
 
@@ -89,9 +88,9 @@ install-$(SDL): $(SDL)
 
 
 ###########################################################################
-LIBOGG                 = libogg-1.2.2
+LIBOGG         = libogg-1.2.2
 LIBOGG_CKSUM   = 5a9fcabc9a1b7c6f1cd75ddc78f36c56
-LIBOGG_EXT             = .tar.gz
+LIBOGG_EXT     = .tar.gz
 
 $(LIBOGG)$(LIBOGG_EXT):
        $(call getdist,$@,http://downloads.xiph.org/releases/ogg/$@)
@@ -109,7 +108,7 @@ install-$(LIBOGG): $(LIBOGG)
 
 
 ###########################################################################
-LIBVORBIS              = libvorbis-1.3.2
+LIBVORBIS      = libvorbis-1.3.2
 LIBVORBIS_CKSUM        = c870b9bd5858a0ecb5275c14486d9554
 LIBVORBIS_EXT  = .tar.gz
 
@@ -129,9 +128,9 @@ install-$(LIBVORBIS): $(LIBVORBIS) install-$(LIBOGG)
 
 
 ###########################################################################
-OPENAL                 = openal-soft-1.13-bin
+OPENAL         = openal-soft-1.13-bin
 OPENAL_CKSUM   = b545d3ebb8138cc581cd67f988638f43
-OPENAL_EXT             = .zip
+OPENAL_EXT     = .zip
 OPENAL_VERSION = 1.13
 
 define OPENAL_PCFILE
@@ -167,9 +166,9 @@ install-$(OPENAL): $(OPENAL)$(OPENAL_EXT)
 
 
 ###########################################################################
-ZLIB                   = zlib-1.2.5
-ZLIB_CKSUM             = c735eab2d659a96e5a594c9e8541ad63
-ZLIB_EXT               = .tar.gz
+ZLIB           = zlib-1.2.5
+ZLIB_CKSUM     = c735eab2d659a96e5a594c9e8541ad63
+ZLIB_EXT       = .tar.gz
 ZLIB_VERSION   = 1.2.5
 
 define ZLIB_PCFILE
@@ -208,9 +207,9 @@ install-$(ZLIB): $(ZLIB)
 
 
 ###########################################################################
-LIBPNG                 = libpng-1.5.2
+LIBPNG         = libpng-1.5.2
 LIBPNG_CKSUM   = 31d448eb93a1646359a23f1b23434ab3
-LIBPNG_EXT             = .tar.gz
+LIBPNG_EXT     = .tar.gz
 
 define LIBPNG_PATCH
 diff -ur libpng-1.5.2.orig/configure.pc libpng-1.5.2/configure.pc
@@ -248,7 +247,7 @@ install-$(LIBPNG): $(LIBPNG) install-$(ZLIB)
 
 
 ###########################################################################
-LUA                    = lua-5.1.4
+LUA            = lua-5.1.4
 LUA_CKSUM      = d0870f2de55d59c1c8419f36e8fac150
 LUA_EXT                = .tar.gz
 
This page took 0.020621 seconds and 4 git commands to generate.