pidgin/pixmaps/Makefile.mingw

branch
elb.make
changeset 21479
b2852dbd8595
parent 21423
dff667739da0
child 21671
5fb405d62f39
equal deleted inserted replaced
21478:0f235cbab71c 21479:b2852dbd8595
13 .PHONY: install clean 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 if [[ "$$subdir" != icons/* ]]; then \
19 $(MAKE) -C $$subdir -f $(MINGW_MAKEFILE) install || exit 1 ;\ 18 $(MAKE) -C $$subdir -f $(MINGW_MAKEFILE) install || exit 1 ;\
20 fi \
21 done; \ 19 done; \
22 fi; 20 fi;
23 if test '$(nobase_dist_pidginpixmap_DATA)'; then \ 21 if test '$(nobase_dist_pidginpixmap_DATA)'; then \
24 list='$(nobase_dist_pidginpixmap_DATA)'; for file in $$list; do \ 22 list='$(nobase_dist_pidginpixmap_DATA)'; for file in $$list; do \
25 dir=`dirname $$file`; \ 23 dir=`dirname $$file`; \

mercurial