Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
e374c656
Commit
e374c656
authored
Feb 14, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Generate aliases silently
parent
5da5356a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
Makefile.am
Makefile.am
+7
-7
No files found.
Makefile.am
View file @
e374c656
...
...
@@ -385,29 +385,29 @@ dist_noinst_SCRIPTS += make-alias
MKALIAS
=
bindir
=
"
$(bindir)
"
transform
=
"
$(transform)
"
program_prefix
=
"
$(program_prefix)
"
program_suffix
=
"
$(program_suffix)
"
$(top_srcdir)
/make-alias
$@
cvlc
:
make-alias Makefile
$(MKALIAS)
dummy
$(
AM_V_GEN)$(
MKALIAS)
dummy
rvlc
:
make-alias Makefile
$(MKALIAS)
rc
$(
AM_V_GEN)$(
MKALIAS)
rc
svlc
:
make-alias Makefile
$(MKALIAS)
skins2
$(
AM_V_GEN)$(
MKALIAS)
skins2
qvlc
:
make-alias Makefile
$(MKALIAS)
qt4
$(
AM_V_GEN)$(
MKALIAS)
qt4
nvlc
:
make-alias Makefile
$(MKALIAS)
ncurses
$(
AM_V_GEN)$(
MKALIAS)
ncurses
mvlc
:
make-alias Makefile
$(MKALIAS)
maemo
$(
AM_V_GEN)$(
MKALIAS)
maemo
if
BUILD_VLC
noinst_SCRIPTS
+=
vlc
$(EXEEXT)
endif
vlc$(EXEEXT)
:
ln
-sf
bin/vlc-static
$(EXEEXT)
vlc
$(EXEEXT)
$(AM_V_GEN)
ln
-sf
bin/vlc-static
$(EXEEXT)
vlc
$(EXEEXT)
if
HAVE_DARWIN
if
BUILD_MACOSX_VLC_APP
...
...
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