share/Makefile.mingw

Mon, 01 Oct 2007 16:38:36 +0000

author
Espen Stefansen <espenas@gmail.com>
date
Mon, 01 Oct 2007 16:38:36 +0000
changeset 20796
2d8f7517f6c4
parent 19333
82b99eb98056
permissions
-rw-r--r--

fixes #3090


committer: Luke Schierer <lschiere@pidgin.im>

19333
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
1 #
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
2 # Makefile.mingw
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
3 #
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
4 # Description: Makefile for win32 (mingw) version
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
5 #
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
6
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
7 PIDGIN_TREE_TOP := ..
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
8 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
9
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
10 include ./Makefile.am
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
11
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
12 .PHONY: install clean
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
13
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
14 install:
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
15 if test '$(SUBDIRS)'; then \
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
16 list='$(SUBDIRS)'; for subdir in $$list; do \
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
17 $(MAKE) -C $$subdir -f $(MINGW_MAKEFILE) install || exit 1 ;\
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
18 done; \
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
19 fi;

mercurial