[vlc-commits] activex.am: remove

Rafaël Carré git at videolan.org
Tue Nov 8 02:21:53 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Nov  7 20:18:00 2011 -0500| [257601a15264578ca6f6402f783ae6ef647ac6fb] | committer: Rafaël Carré

activex.am: remove

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=257601a15264578ca6f6402f783ae6ef647ac6fb
---

 extras/package/activex.am |   33 ---------------------------------
 1 files changed, 0 insertions(+), 33 deletions(-)

diff --git a/extras/package/activex.am b/extras/package/activex.am
deleted file mode 100644
index 2818a22..0000000
--- a/extras/package/activex.am
+++ /dev/null
@@ -1,33 +0,0 @@
-#! /usr/bin/make -f
-
-build-activex: stamp-activex-build
-
-stamp-activex-fetch:
-	rm -Rf activex-vlc
-	git clone git://git.videolan.org/activex-vlc.git activex-vlc
-	touch $@
-
-stamp-activex-autogen: stamp-activex-fetch
-# extras/package/activex.am
-	cd activex-vlc && \
-	$(SHELL) ./autogen.sh
-	touch $@
-
-stamp-activex-configure: stamp-activex-autogen
-	cd activex-vlc && \
-	$(SHELL) ./configure \
-		--prefix=/ \
-		--host=$(host_alias) --build=$(build_alias) \
-		CPP="$(CPP)" CPPFLAGS="$(CPPFLAGS)" \
-		CC="$(CC)" CFLAGS="$(CFLAGS)" \
-		CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" \
-		LD="$(LD)" LDFLAGS="$(LDFLAGS)" \
-		SHELL="$(SHELL)" \
-		PKG_CONFIG_LIBDIR="../$(srcdir)/extras/contrib/lib/pkgconfig:../lib"
-	touch $@
-
-stamp-activex-build: stamp-activex-configure
-	cd activex-vlc && \
-	$(MAKE) all && \
-	$(MAKE) DESTDIR="$(abs_builddir)/activex-vlc/installed" install
-	touch $@



More information about the vlc-commits mailing list