Browse Source

Remove legacy nice target

pull/2/head
Rémi Denis-Courmont 17 years ago
parent
commit
f5e900bebb
  1. 4
      Makefile.am
  2. 5
      modules/common.am
  3. 3
      src/Makefile.am

4
Makefile.am

@ -335,10 +335,6 @@ doc:
.PHONY: libvlc core doc
#To get some nice output
nice:
$(top_builddir)/compile
if HAVE_BEOS
noinst_DATA = vlc-bundle
vlc-bundle: vlc

5
modules/common.am

@ -33,8 +33,3 @@ if MAINTAINER_MODE
$(srcdir)/Makefile.am: $(srcdir)/Modules.am $(top_srcdir)/modules/genmf
cd \$(top_srcdir) && \$(SHELL) modules/genmf $(dir)
endif
nice:
$(top_builddir)/compile
.PHONY: nice

3
src/Makefile.am

@ -171,9 +171,6 @@ EXTRA_DIST += libvlc_win32_rc.rc.in
# Building libvlc
###############################################################################
nice:
$(top_builddir)/compile
lib_LTLIBRARIES = libvlccore.la libvlc.la
AM_LDFLAGS = -no-undefined

Loading…
Cancel
Save