comparison Makefile @ 3749:99de682ffb84

make users happy - this is xmas, isn't it?
author arpi
date Tue, 25 Dec 2001 22:00:15 +0000
parents 7fb817c9060b
children 734d0c0a8ab0
comparison
equal deleted inserted replaced
3748:6da59751fb20 3749:99de682ffb84
194 $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1 194 $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
195 ifeq ($(MENCODER),yes) 195 ifeq ($(MENCODER),yes)
196 $(INSTALL) -m 755 -s $(PRG_MENCODER) $(BINDIR)/$(PRG_MENCODER) 196 $(INSTALL) -m 755 -s $(PRG_MENCODER) $(BINDIR)/$(PRG_MENCODER)
197 $(INSTALL) -c -m 644 DOCS/mencoder.1 $(MANDIR)/man1/mencoder.1 197 $(INSTALL) -c -m 644 DOCS/mencoder.1 $(MANDIR)/man1/mencoder.1
198 endif 198 endif
199 @if test ! -d $(DATADIR) ; then mkdir -p $(DATADIR) ; fi
200 @if test ! -d $(DATADIR)/font ; then mkdir -p $(DATADIR)/font ; fi
201 @if test ! -f $(DATADIR)/font/font.desc ; then \
202 echo "*** Download font at http://www.mplayerhq.hu/homepage/dload.html" ; \
203 echo "*** for OSD/Subtitles support and extract to $(DATADIR)/font/" ; \
204 fi
205 ifeq ($(GUI),yes)
206 @if test ! -d $(DATADIR)/Skin ; then mkdir -p $(DATADIR)/Skin ; fi
207 @echo "*** Download skin(s) at http://www.mplayerhq.hu/homepage/dload.html"
208 @echo "*** for GUI, and extract to $(DATADIR)/Skin/"
209 endif
210 @if test ! -d $(CONFDIR) ; then mkdir -p $(CONFDIR) ; fi
211 @if test -f $(CONFDIR)/codecs.conf.old ; then mv -f $(CONFDIR)/codecs.conf.old $(CONFDIR)/codecs.conf.older ; fi
212 @if test -f $(CONFDIR)/codecs.conf ; then mv -f $(CONFDIR)/codecs.conf $(CONFDIR)/codecs.conf.old ; fi
213 $(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf
199 214
200 ifeq ($(CSS_USE),yes) 215 ifeq ($(CSS_USE),yes)
201 @echo "Following task requires root privs. If it fails don't panic" 216 @echo "Following task requires root privs. If it fails don't panic"
202 @echo "however it means you can't use fibmap_mplayer." 217 @echo "however it means you can't use fibmap_mplayer."
203 @echo "Without this (or without running mplayer as root) you won't be" 218 @echo "Without this (or without running mplayer as root) you won't be"