comparison postproc/Makefile @ 10496:5fd0864becc3

remove cs_test and swscale-example too
author alex
date Mon, 28 Jul 2003 15:24:38 +0000
parents 276403619c9a
children 80973aa180a5
comparison
equal deleted inserted replaced
10495:81e99e4c6640 10496:5fd0864becc3
20 20
21 $(SWSLIB): $(SWSOBJS) 21 $(SWSLIB): $(SWSOBJS)
22 $(AR) r $(SWSLIB) $(SWSOBJS) 22 $(AR) r $(SWSLIB) $(SWSOBJS)
23 23
24 clean: 24 clean:
25 rm -f *.o *.a *~ *.so 25 rm -f *.o *.a *~ *.so cs_test swscale-example
26 26
27 distclean: 27 distclean:
28 rm -f Makefile.bak *.o *.a *~ *.so .depend 28 rm -f Makefile.bak *.o *.a *~ *.so .depend cs_test swscale-example
29 29
30 dep: depend 30 dep: depend
31 31
32 depend: 32 depend:
33 $(CC) -MM $(CFLAGS) $(SWSSRCS) 1>.depend 33 $(CC) -MM $(CFLAGS) $(SWSSRCS) 1>.depend