Commit 16600c8f authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

contrib: Build tools first.

parent dd5d3f52
...@@ -37,6 +37,7 @@ endif ...@@ -37,6 +37,7 @@ endif
all: $(TARGETALL) all: $(TARGETALL)
using-src: using-src:
$(MAKE) -C build-src tools
$(MAKE) -C build-src $(MAKE) -C build-src
ifdef HAVE_DARWIN_10 ifdef HAVE_DARWIN_10
......
# Darwin rules # Darwin rules
all: .automake .libtool .intl .pkgcfg .yasm .freetype \ TOOLS = .libtool .intl .pkgcfg .yasm .automake
all: .freetype \
.fribidi .a52 .mpeg2 .mad .ogg .vorbis .vorbisenc .theora \ .fribidi .a52 .mpeg2 .mad .ogg .vorbis .vorbisenc .theora \
.flac .speex .shout .faad .lame .twolame .ebml .matroska .ffmpeg \ .flac .speex .shout .faad .lame .twolame .ebml .matroska .ffmpeg \
.dvdcss .libdvdread .dvdnav .dvbpsi .live .caca .mod .fontconfig \ .dvdcss .libdvdread .dvdnav .dvbpsi .live .caca .mod .fontconfig \
......
# Darwin rules # Darwin rules
all: .automake .libtool .intl .pkgcfg .yasm .freetype \ TOOLS = .libtool .intl .pkgcfg .yasm .automake
all: .freetype \
.fribidi .a52 .mpeg2 .mad .ogg .vorbis .vorbisenc .theora \ .fribidi .a52 .mpeg2 .mad .ogg .vorbis .vorbisenc .theora \
.flac .speex .shout .faad .lame .twolame .ebml .matroska .ffmpeg \ .flac .speex .shout .faad .lame .twolame .ebml .matroska .ffmpeg \
.dvdcss .libdvdread .dvdnav .dvbpsi .live .caca .mod .fontconfig \ .dvdcss .libdvdread .dvdnav .dvbpsi .live .caca .mod .fontconfig \
......
...@@ -2671,6 +2671,8 @@ CLEAN_FILE += .gme ...@@ -2671,6 +2671,8 @@ CLEAN_FILE += .gme
CLEAN_PKG += game-music-emu-$(GME_VERSION) CLEAN_PKG += game-music-emu-$(GME_VERSION)
DISTCLEAN_PKG += game-music-emu-$(GME_VERSION).tbz2 DISTCLEAN_PKG += game-music-emu-$(GME_VERSION).tbz2
tools: $(TOOLS)
# *************************************************************************** # ***************************************************************************
# Some cleaning # Some cleaning
# *************************************************************************** # ***************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment