annotate pidgin/pixmaps/toolbar/Makefile.mingw @ 19168:f63e38e33811

Some lines to the auto-thingies to aid in libgnt building standalone
author Eric Polino <aluink@pidgin.im>
date Mon, 16 Jul 2007 19:49:59 +0000
parents ad9e09c331f5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15575
ad9e09c331f5 keeping the win32 build working...
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
1 #
ad9e09c331f5 keeping the win32 build working...
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
2 # Makefile.mingw
ad9e09c331f5 keeping the win32 build working...
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
3 #
ad9e09c331f5 keeping the win32 build working...
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
4 # Description: Makefile for win32 (mingw) version of Pidgin pixmaps
ad9e09c331f5 keeping the win32 build working...
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
5 #
ad9e09c331f5 keeping the win32 build working...
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
6
ad9e09c331f5 keeping the win32 build working...
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
7 include ./Makefile.am
ad9e09c331f5 keeping the win32 build working...
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
8
ad9e09c331f5 keeping the win32 build working...
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
9 install:
ad9e09c331f5 keeping the win32 build working...
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
10 if test '$(SUBDIRS)'; then \
ad9e09c331f5 keeping the win32 build working...
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
11 list='$(SUBDIRS)'; for subdir in $$list; do \
ad9e09c331f5 keeping the win32 build working...
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
12 $(MAKE) -C $$subdir -f Makefile.mingw install || exit 1; \
ad9e09c331f5 keeping the win32 build working...
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
13 done; \
ad9e09c331f5 keeping the win32 build working...
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
14 fi;