comparison Gui/Makefile @ 1866:32b1bb50a0e8

some bug fix, and add decoration item to skin conffile. faszom(C)
author pontscho
date Fri, 07 Sep 2001 21:04:14 +0000
parents 07fd7d1b8cc9
children 8cb7643ef739
comparison
equal deleted inserted replaced
1865:538b993b3518 1866:32b1bb50a0e8
43 43
44 dep: depend 44 dep: depend
45 45
46 depend: .depend 46 depend: .depend
47 47
48 .depend: Makefile config.mak config.h gui.mak bitmap/bitmap.mak 48 .depend: Makefile config.mak gui.mak bitmap/bitmap.mak
49 $(MAKE) -C mplayer depend 49 $(MAKE) -C mplayer depend
50 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend 50 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
51 51
52 # 52 #
53 # include dependency files if they exist 53 # include dependency files if they exist