comparison pixmaps/protocols/gg/Makefile.mingw @ 4318:5f0385678315

[gaim-migrate @ 4573] Initial import committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Thu, 16 Jan 2003 22:31:15 +0000
parents
children
comparison
equal deleted inserted replaced
4317:7c9f3d0fe8b2 4318:5f0385678315
1 #
2 # Makefile.mingw
3 #
4 # Description: Makefile for win32 (mingw) version of Gaim pixmaps
5 #
6
7 INSTALL_DIR = ../../../win32-install-dir/pixmaps/gaim/protocols/gg
8
9 include ./Makefile.am
10
11 install:
12 if test '$(SUBDIRS)'; then \
13 list='$(SUBDIRS)'; for subdir in $$list; do \
14 $(MAKE) -C $$subdir -f Makefile.mingw install; \
15 done; \
16 fi;
17 if test '$(EXTRA_DIST)'; then \
18 mkdir -p $(INSTALL_DIR); \
19 cp $(EXTRA_DIST) $(INSTALL_DIR); \
20 fi;
21