Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
31f0666a
Commit
31f0666a
authored
Jul 08, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* bootstrap: Removed dashes from makefile variables.
parent
f5b6180c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
bootstrap
bootstrap
+8
-8
No files found.
bootstrap
View file @
31f0666a
#! /bin/sh
#! /bin/sh
## bootstrap file for the VLC media player
## bootstrap file for the VLC media player
## $Id: bootstrap,v 1.6
7 2003/07/08 13:09:30
sam Exp $
## $Id: bootstrap,v 1.6
8 2003/07/08 13:40:57
sam Exp $
##
##
## Authors: Sam Hocevar <sam@zoy.org>
## Authors: Sam Hocevar <sam@zoy.org>
...
@@ -160,10 +160,10 @@ else
...
@@ -160,10 +160,10 @@ else
endif
endif
if UNTRUE
if UNTRUE
L
${
mod
}
-
p = lib
${
mod
}
_plugin.a
L
${
mod
}
p = lib
${
mod
}
_plugin.a
D
${
mod
}
-
p = lib
${
mod
}
_plugin
\$
(LIBEXT)
D
${
mod
}
p = lib
${
mod
}
_plugin
\$
(LIBEXT)
L
${
mod
}
-
b = lib
${
mod
}
.a
L
${
mod
}
b = lib
${
mod
}
.a
L
${
mod
}
-
pic = lib
${
mod
}
_pic.a
L
${
mod
}
pic = lib
${
mod
}
_pic.a
EOF
EOF
if
[
"
${
NODIST
}
"
!=
"#"
]
;
then
cat
>>
modules/
${
dir
}
/Makefile.am
<<
EOF
if
[
"
${
NODIST
}
"
!=
"#"
]
;
then
cat
>>
modules/
${
dir
}
/Makefile.am
<<
EOF
B
${
mod
}
=
\$
(nodist_SOURCES_
${
mod
}
)
B
${
mod
}
=
\$
(nodist_SOURCES_
${
mod
}
)
...
@@ -211,11 +211,11 @@ lib${mod}_a_CFLAGS = \`\$(VLC_CONFIG) --cflags builtin ${mod}\`
...
@@ -211,11 +211,11 @@ lib${mod}_a_CFLAGS = \`\$(VLC_CONFIG) --cflags builtin ${mod}\`
lib
${
mod
}
_a_CXXFLAGS =
\`\$
(VLC_CONFIG) --cxxflags builtin
${
mod
}
\`
lib
${
mod
}
_a_CXXFLAGS =
\`\$
(VLC_CONFIG) --cxxflags builtin
${
mod
}
\`
lib
${
mod
}
_a_OBJCFLAGS =
\`\$
(VLC_CONFIG) --objcflags builtin
${
mod
}
\`
lib
${
mod
}
_a_OBJCFLAGS =
\`\$
(VLC_CONFIG) --objcflags builtin
${
mod
}
\`
libvlc_LIBRARIES +=
\$
(L
${
mod
}
-b)
\$
(L
${
mod
}
-
pic)
libvlc_LIBRARIES +=
\$
(L
${
mod
}
b)
\$
(L
${
mod
}
pic)
lib
${
mod
}
_DATA =
\$
(D
${
mod
}
-
p)
lib
${
mod
}
_DATA =
\$
(D
${
mod
}
p)
lib
${
mod
}
dir =
\$
(libdir)/vlc/
${
topdir
}
lib
${
mod
}
dir =
\$
(libdir)/vlc/
${
topdir
}
${
PRIVATE
}
noinst_LIBRARIES +=
\$
(L
${
mod
}
-
p)
${
PRIVATE
}
noinst_LIBRARIES +=
\$
(L
${
mod
}
p)
${
PRIVATE
}
lib
${
mod
}
_plugin
\$
(LIBEXT):
\$
(lib
${
mod
}
_plugin_a_OBJECTS)
${
PRIVATE
}
lib
${
mod
}
_plugin
\$
(LIBEXT):
\$
(lib
${
mod
}
_plugin_a_OBJECTS)
${
PRIVATE
}
@case
\`\$
(VLC_CONFIG) --linkage
${
mod
}
\`
in
\\
${
PRIVATE
}
@case
\`\$
(VLC_CONFIG) --linkage
${
mod
}
\`
in
\\
${
PRIVATE
}
c++) echo
\$
(CXXLINK)
\$
(lib
${
mod
}
_plugin_a_OBJECTS)
\\\`\$
(VLC_CONFIG) --libs plugin
${
mod
}
\\\`
;
\$
(CXXLINK)
\$
(lib
${
mod
}
_plugin_a_OBJECTS)
\`\$
(VLC_CONFIG) --libs plugin
${
mod
}
\`
;;
\\
${
PRIVATE
}
c++) echo
\$
(CXXLINK)
\$
(lib
${
mod
}
_plugin_a_OBJECTS)
\\\`\$
(VLC_CONFIG) --libs plugin
${
mod
}
\\\`
;
\$
(CXXLINK)
\$
(lib
${
mod
}
_plugin_a_OBJECTS)
\`\$
(VLC_CONFIG) --libs plugin
${
mod
}
\`
;;
\\
...
...
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