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
3c1aab6d
Commit
3c1aab6d
authored
Apr 21, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dead code
parent
cd369d68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
modules/genmf
modules/genmf
+0
-8
No files found.
modules/genmf
View file @
3c1aab6d
...
@@ -45,13 +45,6 @@ EOF
...
@@ -45,13 +45,6 @@ EOF
cat
>>
m4/private.m4
<<
EOF
cat
>>
m4/private.m4
<<
EOF
${
mod
}
) list="
\\\$
{list}
${
dir
}
/lib
${
mod
}
" ;;
${
mod
}
) list="
\\\$
{list}
${
dir
}
/lib
${
mod
}
" ;;
EOF
EOF
# Generation of modules/**/Makefile.am
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# - L_ is for LIBRARIES_, D_ for DATA_, B_ for BUILT_SOURCES_, F_ for LDFLAGS_,
# S_ for SOURCES_, _p is for _plugin, _b is for _builtin. This is to reduce
# the resulting file size.
# - *_CFLAGS, *_CXXFLAGS etc. because per-object CPPFLAGS does not seem to
# work properly with any automake version I tested.
cat
>>
"
${
makf
}
"
<<
EOF
cat
>>
"
${
makf
}
"
<<
EOF
# The
${
mod
}
plugin
# The
${
mod
}
plugin
EOF
EOF
...
@@ -61,7 +54,6 @@ EOF
...
@@ -61,7 +54,6 @@ EOF
if
[
"
${
NODIST
}
"
!=
"#"
]
;
then
cat
>>
"
${
makf
}
"
<<
EOF
if
[
"
${
NODIST
}
"
!=
"#"
]
;
then
cat
>>
"
${
makf
}
"
<<
EOF
nodist_lib
${
mod
}
_plugin_la_SOURCES =
\$
(nodist_SOURCES_
${
mod
}
)
nodist_lib
${
mod
}
_plugin_la_SOURCES =
\$
(nodist_SOURCES_
${
mod
}
)
CLEANFILES +=
\$
(nodist_SOURCES_
${
mod
}
)
CLEANFILES +=
\$
(nodist_SOURCES_
${
mod
}
)
BUILT_SOURCES +=
\$
(B
${
mod
}
)
EOF
EOF
fi
fi
cat
>>
"
${
makf
}
"
<<
EOF
cat
>>
"
${
makf
}
"
<<
EOF
...
...
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