comparison Makefile @ 1356:e9242766474a

argh. -d fixed. fixed?
author arpi
date Fri, 20 Jul 2001 00:31:51 +0000
parents e28a160922d4
children d1fb303707d3
comparison
equal deleted inserted replaced
1355:acdd9f4def73 1356:e9242766474a
104 104
105 $(PRG_CFG): version.h codec-cfg.c codec-cfg.h 105 $(PRG_CFG): version.h codec-cfg.c codec-cfg.h
106 $(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML 106 $(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML
107 107
108 install: $(PRG) $(PRG_FIBMAP) 108 install: $(PRG) $(PRG_FIBMAP)
109 install -d -m 755 -s $(PRG) $(BINDIR)/$(PRG) 109 install -d $(BINDIR)
110 install -d -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 110 install -m 755 -s $(PRG) $(BINDIR)/$(PRG)
111 install -d $(prefix)/man/man1
112 install -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1
111 @echo "Following task requires root privs. If it fails don't panic" 113 @echo "Following task requires root privs. If it fails don't panic"
112 @echo "however it means you can't use fibmap_mplayer." 114 @echo "however it means you can't use fibmap_mplayer."
113 @echo "Without this (or without running mplayer as root) you won't be" 115 @echo "Without this (or without running mplayer as root) you won't be"
114 @echo "able to play encrypted DVDs." 116 @echo "able to play encrypted DVDs."
115 install -d -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) 117 install -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP)
116 118
117 clean: 119 clean:
118 rm -f *.o *~ $(OBJS) 120 rm -f *.o *~ $(OBJS)
119 121
120 distclean: 122 distclean: