Mercurial > mplayer.hg
comparison Makefile @ 8888:546db4583ad7
remove codec-cfg binary during make distclean (btw, why do we compile it anyway?)
author | alex |
---|---|
date | Sat, 11 Jan 2003 10:35:31 +0000 |
parents | 46dbfa8c1999 |
children | f6cd8e4324e1 |
comparison
equal
deleted
inserted
replaced
8887:ecc223413c2d | 8888:546db4583ad7 |
---|---|
101 | 101 |
102 .SUFFIXES: .cc .c .o | 102 .SUFFIXES: .cc .c .o |
103 | 103 |
104 # .PHONY: $(COMMON_DEPS) | 104 # .PHONY: $(COMMON_DEPS) |
105 | 105 |
106 all: $(ALL_PRG) | 106 all: version.h $(ALL_PRG) |
107 | 107 |
108 .c.o: | 108 .c.o: |
109 $(CC) -c $(CFLAGS) -o $@ $< | 109 $(CC) -c $(CFLAGS) -o $@ $< |
110 | 110 |
111 libaf/libaf.a: | 111 libaf/libaf.a: |
299 | 299 |
300 clean: | 300 clean: |
301 -rm -f *.o *~ $(OBJS) codecs.conf.h | 301 -rm -f *.o *~ $(OBJS) codecs.conf.h |
302 | 302 |
303 distclean: | 303 distclean: |
304 -rm -f *~ $(PRG) $(PRG_FIBMAP) $(PRG_MENCODER) $(OBJS) | 304 -rm -f *~ $(PRG) $(PRG_FIBMAP) $(PRG_MENCODER) $(PRG_CFG) $(OBJS) |
305 -rm -f *.o *.a .depend configure.log codecs.conf.h | 305 -rm -f *.o *.a .depend configure.log codecs.conf.h |
306 @for a in $(PARTS); do $(MAKE) -C $$a distclean; done | 306 @for a in $(PARTS); do $(MAKE) -C $$a distclean; done |
307 | 307 |
308 strip: | 308 strip: |
309 strip -s $(ALL_PRG) | 309 strip -s $(ALL_PRG) |