Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
247becb9
Commit
247becb9
authored
May 24, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./Makefile.am: used $(srcdir) where necessary (Closes: #319).
parent
23455b35
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
96 additions
and
96 deletions
+96
-96
Makefile.am
Makefile.am
+96
-96
No files found.
Makefile.am
View file @
247becb9
...
@@ -216,13 +216,13 @@ HEADERS_include_built = \
...
@@ -216,13 +216,13 @@ HEADERS_include_built = \
$(NULL)
$(NULL)
include/vlc_symbols.h
:
Makefile $(HEADERS_include)
include/vlc_symbols.h
:
Makefile $(HEADERS_include)
./toolbox
--update-includes
$(BUILTINS)
cd
$(srcdir)
&&
./toolbox
--update-includes
$(BUILTINS)
src/misc/modules_plugin.h
:
Makefile src/misc/modules_plugin.h.in $(HEADERS_include)
src/misc/modules_plugin.h
:
Makefile src/misc/modules_plugin.h.in $(HEADERS_include)
./toolbox
--update-includes
$(BUILTINS)
cd
$(srcdir)
&&
./toolbox
--update-includes
$(BUILTINS)
src/misc/modules_builtin.h
:
Makefile src/misc/modules_builtin.h.in
src/misc/modules_builtin.h
:
Makefile src/misc/modules_builtin.h.in
./toolbox
--update-includes
$(BUILTINS)
cd
$(srcdir)
&&
./toolbox
--update-includes
$(BUILTINS)
# These dependencies are mandatory
# These dependencies are mandatory
$(SOURCES)
:
include/vlc_symbols.h
$(SOURCES)
:
include/vlc_symbols.h
...
@@ -233,7 +233,7 @@ $(SOURCES_libvlc): src/misc/modules_plugin.h src/misc/modules_builtin.h $(LIB_in
...
@@ -233,7 +233,7 @@ $(SOURCES_libvlc): src/misc/modules_plugin.h src/misc/modules_builtin.h $(LIB_in
###############################################################################
###############################################################################
intl/libintl.a
:
FORCE
intl/libintl.a
:
FORCE
cd
intl
&&
$(MAKE)
cd
$(srcdir)
/
intl
&&
$(MAKE)
if
BUILD_INTL
if
BUILD_INTL
LIB_intl
=
intl/libintl.a
LIB_intl
=
intl/libintl.a
...
@@ -316,18 +316,9 @@ EXTRA_DIST += \
...
@@ -316,18 +316,9 @@ EXTRA_DIST += \
evc/modules_builtin_evc.h
\
evc/modules_builtin_evc.h
\
$(NULL)
$(NULL)
show-libvlc-sources
:
FORCE
@
echo
X:
$(SOURCES_libvlc_common)
$(SOURCES_libvlc_win32)
$(SOURCES_libvlc_dirent)
$(SOURCES_libvlc_getopt)
show-libvlc-headers
:
FORCE
@
echo
X:
$(HEADERS_include)
$(HEADERS_include_built)
show-libvlc-pkg-headers
:
FORCE
@
echo
X:
$(dist_pkginclude_HEADERS)
dist-hook
:
dist-hook
:
mv
vlc.ebuild
vlc-
${VERSION}
.ebuild
mv
$(distdir)
/vlc.ebuild
$(distdir)
/
vlc-
${VERSION}
.ebuild
cd
$(distdir)
;
.
/toolbox
--update-vc
cd
$(distdir)
&&
$(srcdir)
/toolbox
--update-vc
###############################################################################
###############################################################################
# Building libvlc
# Building libvlc
...
@@ -471,16 +462,17 @@ vlc_CFLAGS = $(CPPFLAGS_default) $(CFLAGS_default)
...
@@ -471,16 +462,17 @@ vlc_CFLAGS = $(CPPFLAGS_default) $(CFLAGS_default)
DEPENDENCIES_vlc
=
lib/libvlc.a
$(L_builtin)
$(DATA_win32_rc)
$(LIB_intl)
DEPENDENCIES_vlc
=
lib/libvlc.a
$(L_builtin)
$(DATA_win32_rc)
$(LIB_intl)
vlc$(EXEEXT)
:
$(vlc_OBJECTS) $(DEPENDENCIES_vlc)
vlc$(EXEEXT)
:
$(vlc_OBJECTS) $(DEPENDENCIES_vlc)
@
rm
-f
vlc
$(EXEEXT)
@
rm
-f
$(srcdir)
/
vlc
$(EXEEXT)
$(LINK)
$(vlc_LDFLAGS)
$(vlc_OBJECTS)
$(vlc_LDADD)
$(LIBS)
$(LINK)
$(vlc_LDFLAGS)
$(vlc_OBJECTS)
$(vlc_LDADD)
$(LIBS)
if
HAVE_BEOS
if
HAVE_BEOS
xres
-o
$@
.
/share/vlc_beos.rsrc
xres
-o
$@
$(srcdir)
/share/vlc_beos.rsrc
mimeset
-f
$@
mimeset
-f
$@
rm
-Rf
locale
;
mkdir
locale
rm
-Rf
$(srcdir)/locale
;
mkdir
$(srcdir)/
locale
for
i
in
$(ALL_LINGUAS);
do
\
for
i
in
$(ALL_LINGUAS);
do
\
mkdir
-p
locale/$${i}/LC_MESSAGES
;
\
mkdir
-p
$(srcdir)/locale/$${i}/LC_MESSAGES
;
\
cp
po/$${i}.gmo
locale/$${i}/LC_MESSAGES/vlc.mo
||
true
;
\
cp
$(srcdir)/po/$${i}.gmo
\
$(srcdir)/locale/$${i}/LC_MESSAGES/vlc.mo
||
true
;
\
done
done
endif
endif
...
@@ -497,26 +489,28 @@ vlc_app_DATA = VLC.app
...
@@ -497,26 +489,28 @@ vlc_app_DATA = VLC.app
vlc_appdir
=
$(bindir)
vlc_appdir
=
$(bindir)
VLC.app
:
vlc $(PLUGIN_FILES)
VLC.app
:
vlc $(PLUGIN_FILES)
rm
-Rf
VLC.app
rm
-Rf
VLC.app
cd
extras/MacOSX
;
pbxbuild
-target
vlc |
grep
-v
'^\([ \t]\|$$\)'
cd
$(srcdir)
/extras/MacOSX
&&
pbxbuild
-target
vlc |
grep
-v
'^\([ \t]\|$$\)'
cp
-r
extras/MacOSX/build/vlc.bundle .
/VLC.app
cp
-r
$(srcdir)
/extras/MacOSX/build/vlc.bundle
$(srcdir)
/VLC.app
$(INSTALL)
-d
VLC.app/Contents/MacOS
$(INSTALL)
-d
$(srcdir)
/
VLC.app/Contents/MacOS
$(INSTALL)
vlc VLC.app/Contents/MacOS/VLC
$(INSTALL)
vlc
$(srcdir)
/
VLC.app/Contents/MacOS/VLC
$(INSTALL)
-d
VLC.app/Contents/MacOS/modules
$(INSTALL)
-d
$(srcdir)
/
VLC.app/Contents/MacOS/modules
for
i
in
dummy
$(PLUGIN_FILES)
;
do if
test
"x
$$
i"
!=
"xdummy"
;
then
\
for
i
in
dummy
$(PLUGIN_FILES)
;
do if
test
"x
$$
i"
!=
"xdummy"
;
then
\
$(INSTALL)
$$
i VLC.app/Contents/MacOS/modules/
;
\
$(INSTALL)
$(srcdir)
/
$$
i
\
$(srcdir)
/VLC.app/Contents/MacOS/modules/
;
\
fi
;
done
fi
;
done
$(INSTALL)
-d
VLC.app/Contents/MacOS/share
$(INSTALL)
-d
$(srcdir)
/VLC.app/Contents/MacOS/share
$(INSTALL)
-m
644 share/
*
.psf share/
*
.rle VLC.app/Contents/MacOS/share
$(INSTALL)
-m
644
$(srcdir)
/share/
*
.psf
$(srcdir)
/share/
*
.rle
\
$(INSTALL)
-d
VLC.app/Contents/MacOS/locale
$(srcdir)
/VLC.app/Contents/MacOS/share
$(INSTALL)
-d
$(srcdir)
/VLC.app/Contents/MacOS/locale
for
i
in
$(ALL_LINGUAS)
;
do
\
for
i
in
$(ALL_LINGUAS)
;
do
\
mkdir
-p
VLC.app/Contents/MacOS/locale/
$
${i}
/LC_MESSAGES
;
\
mkdir
-p
$(srcdir)
/
VLC.app/Contents/MacOS/locale/
$
${i}
/LC_MESSAGES
;
\
cp
po/
$
${i}
.gmo
VLC.app/Contents/MacOS/locale/
$
${i}
/LC_MESSAGES/vlc.mo
||
true
;
\
cp
$(srcdir)
/po/
$
${i}
.gmo
$(srcdir)
/
VLC.app/Contents/MacOS/locale/
$
${i}
/LC_MESSAGES/vlc.mo
||
true
;
\
mkdir
-p
VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
mkdir
-p
$(srcdir)
/
VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
ln
-sf
../English.lproj/InfoPlist.strings VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
ln
-sf
../English.lproj/InfoPlist.strings
$(srcdir)
/
VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
ln
-sf
../English.lproj/MainMenu.nib VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
ln
-sf
../English.lproj/MainMenu.nib
$(srcdir)
/
VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
ln
-sf
../English.lproj/vlc.scriptTerminology VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
ln
-sf
../English.lproj/vlc.scriptTerminology
$(srcdir)
/
VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
done
done
echo
-n
"APPLVLC#"
>
|
VLC.app/Contents/PkgInfo
printf
"APPLVLC#"
>
|
$(srcdir)
/
VLC.app/Contents/PkgInfo
endif
endif
if
HAVE_WIN32
if
HAVE_WIN32
...
@@ -524,7 +518,7 @@ DATA_win32_rc = $(noinst_share_vlc_win32_rc_DATA)
...
@@ -524,7 +518,7 @@ DATA_win32_rc = $(noinst_share_vlc_win32_rc_DATA)
noinst_share_vlc_win32_rc_DATA
=
share/vlc_win32_rc.
$(OBJEXT)
noinst_share_vlc_win32_rc_DATA
=
share/vlc_win32_rc.
$(OBJEXT)
noinst_share_vlc_win32_rcdir
=
$(libdir)
noinst_share_vlc_win32_rcdir
=
$(libdir)
share/vlc_win32_rc.$(OBJEXT)
:
share/vlc_win32_rc.rc
share/vlc_win32_rc.$(OBJEXT)
:
share/vlc_win32_rc.rc
$(WINDRES)
--include-dir
share
-i
$<
-o
$@
$(WINDRES)
--include-dir
$(srcdir)
/
share
-i
$<
-o
$@
endif
endif
###############################################################################
###############################################################################
...
@@ -536,114 +530,120 @@ endif
...
@@ -536,114 +530,120 @@ endif
#
#
# Check that tmp isn't in the way
# Check that tmp isn't in the way
package-win32
:
package-win32
:
@
if
test
-e
tmp
;
then
\
@
if
test
-e
$(srcdir)
/tmp
;
then
\
echo
"Error: please remove ./tmp, it is in the way"
;
false
;
\
echo
"Error: please remove
$(srcdir)
/tmp, it is in the way"
;
\
false
;
\
else
\
else
\
echo
"OK."
;
mkdir
tmp
;
\
echo
"OK."
;
mkdir
$(srcdir)
/
tmp
;
\
fi
fi
# Create installation script
# Create installation script
cp
install-win32
tmp/nsi
cp
$(srcdir)/install-win32
$(srcdir)/
tmp/nsi
# Copy relevant files
# Copy relevant files
cp
vlc$(EXEEXT)
tmp/
cp
$(srcdir)/vlc$(EXEEXT)
$(srcdir)/tmp/
$(STRIP)
tmp/vlc$(EXEEXT)
$(STRIP)
$(srcdir)/tmp/vlc$(EXEEXT)
cp
INSTALL.win32
tmp/INSTALL.txt
;
unix2dos
tmp/INSTALL.txt
cp
$(srcdir)/INSTALL.win32
$(srcdir)/tmp/INSTALL.txt
unix2dos
$(srcdir)/tmp/INSTALL.txt
for
file
in
AUTHORS
MAINTAINERS
THANKS
NEWS
COPYING
README
;
\
for
file
in
AUTHORS
MAINTAINERS
THANKS
NEWS
COPYING
README
;
\
do
cp
$$file
tmp/$${file}.txt
;
\
do
cp
$(srcdir)/$$file
$(srcdir)/
tmp/$${file}.txt
;
\
unix2dos
tmp/$${file}.txt
;
done
unix2dos
$(srcdir)/
tmp/$${file}.txt
;
done
mkdir
tmp/plugins
mkdir
$(srcdir)/
tmp/plugins
for
i
in
dummy
$(PLUGIN_FILES)
;
do
if
test
"x$$i"
!=
"xdummy"
;
then
\
for
i
in
dummy
$(PLUGIN_FILES)
;
do
if
test
"x$$i"
!=
"xdummy"
;
then
\
$(INSTALL)
$
$i
tmp/plugins/
;
\
$(INSTALL)
$
(srcdir)/$$i
$(srcdir)/
tmp/plugins/
;
\
fi
;
done
fi
;
done
for
i
in
dummy
tmp/plugins/*$(LIBEXT)
;
\
for
i
in
dummy
$(srcdir)/
tmp/plugins/*$(LIBEXT)
;
\
do
if
test
$$i
!=
tmp/plugins/libwin32_plugin
$(LIBEXT)
\
do
if
test
$$i
!=
$(srcdir)
/
tmp/plugins/libwin32_plugin
$(LIBEXT)
\
-a
$$
i
!=
dummy
;
then
$(STRIP)
$$
i
;
fi
;
done
-a
$$
i
!=
dummy
;
then
$(STRIP)
$$
i
;
fi
;
done
mkdir
tmp/share
mkdir
$(srcdir)/
tmp/share
cp
share/*.rle
tmp/share/
;
cp
$(srcdir)/share/*.rle
$(srcdir)/
tmp/share/
;
mkdir
tmp/locale
mkdir
$(srcdir)/
tmp/locale
for
i
in
$(ALL_LINGUAS);
do
\
for
i
in
$(ALL_LINGUAS);
do
\
mkdir
-p
tmp/locale/$${i}/LC_MESSAGES
;
\
mkdir
-p
$(srcdir)/tmp/locale/$${i}/LC_MESSAGES
;
\
cp
po/$${i}.gmo
tmp/locale/$${i}/LC_MESSAGES/vlc.mo
||
true
;
\
cp
$(srcdir)/po/$${i}.gmo
\
$(srcdir)/tmp/locale/$${i}/LC_MESSAGES/vlc.mo
||
true
;
\
done
done
mkdir
-p
tmp/skins/default
mkdir
-p
$(srcdir)/
tmp/skins/default
for
i
in
share/skins/default/*.*;
do
\
for
i
in
$(srcdir)/
share/skins/default/*.*;
do
\
cp
$$i
tmp/skins/default/
||
true
;
\
cp
$$i
$(srcdir)/
tmp/skins/default/
||
true
;
\
done
done
for
i
in
doc/skins/*.txt;
do
\
for
i
in
$(srcdir)/
doc/skins/*.txt;
do
\
cp
$$i
tmp/skins/
||
true
;
\
cp
$$i
$(srcdir)/
tmp/skins/
||
true
;
\
done
done
$(MAKE)
-C
doc/faq
html
;
$(MAKE)
-C
$(srcdir)/
doc/faq
html
;
cp
doc/faq/faq.html
tmp/FAQ.htm
;
cp
$(srcdir)/doc/faq/faq.html
$(srcdir)/
tmp/FAQ.htm
;
# Create package
# Create package
wine
~/.wine/fake_windows/Program\
Files/NSIS/makensis.exe
--
/
DVERSION
=
${VERSION}
tmp/nsi
wine
~/.wine/fake_windows/Program\
Files/NSIS/makensis.exe
--
/
DVERSION
=
${VERSION}
$(srcdir)
/
tmp/nsi
# Clean up
# Clean up
rm
-Rf
tmp
rm
-Rf
$(srcdir)/
tmp
package-beos
:
package-beos
:
# Check that tmp isn't in the way
# Check that tmp isn't in the way
@if
test
-e
tmp;
then
\
@if
test
-e
$(srcdir)/tmp;
then
\
echo "Error
:
please remove ./tmp
,
it is in the way"; false;
\
echo "Error
:
please remove $(srcdir)/tmp
,
it is in the way";
\
false;
\
else
\
else
\
echo "OK."; mkdir tmp;
\
echo "OK."; mkdir
$(srcdir)/
tmp;
\
fi
fi
# Copy relevant files
# Copy relevant files
mkdir
-p
tmp/vlc
mkdir
-p
$(srcdir)/tmp/vlc
cd
$(srcdir)
&&
\
cp
vlc
AUTHORS
COPYING
ChangeLog
README
THANKS
NEWS
tmp/vlc/
cp
vlc
AUTHORS
COPYING
ChangeLog
README
THANKS
NEWS
tmp/vlc/
# We cannot use ${PLUGIN_FILES}, it looks like it is too long for the BeOS shell...
# We cannot use ${PLUGIN_FILES}, it looks like it is too long for the BeOS shell...
if
[
`find
modules
-name
"lib*_plugin.so"
|
wc
-l`
-gt
0
];
then
\
if
[
`find
$(srcdir)/
modules
-name
"lib*_plugin.so"
|
wc
-l`
-gt
0
];
then
\
mkdir
-p
tmp/vlc/plugins;
\
mkdir
-p
$(srcdir)/
tmp/vlc/plugins;
\
find
modules
-name
"lib*_plugin.so"
|
xargs
-i{}
cp
{}
tmp/vlc/plugins/;
\
find
$(srcdir)/modules
-name
"lib*_plugin.so"
|
xargs
-i{}
cp
{}
$(srcdir)/
tmp/vlc/plugins/;
\
fi
fi
for
i
in
$(ALL_LINGUAS);
do
\
for
i
in
$(ALL_LINGUAS);
do
\
mkdir
-p
tmp/vlc/locale/$${i}/LC_MESSAGES
;
\
mkdir
-p
$(srcdir)/
tmp/vlc/locale/$${i}/LC_MESSAGES
;
\
cp
po/$${i}.gmo
tmp/vlc/locale/$${i}/LC_MESSAGES/vlc.mo
||
true
;
\
cp
$(srcdir)/po/$${i}.gmo
$(srcdir)/
tmp/vlc/locale/$${i}/LC_MESSAGES/vlc.mo
||
true
;
\
done
done
mkdir
-p
tmp/vlc/share
mkdir
-p
$(srcdir)/
tmp/vlc/share
cp
share/*.rle
tmp/vlc/share/
cp
$(srcdir)/share/*.rle
$(srcdir)/
tmp/vlc/share/
# Create package with debug symbols
# Create package with debug symbols
mimeset
-f
tmp/vlc/*
tmp/vlc/*/*
mimeset
-f
$(srcdir)/tmp/vlc/*
$(srcdir)/
tmp/vlc/*/*
mv
tmp/vlc
tmp/vlc-${VERSION}
mv
$(srcdir)/tmp/vlc
$(srcdir)/
tmp/vlc-${VERSION}
(cd
tmp
;
zip
-9
-r
vlc-${VERSION}-BeOS.zip
vlc-${VERSION}
)
(cd
$(srcdir)/
tmp
;
zip
-9
-r
vlc-${VERSION}-BeOS.zip
vlc-${VERSION}
)
mv
tmp/vlc-${VERSION}-BeOS.zip
.
mv
$(srcdir)/tmp/vlc-${VERSION}-BeOS.zip
$(srcdir)/
# Create package without debug symbols
# Create package without debug symbols
strip
tmp/vlc-${VERSION}/vlc
strip
$(srcdir)/
tmp/vlc-${VERSION}/vlc
if
[
-d
tmp/vlc-${VERSION}/plugins
];
then
\
if
[
-d
$(srcdir)/
tmp/vlc-${VERSION}/plugins
];
then
\
strip
tmp/vlc-${VERSION}/plugins/lib*_plugin.so;
\
strip
$(srcdir)/
tmp/vlc-${VERSION}/plugins/lib*_plugin.so;
\
fi
fi
xres
-o
tmp/vlc-${VERSION}/vlc
share/vlc_beos.rsrc
xres
-o
$(srcdir)/tmp/vlc-${VERSION}/vlc
$(srcdir)/
share/vlc_beos.rsrc
mimeset
-f
tmp/vlc-${VERSION}/*
tmp/vlc-${VERSION}/*/*
mimeset
-f
$(srcdir)/tmp/vlc-${VERSION}/*
$(srcdir)/
tmp/vlc-${VERSION}/*/*
(cd
tmp
;
zip
-9
-r
vlc-${VERSION}-BeOS-stripped.zip
vlc-${VERSION}
)
(cd
$(srcdir)/
tmp
;
zip
-9
-r
vlc-${VERSION}-BeOS-stripped.zip
vlc-${VERSION}
)
mv
tmp/vlc-${VERSION}-BeOS-stripped.zip
.
mv
$(srcdir)/tmp/vlc-${VERSION}-BeOS-stripped.zip
$(srcdir)/
# Clean up
# Clean up
rm
-Rf
tmp
rm
-Rf
$(srcdir)/
tmp
package-macosx
:
package-macosx
:
# Check that tmp isn't in the way
# Check that tmp isn't in the way
@if
test
-e
tmp;
then
\
@if
test
-e
$(srcdir)/tmp;
then
\
echo "Error
:
please remove ./tmp
,
it is in the way"; false;
\
echo "Error
:
please remove $(srcdir)/tmp
,
it is in the way";
\
false;
\
else
\
else
\
echo "OK."; mkdir tmp;
\
echo "OK."; mkdir
$(srcdir)/
tmp;
\
fi
fi
# Copy relevant files
# Copy relevant files
cp
-R
VLC.app
tmp/
cp
-R
$(srcdir)/VLC.app
$(srcdir)/
tmp/
cp
AUTHORS
COPYING
ChangeLog
README
README.MacOSX.rtf
THANKS
NEWS
tmp/
c
d
$(srcdir)
&&
c
p
AUTHORS
COPYING
ChangeLog
README
README.MacOSX.rtf
THANKS
NEWS
tmp/
# Create disk image
# Create disk image
./extras/MacOSX/macosx-dmg
18
"vlc-${VERSION}"
tmp/*
$(srcdir)/extras/MacOSX/macosx-dmg
18
"vlc-${VERSION}"
$(srcdir)/
tmp/*
# Clean up
# Clean up
rm
-Rf
tmp
rm
-Rf
$(srcdir)/
tmp
###############################################################################
###############################################################################
# Building the Mozilla plugin
# Building the Mozilla plugin
...
@@ -727,7 +727,7 @@ DATA_npvlc_rc = $(noinst_mozilla_npvlc_rc_DATA)
...
@@ -727,7 +727,7 @@ DATA_npvlc_rc = $(noinst_mozilla_npvlc_rc_DATA)
noinst_mozilla_npvlc_rc_DATA
=
mozilla/npvlc_rc.
$(OBJEXT)
noinst_mozilla_npvlc_rc_DATA
=
mozilla/npvlc_rc.
$(OBJEXT)
noinst_mozilla_npvlc_rcdir
=
$(libdir)
noinst_mozilla_npvlc_rcdir
=
$(libdir)
mozilla/npvlc_rc.$(OBJEXT)
:
mozilla/npvlc_rc.rc
mozilla/npvlc_rc.$(OBJEXT)
:
mozilla/npvlc_rc.rc
$(WINDRES)
--include-dir
mozilla
-i
$<
-o
$@
$(WINDRES)
--include-dir
$(srcdir)
/
mozilla
-i
$<
-o
$@
endif
endif
endif
endif
...
...
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