comparison pidgin/pixmaps/Makefile.mingw @ 18657:46629aab70b1

Make sure we delete all generated files with the mingw clean make target.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 27 Jul 2007 15:46:03 +0000
parents 5608820845f5
children 25e7de9c9df1
comparison
equal deleted inserted replaced
18656:2848d536ac7e 18657:46629aab70b1
8 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak 8 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
9 9
10 datadir := $(PIDGIN_INSTALL_DIR) 10 datadir := $(PIDGIN_INSTALL_DIR)
11 include ./Makefile.am 11 include ./Makefile.am
12 12
13 .PHONY: install 13 .PHONY: install clean
14 14
15 install: 15 install:
16 if test '$(SUBDIRS)'; then \ 16 if test '$(SUBDIRS)'; then \
17 list='$(SUBDIRS)'; for subdir in $$list; do \ 17 list='$(SUBDIRS)'; for subdir in $$list; do \
18 $(MAKE) -C $$subdir -f $(MINGW_MAKEFILE) install || exit 1 ;\ 18 $(MAKE) -C $$subdir -f $(MINGW_MAKEFILE) install || exit 1 ;\
25 if test '$(pidgindistpix_DATA)'; then \ 25 if test '$(pidgindistpix_DATA)'; then \
26 mkdir -p $(pidgindistpixdir); \ 26 mkdir -p $(pidgindistpixdir); \
27 cp $(pidgindistpix_DATA) $(pidgindistpixdir); \ 27 cp $(pidgindistpix_DATA) $(pidgindistpixdir); \
28 fi; 28 fi;
29 29
30 clean:
31 $(MAKE) -C emotes -f $(MINGW_MAKEFILE) clean || exit 1 ;\