Mercurial > mplayer.hg
comparison Makefile @ 6948:ab51ddbec0e1
small rule to strip binaries in source dir (24MB mplayer binary is a bit klugdy for non debug-work :)
author | atmos4 |
---|---|
date | Wed, 07 Aug 2002 21:51:10 +0000 |
parents | b38e38b6f88f |
children | 9cb1efcc5640 |
comparison
equal
deleted
inserted
replaced
6947:ab1bf337d8b0 | 6948:ab51ddbec0e1 |
---|---|
278 distclean: | 278 distclean: |
279 -rm -f *~ $(PRG) $(PRG_FIBMAP) $(PRG_MENCODER) $(OBJS) | 279 -rm -f *~ $(PRG) $(PRG_FIBMAP) $(PRG_MENCODER) $(OBJS) |
280 -rm -f *.o *.a .depend configure.log | 280 -rm -f *.o *.a .depend configure.log |
281 @for a in $(PARTS); do $(MAKE) -C $$a distclean; done | 281 @for a in $(PARTS); do $(MAKE) -C $$a distclean; done |
282 | 282 |
283 strip: | |
284 strip -s $(ALL_PRG) | |
285 | |
283 dep: depend | 286 dep: depend |
284 | 287 |
285 depend: | 288 depend: |
286 ./version.sh `$(CC) -dumpversion` | 289 ./version.sh `$(CC) -dumpversion` |
287 $(CC) -MM $(CFLAGS) mplayer.c mencoder.c $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend | 290 $(CC) -MM $(CFLAGS) mplayer.c mencoder.c $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend |