# Autogenerated by bootstrap - DO NOT EDIT - edit Modules.am instead
# ${makf} automatically generated from ${modf} by bootstrap
# DO NOT EDIT - edit Modules.am instead
NULL =
NULL =
libvlc_LIBRARIES =
libvlc_LIBRARIES =
...
@@ -205,17 +216,19 @@ BUILT_SOURCES =
...
@@ -205,17 +216,19 @@ BUILT_SOURCES =
SUBDIRS = ${subdirs}
SUBDIRS = ${subdirs}
#DIST_SUBDIRS = \$(SUBDIRS)
#DIST_SUBDIRS = \$(SUBDIRS)
libvlcdir = \$(libdir)/vlc/${basedir}
libvlcdir = \$(libdir)/vlc/${basedir}
EXTRA_LIBRARIES = ${extra_libs}
include Modules.am
include Modules.am
if BUILD_MOZILLA
if !BUILD_MOZILLA
if HAVE_WIN32
# There's no need for pic code on win32 so get rid of this to substantially
# reduce the compilation time.
pic = no
pic = no
endif
else
else
if HAVE_WIN32
dnl There's no need for pic code on win32 so get rid of this to substantially
dnl reduce the compilation time.
pic = no
pic = no
endif
endif
endif
clean-local:
clean-local:
-rm -f *.a *.so *.dll *.sl *.dylib
-rm -f *.a *.so *.dll *.sl *.dylib
...
@@ -223,25 +236,24 @@ clean-local:
...
@@ -223,25 +236,24 @@ clean-local:
all: all-modules
all: all-modules
all-modules:
all-modules:
@set fnord \$\$MAKEFLAGS; amf=\$\$2; targets=\`\\
@set fnord \$\$MAKEFLAGS; amf=\$\$2; targets=\`\\
if test "\$(plugin)" != "no"; then z=\$\$(\$(VLC_CONFIG) --list plugin); for mod in `sed -n -e 's/^ *SOURCES_\([^ ]*\).*/\1/p' < ${mf} | xargs`; do case "\$\$z " in *\ \$\${mod}\ *) echo lib\$\${mod}_plugin\$(LIBEXT);; esac; done; fi; \\
if test "\$(plugin)" != "no"; then z=\$\$(\$(VLC_CONFIG) --list plugin); for mod in $mods; do case "\$\$z " in *\ \$\${mod}\ *) echo lib\$\${mod}_plugin\$(LIBEXT);; esac; done; fi; \\
if test "\$(builtin)" != "no"; then z=\$\$(\$(VLC_CONFIG) --list builtin); for mod in `sed -n -e 's/^ *SOURCES_\([^ ]*\).*/\1/p' < ${mf} | xargs`; do case "\$\$z " in *\ \$\${mod}\ *) echo lib\$\${mod}.a;; esac; done; fi; \\
if test "\$(builtin)" != "no"; then z=\$\$(\$(VLC_CONFIG) --list builtin); for mod in $mods; do case "\$\$z " in *\ \$\${mod}\ *) echo lib\$\${mod}.a;; esac; done; fi; \\
if test "\$(pic)" != "no"; then z=\$\$(\$(VLC_CONFIG) --list builtin); for mod in `sed -n -e 's/^ *SOURCES_\([^ ]*\).*/\1/p' < ${mf} | xargs`; do case "\$\$z " in *\ \$\${mod}\ *) echo lib\$\${mod}_pic.a;; esac; done; fi; \\
if test "\$(pic)" != "no"; then z=\$\$(\$(VLC_CONFIG) --list builtin); for mod in $mods; do case "\$\$z " in *\ \$\${mod}\ *) echo lib\$\${mod}_pic.a;; esac; done; fi; \\
\`; case "\$\$targets" in *lib*) \$(MAKE) \$(AM_MAKEFLAGS) \$\$targets || case "\$\$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; ;; esac; \\
\`; case "\$\$targets" in *lib*) \$(MAKE) \$(AM_MAKEFLAGS) \$\$targets || case "\$\$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; ;; esac; \\