]> git.sesse.net Git - vlc/commitdiff
Dionoea: here is "make core", your portable "make vlc" replacement
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 19 Feb 2006 17:14:36 +0000 (17:14 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 19 Feb 2006 17:14:36 +0000 (17:14 +0000)
Makefile.am

index a8316ce9c0ab0113623a6fdada632031e8de3b61..937651d358ab954b87ab3238e7068e61dcd76668 100644 (file)
@@ -197,6 +197,16 @@ DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile
 # Building vlc
 ###############################################################################
 
+.PHONY: libvlc
+
+# Shortcut for developpers to rebuild the core (libvlc + vlc)
+# Don't use it if you don't know what it is about.
+# Don't complain if it doesn't work. -- Courmisch
+core: libvlc vlc$(EXEEXT)
+
+libvlc:
+       cd src && $(MAKE) all
+
 bin_PROGRAMS = vlc
 
 vlc_SOURCES = src/vlc.c