Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
6c46c252
Commit
6c46c252
authored
Feb 25, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt to fix core and all targets with more than one job
parent
00e7882f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
18 deletions
+20
-18
Makefile.am
Makefile.am
+20
-18
No files found.
Makefile.am
View file @
6c46c252
...
...
@@ -200,16 +200,6 @@ DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile
# Building vlc
###############################################################################
.PHONY
:
libvlc
# Shortcut for developpers to rebuild the core (libvlc + vlc)
# Don't use it if you don't know what it is about.
# Don't complain if it doesn't work. -- Courmisch
core
:
libvlc vlc$(EXEEXT)
libvlc
:
cd
src
&&
$(MAKE)
all
bin_PROGRAMS
=
vlc
vlc_SOURCES
=
src/vlc.c
...
...
@@ -218,36 +208,48 @@ EXTRA_vlc_SOURCES = extras/zsh.cpp
# Work around a bug in the arm-wince-pe linker
if
HAVE_WINCE
vlc_WORKAROUNDLDFLAGS
=
$(LIB
_libvlc
)
vlc_WORKAROUNDLDFLAGS
=
$(LIB
VLC
)
endif
# We use DEPENDENCIES_vlc instead of vlc_DEPENDENCIES because of an
# old automake-1.5 bug (automake/279).
DEPENDENCIES_vlc
=
$(LIB_libvlc)
$(DATA_win32_rc)
DEPENDENCIES_vlc
=
src/
$(LIB_libvlc)
$(DATA_win32_rc)
vlc_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
vlc
`
if
USE_LIBTOOL
vlc_LDFLAGS
=
`
$(VLC_CONFIG)
--libs
vlc
`
LIB_libvlc
=
src/
libvlc.la
LIBVLC
=
$(LIB_libvlc)
LIB_libvlc
=
libvlc.la
LIBVLC
=
src/
$(LIB_libvlc)
else
if
BUILD_SHARED
vlc_LDFLAGS
=
`
$(VLC_CONFIG)
--libs
vlc
`
-Wl
,-rpath
$(libdir)
-L
$(top_builddir)
/src
-lvlc
if
HAVE_WIN32
LIB_libvlc
=
src/
libvlc.dll.a
LIB_libvlc
=
libvlc.dll.a
else
LIB_libvlc
=
src/
libvlc
$(LIBEXT)
LIB_libvlc
=
libvlc
$(LIBEXT)
endif
LIBVLC
=
else
vlc_LDFLAGS
=
$(vlc_WORKAROUNDLFDLAGS)
`
$(VLC_CONFIG)
--libs
vlc
builtin
`
LIB_libvlc
=
src/
libvlc.a
LIBVLC
=
$(LIB_libvlc)
LIB_libvlc
=
libvlc.a
LIBVLC
=
src/
$(LIB_libvlc)
DEPENDENCIES_vlc
+=
stamp-builtin
endif
endif
vlc_LDADD
=
$(DATA_win32_rc)
$(LIBVLC)
$(INCLUDED_LIBINTL)
# Shortcut for developpers to rebuild the core (libvlc + vlc)
# Don't use it if you don't know what it is about.
# Don't complain if it doesn't work. -- Courmisch
core
:
rm
-f
src/
$(LIB_libvlc)
$(MAKE)
$(AM_MAKEFLAGS)
vlc
$(EXEEXT)
.PHONY
:
core
src/$(LIB_libvlc)
:
cd
src
&&
$(MAKE)
$(AM_MAKEFLAGS)
$(LIB_libvlc)
vlc$(EXEEXT)
:
$(vlc_OBJECTS) $(DEPENDENCIES_vlc)
@
rm
-f
vlc
$(EXEEXT)
@
case
`
$(VLC_CONFIG)
--linkage
vlc
builtin
`
in
\
...
...
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