Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
876df3a7
Commit
876df3a7
authored
May 24, 2008
by
Felix Paul Kühne
Browse files
Add GNU Make 3.81 for Darwin 8
parent
e73d94ef
Changes
3
Show whitespace changes
Inline
Side-by-side
extras/contrib/src/Distributions/darwin.mak
View file @
876df3a7
# Darwin rules
download-all
:
autoconf automake libtool gettext pkgconfig freetype2
\
download-all
:
autoconf
gnumake
automake libtool gettext pkgconfig freetype2
\
fribidi a52dec mpeg2dec libid3tag libmad libogg libvorbis libtheora flac
\
speex libshout faad2 faac lame twolame libebml libmatroska ffmpeg libdca
\
libdvdcss libdvdnav libdvbpsi live libcaca libmodplug xml asa jpeg tiff
\
SDL zlib libpng libgpg-error libgcrypt opencdk gnutls libopendaap libcddb
\
libcdio vcdimager SDL_image glib gecko-sdk mpcdec dirac expat taglib
\
x264 yasm goom lua zvbi fontconfig ncurses all
all
:
.autoconf .automake .libtool .intl .pkgcfg .freetype
\
all
:
.autoconf
.gnumake
.automake .libtool .intl .pkgcfg .freetype
\
.fribidi .a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.flac .speex .shout .faad .faac .lame .twolame .ebml .matroska .ffmpeg
\
.dvdcss .dvdnav .dvdread .dvbpsi .live .caca .mod .asa
\
...
...
extras/contrib/src/Makefile
View file @
876df3a7
...
...
@@ -259,6 +259,28 @@ CLEAN_FILE += .autoconf
CLEAN_PKG
+=
autoconf
DISTCLEAN_PKG
+=
autoconf-
$(AUTOCONF_VERSION)
.tar.bz2
# ***************************************************************************
# gnumake
# ***************************************************************************
make-$(GNUMAKE_VERSION).tar.bz2
:
$(WGET)
$(GNUMAKE_URL)
gnumake
:
make-$(GNUMAKE_VERSION).tar.bz2
$(EXTRACT_BZ2)
.gnumake
:
gnumake
ifdef
HAVE_DARWIN_OS
ifndef
HAVE_DARWIN_9
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
endif
endif
touch
$@
CLEAN_FILE
+=
.gnumake
CLEAN_PKG
+=
gnumake
DISTCLEAN_PKG
+=
make-
$(GNUMAKE_VERSION)
.tar.bz2
# ***************************************************************************
# CMake
# ***************************************************************************
...
...
extras/contrib/src/packages.mak
View file @
876df3a7
...
...
@@ -38,6 +38,8 @@ LIBAMR_WB=$(PENGUIN)/amrwb-$(LIBAMR_WB_VERSION).tar.bz2
# we have to use a newer though, because bootstrap won't work otherwise
AUTOCONF_VERSION
=
2.61
AUTOCONF_URL
=
$(GNU)
/autoconf/autoconf-
$(AUTOCONF_VERSION)
.tar.bz2
GNUMAKE_VERSION
=
3.81
GNUMAKE_URL
=
$(GNU)
/make/make-
$(GNUMAKE_VERSION)
.tar.bz2
CMAKE_VERSION
=
2.6.0
CMAKE_URL
=
http://www.cmake.org/files/v2.6/cmake-
$(CMAKE_VERSION)
.tar.gz
LIBTOOL_VERSION
=
1.5.24
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment