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
d9b9bfcf
Commit
d9b9bfcf
authored
Jul 30, 2007
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mozilla: libtool fixes (round 1)
parent
b64a5f2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
71 deletions
+48
-71
mozilla/Makefile.am
mozilla/Makefile.am
+48
-71
No files found.
mozilla/Makefile.am
View file @
d9b9bfcf
...
@@ -2,10 +2,8 @@
...
@@ -2,10 +2,8 @@
# Building the Mozilla plugin
# Building the Mozilla plugin
###############################################################################
###############################################################################
noinst_LIBRARIES
=
$(noinst_LIBRARIES_mozilla)
MOSTLYCLEANFILES
=
CLEANFILES
=
$(BUILT_SOURCES)
MOSTLYCLEANFILES
=
$(npvlc_DATA)
CLEANFILES
=
stamp-pic
$(BUILT_SOURCES)
EXTRA_DIST
=
$(DIST_sources)
install.js npvlc_rc.rc vlc.r
EXTRA_DIST
=
$(DIST_sources)
install.js npvlc_rc.rc vlc.r
SOURCES_mozilla_common
=
\
SOURCES_mozilla_common
=
\
...
@@ -23,24 +21,30 @@ SOURCES_mozilla_common = \
...
@@ -23,24 +21,30 @@ SOURCES_mozilla_common = \
DIST_sources
=
$(SOURCES_mozilla_common)
\
DIST_sources
=
$(SOURCES_mozilla_common)
\
support/npwin.cpp support/npmac.cpp support/npunix.c
support/npwin.cpp support/npmac.cpp support/npunix.c
LIBRARIES_libvlc_pic
=
-L
$(top_builddir)
/src
-lvlc
LIBRARIES_libvlc_nopic
=
$(LIBRARIES_libvlc_pic)
if
BUILD_MOZILLA
if
BUILD_MOZILLA
LIBRARIES_libvlc
=
$(top_builddir)
/src/libvlc-control.la
\
$(top_builddir)
/src/libvlc.la
if
HAVE_WIN32
# Under Win32, Mozilla plugins need to be named NP******.DLL, but under Unix
# Under Win32, Mozilla plugins need to be named NP******.DLL, but under Unix
# the common naming scheme is lib******plugin.so. Also, we need npwin.cpp
# the common naming scheme is lib******plugin.so. Also, we need npwin.cpp
# under Win32 and npunix.c under Unix.
# under Win32 and npunix.c under Unix.
if
HAVE_WIN32
#
lib_LTLIBRARIES
=
npvlc.la
LIBRARIES_libvlc
=
$(LIBRARIES_libvlc_nopic)
npvlc
=
npvlc
$(LIBEXT)
npvlcdir
=
$(libdir)
noinst_DATA
=
npvlc_rc.
$(OBJEXT)
SOURCES_support
=
support/npwin.cpp
SOURCES_support
=
support/npwin.cpp
CPPFLAGS_mozilla_EXTRA
=
-DXP_WIN
-DXP_WIN32
CPPFLAGS_mozilla_EXTRA
=
-DXP_WIN
-DXP_WIN32
LDFLAGS_npvlc
=
-shared
-Wl
,--kill-at
$(LIBRARIES_libvlc)
LDFLAGS_mozilla_EXTRA
=
-no-undefined
-Wl
,--kill-at
-Wl
,
$(DATA_npvlc_rc)
npvlc_la_SOURCES
=
$(SOURCES_mozilla_common)
$(SOURCES_support)
npvlc_la_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
mozilla
`
$(CPPFLAGS_mozilla_extra)
npvlc_la_CXXFLAGS
=
`
$(VLC_CONFIG)
--cxxflags
mozilla
`
$(CPPFLAGS_mozilla_extra)
npvlc_la_DEPENDENCIES
=
$(DATA_npvlc_rc)
$(LIBRARIES_libvlc)
npvlc_la_LDFLAGS
=
`
$(VLC_CONFIG)
--libs
mozilla
`
-module
-avoid-version
\
$(LDFLAGS_mozilla_EXTRA)
npvlc_la_LIBADD
=
$(LIBRARIES_libvlc)
DATA_npvlc_rc
=
$(noinst_npvlc_rc_DATA)
DATA_npvlc_rc
=
$(noinst_npvlc_rc_DATA)
noinst_npvlc_rc_DATA
=
npvlc_rc.
$(OBJEXT)
noinst_npvlc_rc_DATA
=
npvlc_rc.
$(OBJEXT)
...
@@ -54,12 +58,11 @@ npvlc_rc.$(OBJEXT): npvlc_rc.rc
...
@@ -54,12 +58,11 @@ npvlc_rc.$(OBJEXT): npvlc_rc.rc
else
else
if
HAVE_DARWIN
if
HAVE_DARWIN
LIBRARIES_libvlc
=
$(LIBRARIES_libvlc_nopic)
#
npvlc
=
npvlc
$(LIBEXT)
# MacOS X
npvlcdir
=
$(libdir)
#
noinst_DATA
=
npvlc.rsrc VLC
\
Plugin.plugin
MOSTLYCLEANFILES
+=
npvlc.rsrc
lib_LTLIBRARIES
=
npvlc.la
CLEANFILES
+=
VLC
\
Plugin.plugin
SOURCES_support
=
support/npmac.cpp
SOURCES_support
=
support/npmac.cpp
CPPFLAGS_mozilla_EXTRA
=
-I
.
-I
$(top_builddir)
-I
$(srcdir)
/../include
-c
\
CPPFLAGS_mozilla_EXTRA
=
-I
.
-I
$(top_builddir)
-I
$(srcdir)
/../include
-c
\
...
@@ -68,8 +71,20 @@ CPPFLAGS_mozilla_EXTRA = -I. -I$(top_builddir) -I$(srcdir)/../include -c \
...
@@ -68,8 +71,20 @@ CPPFLAGS_mozilla_EXTRA = -I. -I$(top_builddir) -I$(srcdir)/../include -c \
-Wmost
-Wno-four-char-constants
-Wno-unknown-pragmas
-DXP_MACOSX
=
1
\
-Wmost
-Wno-four-char-constants
-Wno-unknown-pragmas
-DXP_MACOSX
=
1
\
-DNO_X11
=
1
-DUSE_SYSTEM_CONSOLE
=
1
-pipe
-fmessage-length
=
0
\
-DNO_X11
=
1
-DUSE_SYSTEM_CONSOLE
=
1
-pipe
-fmessage-length
=
0
\
-include
mozilla-config.h
-include
mozilla-config.h
LDFLAGS_npvlc
=
-bundle
-read_only_relocs
suppress
\
LDFLAGS_mozilla_EXTRA
=
-no-undefined
-bundle
-read_only_relocs
suppress
\
$(LIBRARIES_libvlc)
-dylib
-headerpad_max_install_names
-dylib
-headerpad_max_install_names
-shrext
$(LIBEXT)
npvlc_la_SOURCES
=
$(SOURCES_mozilla_common)
$(SOURCES_support)
npvlc_la_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
mozilla
`
$(CPPFLAGS_mozilla_EXTRA)
npvlc_la_CXXFLAGS
=
`
$(VLC_CONFIG)
--cxxflags
mozilla
`
$(CPPFLAGS_mozilla_EXTRA)
npvlc_la_DEPENDENCIES
=
$(LIBRARIES_libvlc)
npvlc_la_LDFLAGS
=
`
$(VLC_CONFIG)
--libs
mozilla
`
-module
-avoid-version
\
$(LDFLAGS_mozilla_EXTRA)
npvlc_la_LIBADD
=
$(LIBRARIES_libvlc)
noinst_DATA
=
npvlc.rsrc VLC
\
Plugin.plugin
MOSTLYCLEANFILES
+=
npvlc.rsrc
CLEANFILES
+=
VLC
\
Plugin.plugin
npvlc.rsrc
:
$(srcdir)/vlc.r
npvlc.rsrc
:
$(srcdir)/vlc.r
/Developer/Tools/Rez
-useDF
/Developer/Headers/FlatCarbon/Types.r
$<
-o
$@
/Developer/Tools/Rez
-useDF
/Developer/Headers/FlatCarbon/Types.r
$<
-o
$@
...
@@ -90,7 +105,7 @@ define FIXEXECPATH
...
@@ -90,7 +105,7 @@ define FIXEXECPATH
}'
| sh
-x
}'
| sh
-x
endef
endef
VLC\ Plugin.plugin
:
npvlc.rsrc
npvlc.dylib
VLC\ Plugin.plugin
:
npvlc.rsrc
$(lib_LTLIBRARIES)
rm
-Rf
"
$@
"
rm
-Rf
"
$@
"
$(INSTALL)
-d
"./
$@
/Contents/MacOS"
$(INSTALL)
-d
"./
$@
/Contents/MacOS"
$(INSTALL)
npvlc.dylib
"./
$@
/Contents/MacOS/VLC Plugin"
$(INSTALL)
npvlc.dylib
"./
$@
/Contents/MacOS/VLC Plugin"
...
@@ -126,61 +141,23 @@ VLC\ Plugin.plugin: npvlc.rsrc npvlc.dylib
...
@@ -126,61 +141,23 @@ VLC\ Plugin.plugin: npvlc.rsrc npvlc.dylib
else
else
LIBRARIES_libvlc
=
-Wl
,-rpath
'
$(libdir)
'
$(LIBRARIES_libvlc_pic)
#
npvlc
=
libvlcplugin
$(LIBEXT)
# UNIX/Others platforms
npvlcdir
=
$(libdir)
/mozilla/plugins
#
SOURCES_support
=
support/npunix.c
noinst_DATA
=
LDFLAGS_npvlc
=
-shared
$(LIBRARIES_libvlc)
endif
endif
noinst_LIBRARIES_mozilla
=
libnpvlc.a
# FIXME: name is incorrect on Win32 & Darwin
npvlc_LTLIBRARIES
=
libvlcplugin.la
npvlc_LTLIBRARIES
=
libvlcplugin.la
endif
if
HAVE_WIN32
npvlc
=
libvlcplugin
$(LIBEXT)
pic
=
npvlcdir
=
$(libdir)
/mozilla/plugins
else
SOURCES_support
=
support/npunix.c
pic
=
pic
endif
libvlcplugin_la_SOURCES
=
$(SOURCES_mozilla_common)
$(SOURCES_support)
libvlcplugin_la_SOURCES
=
$(SOURCES_mozilla_common)
$(SOURCES_support)
libvlcplugin_la_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
mozilla
`
libvlcplugin_la_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
mozilla
`
libvlcplugin_la_CXXFLAGS
=
`
$(VLC_CONFIG)
--cxxflags
mozilla
`
libvlcplugin_la_CXXFLAGS
=
`
$(VLC_CONFIG)
--cxxflags
mozilla
`
libvlcplugin_la_LDFLAGS
=
`
$(VLC_CONFIG)
--libs
mozilla
`
-module
-avoid-version
-shrext
$(LIBEXT)
libvlcplugin_la_LDFLAGS
=
`
$(VLC_CONFIG)
--libs
mozilla
`
-module
-avoid-version
-shrext
$(LIBEXT)
libvlcplugin_la_LIBADD
=
../src/libvlc-control.la
libvlcplugin_la_LIBADD
=
$(LIBRARIES_libvlc)
libnpvlc_a_SOURCES
=
$(SOURCES_mozilla_common)
$(SOURCES_support)
libnpvlc_a_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
mozilla pic
`
\
$(CPPFLAGS_mozilla_EXTRA)
libnpvlc_a_CXXFLAGS
=
`
$(VLC_CONFIG)
--cxxflags
mozilla pic
`
\
$(CPPFLAGS_mozilla_EXTRA)
LDFLAGS_libnpvlc
=
$(LDFLAGS_npvlc)
`
$(VLC_CONFIG)
--libs
mozilla libvlc
builtin
pic
`
libnpvlc_a_DEPENDENCIES
=
$(DATA_npvlc_rc)
$(npvlc)
:
$(libnpvlc_a_OBJECTS) $(libnpvlc_a_DEPENDENCIES) stamp-pic
$(CXXLINK)
$(libnpvlc_a_OBJECTS)
$(DATA_npvlc_rc)
\
$(LDFLAGS_libnpvlc)
# Cygwin work-around
@if
test
-f
"$@.exe"
;
then
mv
-f
"$@.exe"
"$@"
;
fi
###############################################################################
endif
# Stamp rules
endif
###############################################################################
endif
stamp-pic
:
@
for
dep
in
""
`
$(VLC_CONFIG)
--target
builtin
pic
`
;
do
\
if
test
"
$
${dep}
"
-nt
"
$(LIBRARIES_mozilla)
"
;
then
\
rm
-f
$@
;
\
break
;
\
fi
;
\
done
@
if
test
!
-f
$@
;
then
printf
""
>
$@
;
fi
###############################################################################
# Force rule
###############################################################################
.PHONY
:
stamp-pic
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