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
41ce29d5
Commit
41ce29d5
authored
Apr 21, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify
parent
3c1aab6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
12 deletions
+1
-12
modules/common.am
modules/common.am
+1
-1
modules/genmf
modules/genmf
+0
-11
No files found.
modules/common.am
View file @
41ce29d5
...
...
@@ -11,7 +11,7 @@ libvlcdir = $(libdir)/vlc/$(basedir)
libvlc_LTLIBRARIES =
EXTRA_DIST = Modules.am
BUILT_SOURCES =
CLEANFILES =
CLEANFILES =
$(BUILT_SOURCES)
include $(srcdir)/Modules.am
...
...
modules/genmf
View file @
41ce29d5
...
...
@@ -39,24 +39,13 @@ include \$(top_srcdir)/modules/common.am
EOF
for
mod
in
$mods
do
if
grep
'^nodist_SOURCES_'
${
mod
}
''
<
"
${
modf
}
"
>
/dev/null 2>&1
;
then
NODIST
=
''
;
else
NODIST
=
'#'
;
fi
cat
>>
m4/private.m4
<<
EOF
${
mod
}
) list="
\\\$
{list}
${
dir
}
/lib
${
mod
}
" ;;
EOF
cat
>>
"
${
makf
}
"
<<
EOF
# The
${
mod
}
plugin
EOF
cat
>>
"
${
makf
}
"
<<
EOF
lib
${
mod
}
_plugin_la_SOURCES =
\$
(SOURCES_
${
mod
}
)
EOF
if
[
"
${
NODIST
}
"
!=
"#"
]
;
then
cat
>>
"
${
makf
}
"
<<
EOF
nodist_lib
${
mod
}
_plugin_la_SOURCES =
\$
(nodist_SOURCES_
${
mod
}
)
CLEANFILES +=
\$
(nodist_SOURCES_
${
mod
}
)
EOF
fi
cat
>>
"
${
makf
}
"
<<
EOF
lib
${
mod
}
_plugin_la_CFLAGS =
\$
(AM_CFLAGS)
lib
${
mod
}
_plugin_la_CXXFLAGS =
\$
(AM_CXXFLAGS)
lib
${
mod
}
_plugin_la_OBJCFLAGS =
\$
(AM_OBJCFLAGS)
...
...
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